49Upgrading the product
Upgrading from 4.1 to 5.0
8 Install SFCFS 5.0 and reboot all the nodes.
See “Installing the product” on page 19.
Note: Do not configure SFCFS after reboot.
9 Start vxfen on all the nodes. vxfen can be started either in disable or enable
mode. For starting vxfen in disabled mode, run the following commands:
# cat vxfen_mode=disabled > /etc/vxfenmode
# /sbin/init.d/vxfen start
See the Veritas Cluster Server Installation Guide for information regarding
starting
vxfen in enabled mode.
10 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/hares -delete qlogckd
# /opt/VRTS/bin/haconf -dump -makero
# /opt/VRTS/bin/hastop -all -force
11 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