Go to main content

Managing Network-Attached Storage Devices in an Oracle® Solaris Cluster 4.4 Environment

Exit Print View

Updated: April 2019
 
 

How to Remove an Oracle ZFS Storage Appliance NAS Device From a Cluster


Note -  You can also remove an Oracle ZFS Storage Appliance by using the Oracle Solaris Cluster Manager (Cluster Manager) browser interface. For Cluster Manager log-in instructions, see How to Access Oracle Solaris Cluster Manager in Administering an Oracle Solaris Cluster 4.4 Configuration.

Before You Begin


Note -  When you remove the device from cluster configuration, the data on the device is not available to the cluster. Ensure that other shared storage in the cluster can continue to serve the data when the Oracle ZFS Storage Appliance NAS device is removed. When the device is removed, change the following items in the cluster configuration:
  • Change the NFS file system entries in the /etc/vfstab file for that device, and unconfigure any SUNW.ScalMountPoint resources.

  • Reconfigure applications or data services with dependencies on these file systems to use other storage devices, or remove them from the cluster.


To perform this procedure, assume the root role or a role that provides solaris.cluster.read and solaris.cluster.modify authorization.

  1. Remove the device.

    Perform this command from any cluster node:

    # clnasdevice remove myfiler
    myfiler

    Specifies the name of the Oracle ZFS Storage Appliance NAS device that you are removing.

    For more information about the clnasdevice command, see the clnasdevice(8CL) man page.


    Note -  If you want to remove a NAS device from a zone cluster but you need to issue the command from the global zone, use the clnasdevice command with the –Z option:
    # clnasdevice remove -Z zcname myfiler
    –Z zcname

    Specifies the name of the zone cluster where the Oracle ZFS Storage Appliance NAS device is being removed.


  2. Confirm that the device has been removed from the cluster.

    Perform this command from any cluster node:

    # clnasdevice list

    Note -  If you want to check the NAS device for a zone cluster but you need to issue the command from the global zone, use the clnasdevice command with the –Z option:
    # clnasdevice list -Z zcname

    You can also perform zone cluster-related commands inside the zone cluster by omitting the –Z option. For more information about the clnasdevice command, see the clnasdevice(8CL) man page.