Logan (Retired)

From 24PinTech Wiki
Revision as of 14:37, 3 December 2019 by IGarza (talk | contribs)
Jump to navigation Jump to search

General Overview

Logan (10.21.25.10) 1 out of 2 of the Dell PowerEdge R430's that we have in Mr. Chamberlain's room. It primarily functions as a print server, BDC (backup domain controller, a host for our DHCP/DNS backups, and a WAMP (Apache) server.

Startup

There is currently only 1 file in the startup folder which is a visual basic script to start up the Parsoid server. The code for that can be seen as follows:

set w = CreateObject("WScript.Shell")
w.Run chr(34) & "C:\Program Files\nodejs\parsoid\parsoid.bat" & chr(34), 0
set w = Nothing

Print Services

There are currently 2 active print servers on Logan: one for the Brother HL-4570CDW printer, and one for the HP LaserJet P4014 UPD PCL 6 printer.

Logan PrintAllPrinters.png

Below is the advanced configuration page for both of the main printers.

Printers-advanced logan.png

Backup Domain Controller

Logan is a backup domain controller for Loki, meaning it is on hot standby for DNS and Active Directory.

DHCP

Logan runs as a backup DHCP server for Loki.

WAMP Stack (Apache Server)

Everything you need to know about our web server can be found on the Apache page. It covers everything ranging from installation to configuration, and covers the basics to troubleshooting.