Open System Services Management and Operations Guide (G06.30+, H06.08+, J06.03+)
Complete the OSS Configuration
ReferenceExampleSubtask
osh(1) reference page in the
Open System Services Shell
and Utilities Reference Manual
>OSHStart an OSS shell
“Setting Up an /etc/profile
File” (page 236)
/bin/cd /etc
/bin/cp profile.sample profile
/bin/vi profile
Create the general
profile file
umask 022 #Only users have write permission on
their files.
set -o noclobber #Redirection can’t overwrite
files.
set -o trackall #Track all aliases.
export MANPATH=/usr/share/man #Match PATH use.
“Configuring Network Services
Servers, Tools, and
/bin/cd /etc
/bin/ln -s
Configure and start
network services
Applications” (page 123), and
/G/system/ztcpip/resconf resolv.conf
“Starting a Network Services
Server” (page 129)
/bin/ln -s
/G/system/ztcpip/networks networks
NOTE:
TCP/IP is usually installed
at/G/system/ztcpip. If
TCP/IP is installed in a different
location, create the symbolic
links for the alternate location.
/bin/ln -s
/G/system/ztcpip/protocol protocols
/bin/ln -s
/G/system/ztcpip/services services
/bin/ln -s
/G/system/ztcpip/hosts hosts
/bin/ln -s
/G/system/ztcpip/ipnodes ipnodes
/bin/cp smplinetd.conf inetd.conf
/bin/vi inetd.conf
shell stream tcp nowait root
/bin/rshd/bin/vi hosts.equiv
/bin/chmod 1775 *
/usr/ucb/inetd -R 10&
“Configuring the cron Process”
(page 73)
/bin/cd /usr/bin/cron
/bin/cp at.deny.sample at.deny
/bin/chmod 1775 *
Configure utilities
for periodic tasks
/bin/cd /var/adm/cron
/bin/cp queuedefs.sample queuedefs
/bin/cp .proto.sample .proto
/bin/cp cron.deny.sample cron.deny
/bin/vi *
/bin/chmod 1775 *
Modify the files as
necessary for your
site
cron(8) reference page,
either online or in the Open
/bin/cron &
Start the cron
process
System Services Shell and
Utilities Reference Manual
“The ZOSSFSET File”
(page 101) and “Creating a
Unique Fileset” (page 140)
/bin/cd /
/bin/chmod 0777 /
/bin/chmod 0775 /bin
/bin/chmod 1775 /etc
Secure fileset mount
points
/bin/chmod 1775 /var
/bin/mkdir tmp
/bin/chmod 1777 /tmp
/bin/mkdir home
/bin chmod 0777 /home
“Updating the whatis Database
Files” (page 182)
/bin/merge_whatis
/bin/merge_whatis
/nonnative/usr/share/man (G-series only)
/bin/exit
Create the whatis
database for the
OSS shell apropos,
388 Manually Setting Up an OSS Environment