Difference between revisions of "Logan (Retired)"

From 24PinTech Wiki
Jump to navigation Jump to search
m (Bchamberlain moved page Logan to Logan (Retired): Server is retired)
 
(15 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<div id="wip">THIS PAGE IS A WORK IN PROGRESS</div>
==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 LEMP (NGINX) server. 


== General Overview ==
==System information==
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 runs the Windows Server 2016 Standard Edition OS Version 10.0 Build 14393, has 16.0 GB of memory available. Processor is Intel Core Xeon CPU E5-2620 @ 2.10GHz (16CPUs).  


== Startup ==
==Services==
Since Logan is one of our Domain Controllers, there are services that Logan runs in order to keep everything running smoothly. Services include:
 
DHCP
 
DNS
 
Active Directory
 
IDRAC
 
NGINX
 
Parsoid
 
==Programs==
These applications were installed onto Logan to help support and secure the network even further.
 
BeyondTrust Network Scanner
 
DCdiag
 
Spiceworks
 
LoganWeb
 
Hyper-V Manager
 
==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>
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")
set w = CreateObject("WScript.Shell")
Line 11: Line 40:
</pre>
</pre>


[[File:Printers-advanced logan.png|left|thumb|eeee]]
==Print Services==
 
== Print Services ==
There are currently 2 active print servers on Logan: one for the <code>Brother HL-4570CDW</code> printer, and one for the <code>HP LaserJet P4014 UPD PCL 6</code> printer.
There are currently 2 active print servers on Logan: one for the <code>Brother HL-4570CDW</code> printer, and one for the <code>HP LaserJet P4014 UPD PCL 6</code> printer.


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


[[File:Logan_ForwardLookupZones.png]]
Below is the advanced configuration page for both of the main printers.
 
[[File:Printers-advanced_logan.png|frameless|600x600px]]
 
==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) ==
==LEMP Stack (Nginx 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?title=Nginx Nginx] page. It covers everything ranging from installation to configuration, and covers the basics to troubleshooting.

Latest revision as of 21:14, 26 April 2021

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 LEMP (NGINX) server.

System information

Logan runs the Windows Server 2016 Standard Edition OS Version 10.0 Build 14393, has 16.0 GB of memory available. Processor is Intel Core Xeon CPU E5-2620 @ 2.10GHz (16CPUs).

Services

Since Logan is one of our Domain Controllers, there are services that Logan runs in order to keep everything running smoothly. Services include:

DHCP

DNS

Active Directory

IDRAC

NGINX

Parsoid

Programs

These applications were installed onto Logan to help support and secure the network even further.

BeyondTrust Network Scanner

DCdiag

Spiceworks

LoganWeb

Hyper-V Manager

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.

LEMP Stack (Nginx Server)

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