Open System Services Management and Operations Guide (G06.29+, H06.07+)
Manually Setting Up an OSS Environment
Open System Services Management and Operations Guide—527191-005
B-11
Finish 
configuring 
the OSS 
environment 
(continued)
Create the 
general profile 
file
/bin/cd /etc
/bin/vi profile
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.
Setting Up an 
/etc/profile File on 
page 9-2
Configure and 
start network 
services
/bin/ln -s 
/G/system/ztcpip/resconf 
resolv.conf
/bin/ln -s 
/G/system/ztcpip/networks 
networks
/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
Configuring 
Network Services 
Servers, Tools, 
and Applications 
on page 4-31
/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&
Starting a Network 
Services Server 
on page 4-38
Table B-2. Completing a Preconfigured Basic OSS Environment (page3of4)
Task Subtask Example See










