Symantec VERITAS STORAGE FOUNDATION HP-UX User Manual

Page 42

Advertising
background image

44 Upgrading the product

Upgrading from 3.5 to 5.0

13 Change the configuration files by running the following commands from

one of the nodes.

# /opt/VRTS/bin/hastart

# /opt/VRTS/bin/haconf -makerw

# /opt/VRTS/bin/hatype -add CVMVxconfigd

# /opt/VRTS/bin/hares -add cvm_vxconfigd CVMVxconfigd cvm

# /opt/VRTS/bin/hares -modify cvm_vxconfigd Enabled 1

# /opt/VRTS/bin/hares -delete qlogckd

# /opt/VRTS/bin/haconf -dump -makero

# /opt/VRTS/bin/hastop -all -force

If you have configured the VCS Cluster Manager (Web Console), complete

step a

through

step d

to modify the

/etc/VRTSvcs/conf/config/main.cf

file.

a

Remove VRTSweb:

Process VRTSweb (

PathName = "/opt/VRTSvcs/bin/haweb"

Arguments = "10.129.96.64 8181"

)

b

Replace it with:

VRTSWebApp VCSweb (

Critical =0

AppName = vcs

InstallDir = "/opt/VRTSweb/VERITAS"

TimeForOnline = 5

)

c

Add the NIC resource in the ClusterService group. For example, where
the name of the NIC resource is named csgnic and the public NIC device
is hme0, add:

NIC csgnic (

Device = hme0

d

Add new dependencies for the new resources in the ClusterService
group. For example, using the names of the VRTSWebApp,
NotifierMngr, IP, and NIC resources, enter lines that resemble:

VCSweb requires webip

ntfr requires csgnic

webip requires csgnic

14 Verify the syntax of the

/etc/VRTSvcs/conf/config/main.cf

file by

running the following command on system01:

# cd /etc/VRTSvcs/conf/config

# /opt/VRTS/bin/hacf -verify .

15 Run the following command on all the nodes to start VCS.

# /opt/VRTS/bin/hastart

Advertising