Overview

This appendix contains the settings that are used within each chapter. It provides a quick way of locating the major settings.

Chapter 1: User Details

Table A.1. User Details
Real NameLogin NameUIDGroupGID
Test Usertestuser500test100
System Administratorsysadmin1000sysadmin14
Mike Smithmsmith1001staff10
John Greenjgreen1002staff10

Chapter 6: Standard Disk Layout

Table A.2. Standard Disk Layout
Filesystem NameMountpointDevice
root/c0t2d0s0
usr/usrc0t2d0s6
var/varc0t2d0s1
opt/optc0t2d0s5
home/export/homec0t2d0s7
tmp/tmpswap (c0t2d0s3)
system_tools/usr/local/utilsc0t2d0s4

Chapter 11: System Details

Table A.3. System Details
Machine NameIP AddressNetmaskAliasesPrimary Tasks
hydrogen192.168.22.1255.255.255.128h, timeserverNTP server
helium192.168.22.2255.255.255.128heNFS server of /data
lithium192.168.22.3255.255.255.128li 
beryllium192.168.22.4255.255.255.128be 
boron192.168.22.5255.255.255.128b 
carbon192.168.22.6255.255.255.128cNFS server of /usr/share/man
nitrogen192.168.22.7255.255.255.128nNFS server of /usr/share/man
oxygen192.168.22.8255.255.255.128oNFS server of /usr/share/man
flourine192.168.22.9255.255.255.128fNIS slave server on 22 subnet
neon192.168.22.10255.255.255.128neNFS server of /export/home
indium192.168.22.49255.255.255.128inGateway between subnets
tin192.168.44.50255.255.255.128snGateway between subnets NIS master server on multihomed host
antimony192.168.44.51255.255.255.128sbDNS master server
tellurium192.168.44.52255.255.255.128teDNS slave server
iodine192.168.44.53255.255.255.128iNIS slave server on 44 subnet
xenon192.168.44.54255.255.255.128xeGateway to Internet Mail hosts/mail server
cesium192.168.44.55255.255.255.128csDialup PPP server

Chapter 14: Serial Device Details

Table A.4. Terminal Configuration Details
SettingValue
Port ConnectionA
Speed9,600
Data Format7, e, 2 (7 data, even parity, 2 stop)
Terminal EmulationVT100

Table A.5. Modem Configuration Details
SettingValue
Port ConnectionB
Speed38,400
Data Format8, n, 1 (8 data, no parity, 1 stop)
ModeBidirectional

Chapter 15: PPP Connection Details

Table A.6. PPP Connection Settings
SettingValueSupplied By
Serial Port/dev/term/bSystem Administrator
Serial Port Settings56k, 8 data bits, 1 stop bit, no paritySystem Administrator
Modem TypeBidirectionalSystem Administrator
PPP LoginguestISP
PPP PasswordguestPasswordISP
Our IP AddressDynamicISP
ISP IP AddressDynamicISP
Name Server136.89.22.4ISP
Dial-in Phone Number1234 567890ISP
ProtocolPPPISP

Root Crontab Entry

This shows the standard root crontab entry:

hydrogen# crontab -l
#
# Perform a full system backup.
#
0 2 * * 1-5 /usr/local/utils/bin/fullBackup > /dev/null 2>&1
#
# Copy the key system files.
#
0 9,12,15,18 * * * /usr/local/utils/bin/archiveFiles > /dev/null 2>&1
#
# Check the su log for failed logins.
#
15 02 * * 1-5 /usr/local/utils/bin/checkSuLog
#
# Tidy up the log files.
#
15 7 1 * * /usr/local/utils/bin/tidyLogs >/dev/null 2>&1
#
# Check filesystem usage.
#
0,15,30,45 * * * * /usr/local/utils/bin/fswarn >/dev/null 2>&1
#
# Check user disk quotas.
#
35 01 * * 1-5 /usr/local/utils/bin/checkQuotas
hydrogen#

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset