Follow these steps :
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 |
Run the DSr 27.0 Hotfix 2 installer (for Linux or Solaris). |
bash NCM_Device_Drivers_27_HF2_Linux.bin (Follow the prompts to install.) |
4 |
Stop the services. |
/etc/init.d/vcmaster stop |
5 |
Unmount the disk. |
umount [Product Directory] ("lsof -l [Product Directory]" and stop processes if the drive is busy). |
6 |
Start the cluster. |
clusvcadm -e [service name] For example: clusvcadm -e app_service |