Difference between revisions of "Server Components"
From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search(14 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | == Advanced Sysadmins Only == | ||
+ | |||
+ | Most if not all of the stuff listed here would be considered advanced sysadmin stuff. <br> | ||
+ | <font size="+2" color="red"><b>Do Not Modify if you don't know what you are doing!!!</b></font> | ||
+ | <br><br> | ||
+ | |||
; [[General Network Configuration Notes]] : Miscellaneous | ; [[General Network Configuration Notes]] : Miscellaneous | ||
; [[Certificates]] : For encryptions and such | ; [[Certificates]] : For encryptions and such | ||
Line 4: | Line 10: | ||
; [[E-mail]] : Using Mailman, IMAP, etc. | ; [[E-mail]] : Using Mailman, IMAP, etc. | ||
; [[Iptables]] : Network Firewall for securtity. We have a customized setup. | ; [[Iptables]] : Network Firewall for securtity. We have a customized setup. | ||
+ | ; [[denyhosts]] : Automatically populate the /etc/hosts.deny table to keep scum out. | ||
+ | ; [[IPMI]] : Remote access to sensors, turn-on and turn-off, SOL (serial console over lan). | ||
+ | ; [[jupyterhub]] : Serves up jupyter notebooks over the web at port 8000 | ||
; [[LDAP]] : "Lightweight Directory Access Protocol" = The password and other information server | ; [[LDAP]] : "Lightweight Directory Access Protocol" = The password and other information server | ||
+ | ; [[SSSD]] : How to set up authentication to LDAP via SSSD on a CentOS6 machine | ||
; [[MySQL]]: Database. Main one runs on Roentgen, which contains this wiki. | ; [[MySQL]]: Database. Main one runs on Roentgen, which contains this wiki. | ||
+ | ; [[named]] : The DNS server that tells other systems what ipaddress goes with what name. | ||
+ | ; [[NFS]] : Network File System - allows other computers to see your disks. | ||
; [[PAM]] : Access control | ; [[PAM]] : Access control | ||
− | ; [[ | + | ; [[RAID]] : Controllers, setup, and how to monitor redundant arrays of independent disks |
; [[VLAN]] : Setting up a virtual LAN on one of the backend-only servers | ; [[VLAN]] : Setting up a virtual LAN on one of the backend-only servers | ||
; [[SNMPD]] : The deamon that responds to requests for snmp into and commands. | ; [[SNMPD]] : The deamon that responds to requests for snmp into and commands. | ||
Line 14: | Line 26: | ||
; [[Web Servers]] : Setup for roentgen and einstein as web servers | ; [[Web Servers]] : Setup for roentgen and einstein as web servers | ||
; [[Wiki Setup]] : Details on the setup of this wiki, i.e. configuration issues | ; [[Wiki Setup]] : Details on the setup of this wiki, i.e. configuration issues | ||
− | ; [[Xen]]: How to run virtual systems on a host.... Tips and all that good stuff. | + | ; [[Xen]] : How to run virtual systems on a host.... Tips and all that good stuff. |
+ | ; [[RHEL to CentOS Migration]] : Migrating from a RHEL system to CentOS system. |
Latest revision as of 14:57, 12 October 2018
Advanced Sysadmins Only
Most if not all of the stuff listed here would be considered advanced sysadmin stuff.
Do Not Modify if you don't know what you are doing!!!
- General Network Configuration Notes
- Miscellaneous
- Certificates
- For encryptions and such
- DNS
- Configuring domain name servers
- Using Mailman, IMAP, etc.
- Iptables
- Network Firewall for securtity. We have a customized setup.
- denyhosts
- Automatically populate the /etc/hosts.deny table to keep scum out.
- IPMI
- Remote access to sensors, turn-on and turn-off, SOL (serial console over lan).
- jupyterhub
- Serves up jupyter notebooks over the web at port 8000
- LDAP
- "Lightweight Directory Access Protocol" = The password and other information server
- SSSD
- How to set up authentication to LDAP via SSSD on a CentOS6 machine
- MySQL
- Database. Main one runs on Roentgen, which contains this wiki.
- named
- The DNS server that tells other systems what ipaddress goes with what name.
- NFS
- Network File System - allows other computers to see your disks.
- PAM
- Access control
- RAID
- Controllers, setup, and how to monitor redundant arrays of independent disks
- VLAN
- Setting up a virtual LAN on one of the backend-only servers
- SNMPD
- The deamon that responds to requests for snmp into and commands.
- Splunk
- A system for aggregating data from log files and many other sources.
- Samba
- Provides windows disk mount service (smbd) and name service (nmbd)
- Web Servers
- Setup for roentgen and einstein as web servers
- Wiki Setup
- Details on the setup of this wiki, i.e. configuration issues
- Xen
- How to run virtual systems on a host.... Tips and all that good stuff.
- RHEL to CentOS Migration
- Migrating from a RHEL system to CentOS system.