Open System Services Management and Operations Guide (G06.29+, H06.07+)

Manually Setting Up an OSS Environment
Open System Services Management and Operations Guide527191-005
B-5
Finish
configuring
the OSS
environment
Start an OSS
shell
OSH osh(1)
reference page in
the Open System
Services Shell
and Utilities
Reference
Manual
Create the
general profile
file
/bin/cd /etc
/bin/cp profile.sample
profile
/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
Table B-1. Creating a Basic OSS Environment Without Using the OSSSETUP
Utility (page 5 of 8)
Task Subtask Example See