Sun Cluster Software Installation Guide for Solaris OS

ProcedureHow to Install VERITAS Volume Manager Software

Perform this procedure to install VERITAS Volume Manager (VxVM) software on each node that you want to install with VxVM. You can install VxVM on all nodes of the cluster, or install VxVM just on the nodes that are physically connected to the storage devices that VxVM will manage.

Before You Begin

Perform the following tasks:

  1. Become superuser on a cluster node that you intend to install with VxVM.

  2. Insert the VxVM CD-ROM in the CD-ROM drive on the node.

  3. Follow procedures in your VxVM installation guide to install and configure VxVM software and licenses.

  4. Run the clvxvm utility in noninteractive mode.


    phys-schost# clvxvm initialize
    

    The clvxvm utility performs necessary postinstallation tasks. The clvxvm utility also selects and configures a cluster-wide vxio driver major number. See the clvxvm(1CL) man page for more information.

  5. SPARC: To enable the VxVM cluster feature, supply the cluster feature license key, if you did not already do so.

    See your VxVM documentation for information about how to add a license.

  6. (Optional) Install the VxVM GUI.

    See your VxVM documentation for information about installing the VxVM GUI.

  7. Eject the CD-ROM.

  8. Install any VxVM patches to support Sun Cluster software.

    See Patches and Required Firmware Levels in Sun Cluster 3.2 Release Notes for Solaris OS for the location of patches and installation instructions.

  9. Repeat Step 1 through Step 8 to install VxVM on any additional nodes.


    Note –

    SPARC: To enable the VxVM cluster feature, you must install VxVM on all nodes of the cluster.


  10. If you do not install one or more nodes with VxVM, modify the /etc/name_to_major file on each non-VxVM node.

    1. On a node that is installed with VxVM, determine the vxio major number setting.


      phys-schost# grep vxio /etc/name_to_major
      
    2. Become superuser on a node that you do not intend to install with VxVM.

    3. Edit the /etc/name_to_major file and add an entry to set the vxio major number to NNN, the number derived in Step a.


      phys-schost# vi /etc/name_to_major
      vxio NNN
      
    4. Initialize the vxio entry.


      phys-schost# drvconfig -b -i vxio -m NNN
      
    5. Repeat Step a through Step d on all other nodes that you do not intend to install with VxVM.

      When you finish, each node of the cluster should have the same vxio entry in its /etc/name_to_major file.

  11. To create a root disk group, go to SPARC: How to Encapsulate the Root Disk or How to Create a Root Disk Group on a Nonroot Disk.

    Otherwise, proceed to Step 12.


    Note –

    A root disk group is optional.


  12. Reboot each node on which you installed VxVM.


    phys-schost# shutdown -g0 -y -i6
    
Next Steps

To create a root disk group, go to SPARC: How to Encapsulate the Root Disk or How to Create a Root Disk Group on a Nonroot Disk.

Otherwise, create disk groups. Go to Creating Disk Groups in a Cluster.