Managing Systems and Workgroups: A Guide for HP-UX System Administrators
Configuring a System
Using Distributed Systems Administration Utilities
Chapter 3 219
Step 2. Find the line “LV[0]=“<%SG_PKG_LOG_VOL%>””and replace the token
with the full name of the logical volume. For example:
LV[0]=“/dev/vgclog/lvol1”
Step 3. Find the line “FS[0]=“<%SG_PKG_FS%>”” and replace the token with the
name of the filesytem created for this package. For example:
FS[0]=“/clog”
All the consolidated logs will reside on this filesystem. The specific
location for the consolidated package logs and the consolidated syslogs is
specified in the /etc/syslog-ng.conf.server file. Using /clog as the
example, the default locations based on the template
/etc/syslog-ng.conf.server file are:
/clog/syslog/syslog.log
/clog/packages/<package name>.log
Step 4. Find the line “FS_MOUNT_OPT[0]=“<%SG_PKG_MNT_OPT%>”: ” and
replace the token with the filesystem’s mount options. For example:
FS_MOUNT_OPT[0]=-o rw,largefiles
Step 5. Find the line “FS_TYPE[0]=“<%SG_PKG_FS_TYPE%>”” and replace the
token with the filesystem type. For example:
FS_TYPE[0]=vxfs
Step 6. Find the line “FS_UMOUNT_OPT[0]=“<%SG_PKG_FS_UMOUNT_OPT%>”” and
replace the token with any filesystem umount options. The token can be
removed and this option left blank if there are no special umount options.
For example:
FS_UMOUNT_OPT[0]=“”
Step 7. Find the line “FS_FSCK_OPT[0]=“<%SG_PKG_FS_FSCK_OPT%>”” and
replace the token with any filesystem specific fsck options. The token can
be deleted and this option left blank. For example:
FS_FSCK_OPT[0]=
Step 8. Find the line “IP[0]=“<%SG_PKG_IP%>”” and replace the token with the
IP address of the clog package. For example:
IP[0]= 192.119.152.3