Follow these steps to uninstall this Hotfix:
Step |
Action |
Command |
---|---|---|
1 |
Stop the cluster. |
clusvcadm -d [service name] For example: clusvcadm -d app_service |
2 |
Mount the disk. |
mount [Partition] [Product Directory] For example: mount /dev/sdc1 /opt/smarts-ncm |
3 |
Navigate to the Hotfix directory. |
cd [Product Directory]/software/Uninstall_Device_Drivers_HF1/ |
4 |
Run the Hotfix Uninstall script. |
bash Uninstall_Network_Configuration_Manager_Device_Drivers |
5 |
Stop the services. |
/etc/init.d/vcmaster stop |
6 |
Navigate to the root directory. |
cd/ |
7 |
Unmount the disk. |
umount [Product Directory] ("lsof -l [Product Directory]" and stop processes if the drive is busy) |
8 |
Start the cluster. |
clusvcadm -e [service name] For example: clusvcadm -e app_service |