Home | History | Annotate | Download | only in man1m
 te
CDDL HEADER START

The contents of this file are subject to the terms of the
Common Development and Distribution License (the "License").
You may not use this file except in compliance with the License.

You can obtain a copy of the license at CDDL.txt
or http://www.opensolaris.org/os/licensing.
See the License for the specific language governing permissions
and limitations under the License.

When distributing Covered Code, include this CDDL HEADER in each
file and include the License file at CDDL.txt.
If applicable, add the following below this CDDL HEADER, with the
fields enclosed by brackets "[]" replaced with your own identifying
information: Portions Copyright [yyyy] [name of copyright owner]

CDDL HEADER END
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
scvxinstall 1M "10 Apr 2006" "Sun Cluster 3.2" "System Administration Commands"
NAME
scvxinstall - install Veritas Volume Manager (VxVM) on a cluster node
SYNOPSIS

scvxinstall [-d media-image] [-L license.\|.\|.]

scvxinstall -H

scvxinstall {-i | -e} [-d media-image] [-L license.\|.\|.]

scvxinstall -s
DESCRIPTION

Note - Beginning with the Sun Cluster 3.2 release, Sun Cluster software includes an object-oriented command set. Although Sun Cluster software still supports the original command set, Sun Cluster procedural documentation uses only the object-oriented command set. For more information about the object-oriented command set, see the Intro(1CL) man page.

The scvxinstall utility provides automatic VxVM installation and optional root-disk encapsulation for Sun Cluster nodes.

The first form of the scvxinstall utility in the SYNOPSIS section of this man page runs in interactive mode. All other forms of the utility run in non-interactive mode.

In interactive mode, scvxinstall prompts the user for the mode of operation ("install only" or "install and encapsulate") and for any needed CD-ROM and licensing information.

In non-interactive mode, scvxinstall does not prompt the user for information. If any needed information is not supplied on the utility line, scvxinstall terminates with an error return code.

The cluster must meet the following requirements before you run the scvxinstall utility:

All nodes in the cluster configuration must be current cluster members.

Each root disk that you will encapsulate must have at least two free (unassigned) partitions.

All nodes must be added to the node authentication list.

As of VxVM 4.1, you must install VxVM software and licenses before you run the scvxinstall utility.

The "install-only" mode of the scvxinstall utility performs the following tasks:

1. Verifies that the node you are installing is booted in cluster mode and is running as root, and verify that all other cluster nodes are running in cluster mode.

2. For VxVM 4.0 or earlier, adds the VxVM software, licensing, and man-page packages, but not the GUI packages.

3. Negotiates a cluster-wide value for the vxio major number by modifying the /etc/name_to_major file. This ensures that the vxio number is the same on all cluster nodes.

4. For VxVM 4.0 or earlier, installs the VxVM license key.

5. Instructs the user to reboot the node to resume operation with the new vxio major numbers in effect.

The "install-and-encapsulate" mode of the scvxinstall utility performs the same tasks as the "install-only" mode except Step 5, then performs the following additional tasks:

1. Runs several VxVM commands to prepare for root-disk encapsulation.

2. Modifies the global-devices entry in the /etc/vfstab file specified for the /global/.devices/node@n file system, where n is the node ID number. The scvxinstall utility replaces the existing device path /dev/did/{r}dsk with /dev/{r}dsk. This change ensures that VxVM recognizes that the global-devices file system resides on the root disk.

3. Twice reboots each node that is running scvxinstall, once to allow VxVM to complete the encapsulation process and once more to resume normal operation. The scvxinstall utility includes a synchronization mechanism to ensure that it reboots only one node at a time, to prevent loss of quorum.

4. Unmounts the global-devices file system. The file system is automatically remounted after the encapsulation process is complete.

5. Recreates the special files for the root-disk volumes with a unique minor number on each node.

You can use this command only in the global zone.

OPTIONS

The following options are supported:

.na -d media-image .ad Valid only for VxVM 4.0 or earlier. Specifies the path to the VxVM packages. You can use this option only in the global zone.

.na -e .ad Specifies the "install and encapsulate" mode of the scvxinstall utility. You can use this option only in the global zone. This option installs VxVM, if installing VxVM 4.0 or earlier, encapsulates the root disk, and performs postinstallation tasks. If the scvxinstall utility was previously run on the node in "install only" mode, scvxinstall confirms that "install only" mode tasks are completed before it performs the root-disk encapsulation tasks.

.na -H .ad Specifies the "help" mode of the scvxinstall utility. This option displays a brief help message about the scvxinstall utility. You can use this option only in the global zone.

.na -i .ad Specifies the "install only" mode of the scvxinstall utility. You can use this option only in the global zone. This option installs VxVM, if installing VxVM 4.0 or earlier, and performs postinstallation tasks, but does not encapsulate the root disk.

.na -L license .ad Valid only for VxVM 4.0 or earlier. Specifies a license key for the VxVM software. You can specify the -L license option multiple times to supply multiple license keys to the scvxinstall utility. If you have no additional license keys to install, you can specify the word none for the license argument to the -L option.

.na -s .ad Specifies the "show status" mode of the scvxinstall utility. This option displays the status of running or completed scvxinstall processing on the node. You can use this option only in the global zone.

EXAMPLES

Example 1 Running scvxinstall Interactively

The following command runs scvxinstall interactively.

example# scvxinstall

Example 2 Installing the VxVM Packages Without Encapsulating the Root Disk

The following command installs the VxVM 4.0 packages but does not encapsulate the root disk. This command also supplies the VxVM license key. This example assumes that the VxVM CD-ROM is in the CD-ROM drive.

example# scvxinstall -i -L "9999 9999 9999 9999 9999 999"

Example 3 Installing the VxVM Packages Without Encapsulating the Root Disk

The following command installs the VxVM 4.0 packages but does not encapsulate the root disk. The command supplies the path to the CD-ROM images of the VxVM packages, which are stored on a server.

example# scvxinstall -i -d /net/myserver/VxVM/pkgs

Example 4 Installing the VxVM Packages and Encapsulating the Root Disk

The following command installs the VxVM 4.0 packages and encapsulates the root disk. The command supplies the VxVM license key. This example assumes that the VxVM CD-ROM is in the CD-ROM drive.

example# scvxinstall -e -L "9999 9999 9999 9999 9999 999"

Example 5 Installing the VxVM Packages and Encapsulating the Root Disk

The following command installs the VxVM 4.0 packages and encapsulates the root disk. The command supplies the path to the CD-ROM images and supplies the VxVM license key.

example# scvxinstall -e -d /net/myserver/VxVM/pkgs -L "9999 9999 9999 9999 9999 999"

Example 6 Encapsulating the Root Disk After Installing VxVM 4.1 Software

The following command verifies that VxVM 4.1 software and licenses are installed and configured, encapsulates the root disk, and negotiates a cluster-wide value for the vxio major number.

example# scvxinstall -e

Example 7 Performing Postinstallation Tasks After Installing VxVM 4.1 Software

The following command verifies that VxVM 4.1 software and licenses are installed and configured, then negotiates a cluster-wide value for the vxio major number.

example# scvxinstall -i
EXIT STATUS

The following exit values are returned:

.na 0 .ad Successful completion.

.na non-zero .ad An error has occurred.

FILES

.na /etc/rc2.d/S74scvxinstall.sh .ad (Solaris 9) An rc script used to complete processing following a root-disk-encapsulation reboot

.na /usr/cluster/lib/svc/method/scvxinstall .ad (Solaris 10) An rc script used to complete processing following a root-disk-encapsulation reboot

.na /var/cluster/logs/install/scvxinstall.log.pid .ad Log file created by scvxinstall

.na /var/cluster/scvxinstall/* .ad Location of temporary files used by scvxinstall

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
AvailabilitySUNWsczu, SUNWscr
Interface StabilityEvolving
SEE ALSO

Intro(1CL), cldevice(1CL), cldevicegroup(1CL), clsetup(1CL), cluster(1CL), clvxvm(1CL), scinstall(1M)

Sun Cluster Software Installation Guide for Solaris OS