Sun Cluster 3.1 Software Installation Guide

How to Install VERITAS Volume Manager Software Only

This procedure uses the scvxinstall command to install VERITAS Volume Manager (VxVM) software only.


Note –

To create the rootdg disk group by encapsulating the root disk, do not use this procedure. Instead, go to How to Install VERITAS Volume Manager Software and Encapsulate the Root Disk to install VxVM software and encapsulate the root disk in one operation.


Perform this procedure on each node that you want to install with VxVM. You can install VxVM on all nodes of the cluster, or on only those nodes that are physically connected to the storage device(s) VxVM will manage.

  1. Ensure that all nodes in the cluster are running in cluster mode.

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

  3. Add all nodes in the cluster to the cluster node authentication list.

    1. Start the scsetup(1M) utility.


      # scsetup
      

      The Main Menu is displayed.

    2. To access the New Nodes Menu, type 6 at the Main Menu.

    3. To add a node to the authorized list, type 3 at the New Nodes Menu.

    4. Specify the name of a machine which may add itself.

      Follow the prompts to add the node's name to the cluster. You will be asked for the name of the node to be added.

    5. Verify that the task has been performed successfully.

      The scsetup utility prints a Command completed successfully message if it completes the task without error.

    6. Repeat Step c through Step e for each node of the cluster until all cluster nodes are added to the node authentication list.

    7. Quit the scsetup utility.

  4. Insert the VxVM CD-ROM into the CD-ROM drive on the node.

  5. Start scvxinstall in non-interactive installation mode.


    # scvxinstall -i
    

    The scvxinstall command automatically performs the following tasks.

    • Disables Dynamic Multipathing (DMP)


      Note –

      Although the scvxinstall utility disables Dynamic Multipathing (DMP) at the start of installation processing, DMP is automatically re-enabled by VxVM version 3.1.1 or later when the VRTSvxvm package is installed. Earlier versions of VxVM must still run with DMP disabled.


    • Installs the required VxVM software, licensing, and man page packages, but does not install the GUI packages

    • Selects a cluster-wide vxio driver major number


    Note –

    You will add VxVM licenses during the next procedure, How to Create a rootdg Disk Group on a Non-Root Disk.


    See the scvxinstall(1M) man page for information.

  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.

    See “Patches and Required Firmware Levels” in Sun Cluster 3.1 Release Notes for the location of patches and installation instructions.

  9. (Optional) If you prefer not to have VxVM man pages reside on the cluster node, remove the man page package.


    # pkgrm VRTSvmman
    

  10. Do you intend to install VxVM on another node?

  11. Are there one or more nodes that you do not intend to install with VxVM?


    Note –

    If you intend to enable the VxVM cluster feature, you must install VxVM on all nodes of the cluster.


  12. Modify the /etc/name_to_major file on each non-VxVM node.

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


      # 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.


      # vi /etc/name_to_major
      vxio NNN
      

    4. Initialize the vxio entry.


      # drvconfig -b -i vxio -m NNN
      

    5. Repeat Step a through Step c 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.

  13. Prevent any new machines from being added to the cluster.

    1. Start the scsetup(1M) utility.


      # scsetup
      

      The Main Menu is displayed.

    2. To access the New Nodes Menu, type 6 at the Main Menu.

    3. Type 1 at the New Nodes Menu.

      Follow the scsetup prompts. This option tells the cluster to ignore all requests coming in over the public network from any new machine that tries to add itself to the cluster.

    4. Quit the scsetup utility.

  14. Create a rootdg disk group.

    Go to How to Create a rootdg Disk Group on a Non-Root Disk.