Sun Cluster Software Installation Guide for Solaris OS

ProcedureHow to Add a DID Device to a Zone Cluster

Perform this procedure to add a DID device to a zone cluster.

  1. Become superuser on a node of the global cluster that hosts the zone cluster.

    You perform all steps of this procedure from a node of the global cluster.

  2. Identify the DID device to add to the zone cluster.

    The device you add must be connected to all nodes of the zone cluster.


    phys-schost# cldevice list -v
    
  3. Add the DID device for use by the zone cluster.


    Note –

    An asterisk (*) is used as a wildcard character in the path name.



    phys-schost# clzonecluster configure zoneclustername
    clzc:zoneclustername> add device
    clzc:zoneclustername:device> set match=/dev/did/*dsk/dNs*
    clzc:zoneclustername:device> end
    clzc:zoneclustername> verify
    clzc:zoneclustername> commit
    clzc:zoneclustername> exit
    
    match=/dev/did/*dsk/dNs*

    Specifies the full device path of the DID device

  4. Reboot the zone cluster.

    The change becomes effective after the zone cluster reboots.


    phys-schost# clzonecluster reboot zoneclustername
    

Example 7–9 Adding a DID Device to a Zone Cluster

The following example adds the DID device d10 to the sczone zone cluster.


phys-schost-1# clzonecluster configure sczone
clzc:sczone> add device
clzc:sczone:device> set match=/dev/did/*dsk/d10s*
clzc:sczone:device> end
clzc:sczone> verify
clzc:sczone> commit
clzc:sczone> exit

phys-schost-1# clzonecluster reboot sczone