HP Serviceguard Storage Management Suite for VERITAS manual # opt/VRTS/bin/vxfsconvert volname

Page 48

6.If there are any VxFS file systems with disk layout 2 or 3 or non-VxFS file systems on your system, after upgrading to VxFS 5.1 SP1, that must be converted to VxFS. To upgrade to DLV

7 and convert an HFS file system to VxFS, enter the following command:

# opt/VRTS/bin/vxfsconvert <vol_name>

The vxfsconvert command works with unmounted file systems. To upgrade mounted file system, use the vxupgrade command, as described in step 8. You must run fsck after vxfsconvert because vxfsconvert does not create all metadata files.

7.To run the VxFS-specific full fsck on the converted file system, enter the following command:

# fsck -F vxfs -y -o full <vol_name>

During pass 4, fsck displays several error messages that require a yes response to complete the conversion process.

8.VxFS file systems with disk layout 4 can still be mounted with VxFS 5.1 SP1. However, to upgrade to disk layout versions 5, 6, or 7, use vxupgrade, as follows:

a.To upgrade a mounted VxFS file system from disk layout 4 to disk layout 5, enter the following command:

#vxupgrade -n 5 <mount_point>

b.To upgrade a mounted VxFS file system from disk layout 4 to disk layout 6, enter the following command:

#vxupgrade -n 5 <mount_point>

#vxupgrade -n 6 <mount_point>

c.To upgrade a mounted VxFS file system from disk layout 4 to disk layout 7, enter the following commands:

#vxupgrade -n 5 <mount_point>

#vxupgrade -n 6 <mount_point>

#vxupgrade -n 7 <mount_point>

9.To verify the conversion, enter the following command:

# fstyp -v <vol_name>

Upgrading from VxFS 3.5 on HP-UX 11i v2 to VxFS 5.1 SP1 on HP-UX 11i v3

To upgrade from VxFS 3.5 on HP-UX 11i v2 to VxFS 5.1 SP1 on HP-UX 11i v3, complete the following steps:

1.To determine the volume names, enter the following command:

#bdf

2.To determine the current disk layout version for system partitions, enter the following command:

#fstyp -v <vol_name>

3.To upgrade file systems with DLV 2 or 3, before installing 5.1 SP1, complete the following steps:

48 Upgrading from Previous Versions of VxFS to VxFS 5.1 SP1

Image 48
Contents Veritas 5.1 SP1 Installation Guide Page Contents Setting up the Veritas 5.1 SP1 Products Upgrading from Previous Versions of VxFS to VxFS 5.1 SP1Post Upgrade Tasks Files Added and Modified After VxFS InstallationRemoving Veritas 5.1 SP1 Products About this Document Intended AudienceDocument Organization Typographic ConventionsRelated Information Technical SupportHP Business Support Center HP Welcomes Your Comments Volume Managers Supported on HP-UX 11i Veritas Volume Manager VxVMIntroduction OverviewVxVM Features Veritas Volume Manager VxVM Introduction # vxddladm set namingscheme=osn mode=legacy # vxddladm set namingscheme=osn mode=newVxVM 5.1 SP1 on HP-UX 11i Architecture of VxVM VxVM Daemons VxVM ObjectsVolume Layouts in VxVM VxVM Storage LayoutsFile Systems Supported on HP-UX 11i VxVM InterfacesSupported File Systems on HP-UX 11i v VxFS Features Veritas File System VxFSVeritas File System VxFS Introduction VxFS 5.1 SP1 on HP-UX 11i Architecture of VxFS Extent Based Allocation System Requirements Software DependencyOS Version Patch RequirementsRequired Packages for Veritas Enterprise Administrator Software Depot ContentRequired Software License Bundles Base-VxTools-51 Bundle ComponentsVxFS-SDK-51 Bundle Components B9117EB Bundle ComponentsDisk Space Requirements Disk Space Requirements for VxFS 5.1 SP1Disk Space Requirements for VxVM 5.1 SP1 Disk Space Requirements for CVMInstalling the Veritas 5.1 SP1 Products Mounting the HP Serviceguard Storage Management Suite MediaInstalling Veritas 5.1 SP1 Products Installing VxFS 5.1 SP1 Installing Base-VxFS-51# swinstall -x autoreboot=true -s depot-path Base-VxFS-51 # swinstall -x autoreboot=true -s depot-pathInstalling VxVM 5.1 SP1 Installing HP OnlineJFS B3929HBInstalling Base-VxVM-51 Installing Full VxVM B9116EB # swinstall -x autoreboot=true -s depot-path Base-VxVM-51# swintall -x autoreboot=true -s depot-path # swinstall -x autoreboot=true -s depot-path B9116EBInstalling CVM B9117EB on HP-UX 11i Swinstall -x autoreboot=true -s -depotsource B9117EBPreparing the Ignite-UX Server # swverify B9116EBCold-Installing the Client Create the configuration file for the VxVM 5.1 SP1 depotConfirming the Client # swreg -l depot @ /var/depots/myhpuxdepot Page Setting up the Veritas 5.1 SP1 Products Configuring Your System after the InstallationConverting to a VxVM Root Disk # vxvol -g diskgroup startallStarting and Enabling the Configuration Daemon Starting the Volume I/O Daemon Enabling the Intelligent Storage Provisioning FeatureEnabling Cluster Support in VxVM Configuring New Shared Disks Verifying Existing Shared DisksConverting Existing VxVM Disk Groups to Shared Disk Groups Upgrading in a Clustered Environment with FastResync# vxdg -s list # vxdg listSetting Up VxVM 5.1 SP1 Initializing VxVM Using the vxinstall UtilityMoving Disks Under VxVM Control # insf -C diskSetting Up a Veritas Enterprise Administrator Server # vxdisk scandisks# vxdiskadm # /opt/VRTSob/bin/vxsvcctrl statusSetting up and Managing VxFS 5.1 SP1 Setting Up a Veritas Enterprise Administrator ClientCreating a VxFS File System Identifying the Type of File SystemSetting Environment Variables Cluster Environment RequirementsMounting a VxFS File System Displaying Information on Mounted File System# vxdg bootdg # vxupgrade -n 3 dirname # vxupgrade -n 4 dirnameUpgrading from Previous Versions of VxFS to VxFS 5.1 SP1 # bdf# vxupgrade -n 5 mountpoint # vxupgrade -n 5 mountpoint # vxupgrade -n 6 mountpoint# opt/VRTS/bin/vxfsconvert volname # fsck -F vxfs -y -o full volname# vxupgrade -n 6 mountpoint # vxupgrade -n 7 mountpoint # /opt/VRTS/bin/vxfsconvert volname# bdf # vxupgrade -n 7 mountpoint # vxupgrade -n 6 mountpoint # vxupgrade -n 7 mountpoint # vxupgrade -n 7 mountpoint # vxupgrade -n 8 mountpoint Upgrading from Previous Versions of VxVM to VxVM 5.1 SP1 Determining VxVM Disk Group VersionVxVM Disk Group Version Native Multipathing with Veritas Volume Manager # vxdg upgrade diskgroup# vxdg list diskgroup # vxvol -g diskgroup stopallVxVM vxddladm Info V-5-1-0 Please reboot the system # vxddladm rmforeign blockdir=/dev/disk chardir=/dev/rdiskFollowing messages are displayed # swinstall -x autoreboot=true -s depotpath Base-VxVM-51 # swinstall -x autoreboot=true -s depotpath Base-VxVM-51 # swinstall -x autoreboot=true Base-VxVM-51 # swinstall -x autoreboot=true Base-VxVM-51 Dmplunretrytimeout Robustness RecommendationsRobustness Recommendations Post Upgrade Tasks Optional Configuration StepsUpgrading Disk Layout Versions Upgrading VxFS Disk Layout VersionsUsing the vxfsconvert Command Using the vxupgrade CommandUpgrading the VxVM Cluster Protocol Version Requirements for Upgrading to Disk Layout VersionSetting the Default Disk Group Upgrading VxVM Disk Group VersionsUpdating Variables Upgrading the Array Support LibraryConverting from QuickLog to Multi-Volume Support Moving VxVM Volumes to LVM Volumes Removing Veritas 5.1 SP1 ProductsRemoving VxVM Removing Plexes Removing VxFS Removing the Veritas Enterprise Administrator VEA Client # swremove -x autoreboot=true B9117EBRemoving CVM # /opt/VRTS/bin/vxsvcctrl stopFiles Added and Modified After VxFS Installation Files Added After VxFS InstallationFiles Modified After VxFS Installation Etc/MANPATH5900-1514
Related manuals
Manual 12 pages 49.03 Kb