Veritas 5.0.1 Installation Guide HP-UX 11i v3 (5900-2464, September 2012)

NOTE: Do not recursively change permissions, groups, or owners.
To change permissions, complete the following steps:
1. Change permissions for the directory depending on the product that you have installed:
For Storage Management for Oracle, run the following command:
# chmod 550 /opt/VRTSdbed
2. Reset owner and group settings to the appropriate owner and group for the database
administrators on your system. For example, in Storage Management for Oracle, to change
the owner to the user oracle and the group to dba, run the following command:
# chown oracle:dba /opt/VRTSdbed
3. Upgrade the repository.
In a standalone instance, run the sfua_db_config command once:
# /opt/VRTSdbcom/bin/sfua_db_config
This step completes the upgrade of the repository in a standalone configuration.
4. Manually mount the repository file system.
5. Run the repository upgrade command:
# /opt/VRTSdbcom/bin/sfua_db_config
Upgrading Disk Layout Versions
You must upgrade your older disk layout versions to make use of the extended features available
in the VxFS 5.0.1.
For information on the new features, see the Veritas Storage Foundation 5.0.1 Release Notes
available at:
http://www.docs.hp.com
Use the vxfsconvert or vxupgrade utilities to upgrade older disk layout versions to disk layout
Version 7.
WARNING! Never upgrade the / and /stand file systems to disk layout Version 7. The HP-UX
bootloader does not support disk layout Version 7.
Upgrading VxFS Disk Layout Versions
This section discusses the additional steps required to prepare the file system for being mounted
on all nodes of the cluster. Veritas File System 5.0.1 supports Versions 4, 5, 6, and 7 for locally
mounted file systems and disk layout Versions 6 and 7 for cluster mounted file systems. If you have
cluster-mounted file systems with disk layout versions lower than 6, upgrade the disk layout after
upgrading to VxFS 5.0.1. Disk layout Versions 1, 2, and 3 are not supported by VxFS 5.0.1. All
file systems created on VxFS 5.0.1 use disk layout Version 7 by default. For more information on
disk layout versios, see the Veritas File System Administrator’s Guide available at:
http://www.docs.hp.com
To upgrade VxFS disk layout versions, complete the following steps:
1. Select one of the nodes of the cluster and mount the file system locally on this node. Use the
mount command but without the -o cluster option. Following is a sample mount command:
# mount -F vxfs /dev/vx/dsk/sharedg/vol1 /mnt1
2. Find the current disk layout version on a file system:
# fstyp -v | grep version | \ awk '{print $2}'
70 Post Upgrade Tasks