Using Serviceguard Extension for RAC, 7th Edition, September 2008

PACKAGE STATUS STATE AUTO_RUN SYSTEM
SG-CFS-pkg up running enabled yes
SG-CFS-DG-1 up running enabled no
SG-CFS-MP-1 up running enabled no
SG-CFS-MP-2 up running enabled no
SG-CFS-MP-3 up running enabled no
Deleting CFS from the Cluster
Use the following steps to halt the applications that are using CFS file systems:
1. Unmount CFS Mount Points
# cfsumount /cfs/mnt1
# cfsumount /cfs/mnt2
# cfsumount /cfs/cfssrvm
2. Delete MP MNP
# cfsmntadm delete /cfs/mnt1
The following output will be generated:
Mount point /cfs/mnt1 was disassociated from the cluster
# cfsmntadm delete /cfs/mnt2
The following output will be generated:
Mount point /cfs/mnt2 was disassociated from the cluster
# cfsmntadm delete /cfs/cfssrvm
The following output will be generated:
Mount point /cfs/cfssrvm was disassociated from the cluster
Cleaning up resource controlling shared disk group cfsdg1 Shared
disk group cfsdg1 was disassociated from the cluster.
NOTE: The disk group is deleted if there is no dependency.
3. Delete DG MNP
# cfsdgadm delete cfsdg1
The following output will be generated:
Shared disk group cfsdg1 was disassociated from the cluster.
NOTE: cfsmntadm delete also deletes the disk group if there is no dependent package.
To ensure the disk group deletion is complete, use the above command to delete the disk
group package.
4. De-configure CVM
# cfscluster stop
The following output will be generated:
Stopping CVM...CVM is stopped
# cfscluster unconfig
The following output will be generated:
CVM is now unconfigured
Creating a Storage Infrastructure with CFS 91