HP-UX Containers (SRP) A.03.01.006 Release Notes (766153-001, March 2014)

9
modified these files before the upgrade, they will be renamed to base.srp_incl.old and
srpdefaults.cst.old.
1.6.3 Upgrade instructions for HP-UX Containers A.03.00
After installing HP-UX Containers A.03.01.006, the system will reboot. During system startup, the
Adding SRPs to kernel configuration step may fail. If any containers are detected that do
not conform to the file system configuration requirements (1.5.2 Configuration requirements), the
/etc/rc.log file will capture errors reported from the /sbin/rc1.d/S331srp_init script, as
follows:
Unsupported file system configuration
/opt/hpsrp/bin/util/srp_config: problem adding container_name
If you see these errors, take the following mitigation steps to create one or more separate file systems
for the containers that are reported in the log. You can add more space for the new containers if
desired.
1. Stopallcontainersanddeterminethesizeneededforthe/var/hpsrp directory.
StopallcontainerstoremoveLOFSfilereferencesforsizing:
# srp –stop –batch
Getthesizeof/var/hpsrpinKB(forexample,13,775,048KB):
# du –sk /var/hpsrp
2. Createanewfilesystemwhereyoucanmigratethecontainercontent.
Determinetheexistingvolumegroupandavailablespaceforthenewlogicalvolume:
# vgdisplay –v
AssumethatthenewFSsizerequirementis13500MB,andthattheavailablelogical
volumelvol4ison/dev/vg00.
# lvcreate –L 13500 -n lvol4 /dev/vg00
Createthefilesystemonthelogicalvolume:
# newfs –F vxfs /dev/vg00/rlvol4
3. Mount
thenewfilesystemat/var/hpsrp.
Renamethecontainerdirectorytoprepareforthecopy:
# mv /var/hpsrp /var/hpsrp.backup
Createanewmountpoint:
# mkdir –m 555 /var/hpsrp
Makethefilesystemaccessible:
# mount /dev/vg00/lvol4 /var/hpsrp