cancel
Showing results for 
Search instead for 
Did you mean: 

unable to install vcs-rhel6_x86_64-Patch-6.2.1.1100.tar.gz

nhorongcon
Level 2

uname -a

Linux fdsuv06801 2.6.32-754.24.3.el6.x86_64

After reboot and hastop cluster, i'm still having similar errors below.

Symantec Storage Foundation Cluster File System HA Shutdown did not complete successfully

vxspec failed to stop on fdsuv06801
vxio failed to stop on fdsuv06801
vxdmp failed to stop on fdsuv06801
vxspec failed to stop on fdsuv06819
vxio failed to stop on fdsuv06819
vxdmp failed to stop on fdsuv06819

It is recommended to reboot the systems fdsuv06801 fdsuv06819 to resolve the failures and then
retry. If issues persist after reboot, contact Symantec technical support or refer to
installation guide for further troubleshooting.
Do you want to continue? [y,n,q] (n)

1 ACCEPTED SOLUTION

Accepted Solutions

nhorongcon
Level 2

## to stop all vxiod, vxspect and vxdmp

for i in $(ps -ef | grep vx | grep -v grep | awk '{print $2}');do echo $i;kill -9 $i;done

then reinstall patch.

 

# ./installVRTSvcs621P11 [<host1> <host2>...]

View solution in original post

1 REPLY 1

nhorongcon
Level 2

## to stop all vxiod, vxspect and vxdmp

for i in $(ps -ef | grep vx | grep -v grep | awk '{print $2}');do echo $i;kill -9 $i;done

then reinstall patch.

 

# ./installVRTSvcs621P11 [<host1> <host2>...]