Difference between revisions of "Logan (Retired)"

From 24PinTech Wiki
Jump to navigation Jump to search
Line 3: Line 3:
== General Overview ==
== General Overview ==
Logan (10.21.25.11) 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.
Logan (10.21.25.11) 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:<pre>
set w = CreateObject("WScript.Shell")
w.Run chr(34) & "C:\Program Files\nodejs\parsoid\parsoid.bat" & chr(34), 0
set w = Nothing
</pre>


== Print Services ==
== Print Services ==
There are currently 2 active print servers on Logan: one for the <nowiki><span class="cde">Brother HL-4570CDW</pre></nowiki> printer, and one for the <nowiki><span class="cde">HP LaserJet P4014 UPD PCL 6</span></nowiki> printer.
[[File:Logan_PrintAllPrinters.png]]
[[File:Logan_PrintAllPrinters.png]]


== Backup Domain Controller ==
== Backup Domain Controller ==
Logan is also a backup domain controller for Loki. Its current production configuration can be seen below.
[[File:Logan_ForwardLookupZones.png]]
[[File:Logan_ForwardLookupZones.png]]


== WAMP Stack (Apache server) ==
==WAMP Stack (Apache server) ==
Everything you need to know about our web server can be found on the [http://wiki.24pin.tech/index.php/Apache Apache] page. It covers everything ranging from installation to configuration, and covers the basics to troubleshooting.
Everything you need to know about our web server can be found on the [http://wiki.24pin.tech/index.php/Apache Apache] page. It covers everything ranging from installation to configuration, and covers the basics to troubleshooting.

Revision as of 19:57, 7 May 2018

THIS PAGE IS A WORK IN PROGRESS

General Overview

Logan (10.21.25.11) 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 <span class="cde">Brother HL-4570CDW</pre> printer, and one for the <span class="cde">HP LaserJet P4014 UPD PCL 6</span> printer.

Logan PrintAllPrinters.png

Backup Domain Controller

Logan is also a backup domain controller for Loki. Its current production configuration can be seen below.

Logan ForwardLookupZones.png

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.