Chapter 2 Installing and Removing SunVTS
This chapter describes how to install and remove the SunVTSTM diagnostic program.
SunVTS Packages
Sun delivers software products in a form called a package. There are four packages and a readme file that support SunVTS 3.0:
These packages are located on the Sun Computer Systems Supplement CD that ships with the SolarisTM release.
Installing SunVTS
There are several utilities available for installing packages. This chapter describes how to use the pkgadd utility to load SunVTS from a local CD-ROM drive. For information on how to install packages using swmtool, see the Solaris
7 Sun Hardware Platform Guide.
Installation Requirements
Note -
SunVTS revision 3.0 was first introduced, and designed to run in the Solaris 7 operating environment.
To Install SunVTS With the pkgadd Command
-
Log in to the system and become superuser.
At the prompt, type:
ariela% su
-
Check to see if SunVTS is currently loaded on the system:
At the prompt, type:
# pkginfo | grep SUNWvts
If the system does not display anything then SunVTS is
not installed.
If you see the following message, then SunVTS is installed:
system SUNWvts Online Validation Test Suite
Note -
Multiple versions of SunVTS should never be installed in the same directory. Use pkgrm to remove existing installations of SunVTS before reinstalling SunVTS. See "Removing SunVTS".
-
Load the Sun Computer
Systems Supplement CD into the CD-ROM drive.
Volume Manager will automatically mount the CD.
-
Install SunVTS using pkgadd as shown in one of the examples below.
-
Answer the installation questions.
Note -
You may see this warning:
Warning: The <SUNWsycfd> package "Sun Enterprise SyMON
Agent" is a prerequisite package and should be installed.This warning will not prevent the successful installation or execution of SunVTS. This error indicates that the configd program (part of the SUNWsycfd) is not present. The configd program is necessary for the physical mapping feature of SunVTS. Load the SUNWsycfd package if the physical mapping feature is desired. SUNWsycfd is located on the Sun Computer Systems Supplement CD.
-
Install the SunVTS supporting packages that are appropriate for your configuration. (See "SunVTS Packages" for more details.)
# pkgadd -d /cdrom/cdrom0/Product SUNWvtsx SUNWodu SUNWvtsmn
Note -
Use the -a none again if you used it for the installation of SUNWvts.
-
Verify the presence of the SunVTS packages:
# pkginfo SUNWvts SUNWvtsx SUNWvtsmn SUNWodu
system SUNWodu online Diagnostic Utilities
system SUNWvts Online Validation Test Suite
system SUNWvtsmn Online Validation Test Suite
Man Pages
system SUNWvtsx 64-bit Online Validation Test
Suite
Removing SunVTS
It is necessary to remove SunVTS before installing a new version. The following instructions describe how to remove SunVTS using the pkgrm command.
To Remove SunVTS With the pkgrm Command
-
Log in to the system and become superuser.
At the prompt, type:
ariela% su
-
Remove the packages with pkgrm:
# pkgrm SUNWvtsx SUNWvtsmn SUNWodu SUNWvts
Answer y (yes) to the removal questions.
You should see Removal of <package_name> was
successful.