 |
» |
|
|
 |
NAMEvseassist — Help Resolve VSE Management Software Configuration
Problems SYNOPSISPath (HP-UX): /opt/vse/bin/vseassist Path (Windows): install-path\bin\vseassist.exe vseassist -a [-q] [ -n nodename -g collectionname ]... vseassist { -l -r } [-q] { -n nodename -g collectionname }...
DESCRIPTION
The vseassist command performs
a number of checks to identify configuration problems in the Virtual
Server Environment (VSE) Management Software. The VSE Management Software
runs under HP Systems Insight Manager (SIM). This command checks the
software configuration on the HP SIM Central Management Server (CMS),
the communication between the CMS and managed systems, and the configuration
of the software on managed systems. A summary of results is displayed,
and detailed results are written to a log file, along with recommendations
for resolving any problems found.
You can execute vseassist from the HP SIM graphical
user interface, from the command line on the CMS, or from the command
line on a managed system. HP recommends the following diagnostic procedure:
If you have root access to the CMS, execute the following command from
the command line: # vseassist -a This will check the VSE Management Software configuration
of the CMS, communication with all systems in the All VSE
Resources collection, and the VSE Management Software configuration
on those systems. Refer to the summary output and examine the log
file for any problems. Follow the resolution steps in the log file
to fix any problems that were found. Fix problems in the CMS configuration first.
You can verify that you have fixed those problems by executing the
following command from the CMS command line: # vseassist -c You can also run this command directly from the
HP SIM user interface. From the Diagnose menu,
select Troubleshoot VSE Management, then select Check VSE CMS Configuration. After you have resolved
all problems with the CMS configuration, check to see if there are
any remaining communication issues with the managed systems. From
the CMS command line, specify the HP SIM nodenames or system collection
names of your managed systems using the following command: # vseassist -l { -n nodename | -g collectionname ...} Or, from the HP SIM user interface, select the
managed systems, then from the Diagnose menu, select Troubleshoot VSE Management, then select Check
VSE CMS to Managed Node Communication. After you have resolved
the communication issues between the CMS and your managed systems,
check the VSE Management Software configuration on those systems.
From the CMS command line, specify the HP SIM nodenames or system
collection names of your managed systems using the following command: # vseassist -r { -n nodename | -g collectionname ...} Or, from the HP SIM user interface, select the
managed systems, then from the Diagnose menu, select Troubleshoot VSE Management, then select Check
VSE Managed Node Configuration. If you are unable to
resolve issues with one of your managed systems, you can install or
copy vseassist to the managed system and run it from the command line
there. In the following command, replace cms with the short hostname or fully qualified domain name of the CMS: # vseassist -s -h cms
Options
If no options are specified, the command syntax
is displayed and the command exits with return code 3.
The vseassist command recognizes the following
options. For each option, a mnemonic is shown in parentheses to help
you remember the option letter.
Title not available (Options) - -a
(All) Perform all checks: Check the VSE Management
Software configuration of the CMS (as with the -c option). Check the communication
between the CMS and the specified managed systems (as with the -l option). If no managed systems are specified, then perform
this check on all systems in the All VSE Resources collection. Check the VSE Management
Software configuration of the specified managed systems (as with the -r option). If no managed systems are specified, then perform
this check on all HP-UX and Microsoft® Windows® systems in the All VSE Resources collection.
- -c
(CMS) Check the VSE Management
Software configuration of the CMS. - -l
(Link) From the CMS,
check the communication between the CMS and the managed systems specified
by the -n and -g options. Some of
the problems detected with this option include expired licenses, no
open WBEM ports, and improperly configured SSH authentication. These
checks will verify if the CMS can communicate with the managed systems
to perform VSE management functions. This
option requires one or more -n or -g options. - -r
(Remote) From the CMS,
check the VSE Management Software configuration of the HP-UX or Windows
managed systems specified by the -n and -g options. This option uses mxexec to copy the
vseassist command to the managed systems, where it is executed with
the -s option. For the -r option to succeed, the CMS must be able to communicate
with the managed systems (as checked by the -l option). This option requires one or more -n or -g options. Note: Remote
operation is only possible for managed systems running HP-UX or Windows. - -n nodename
(Node) Specifies the
name of a VSE managed system, using the node name by which the system
is known to the CMS (as reported by mxnode(1M)). Multiple -n and -g options can be used to specify multiple
systems. Note: This command is not designed to diagnose problems with non-VSE resources.
Specifying non-VSE resources using -n or -g options will not produce useful results. - -g collectionname
(Group) Specifies the
name of a collection of systems known to the CMS. The specified checks
will be performed for each of the managed systems in the collection.
Multiple -n and -g options can be
used to specify multiple systems. Note: System or collection names that include
spaces must be enclosed in quotes. See mxquery(1M) for more information about
collections under HP SIM. - -q
(Quiet) No output will
be generated on stdout or stderr. The results will still be logged to the vseassist.log file. - -s
(System) This option
is used when running vseassist directly on managed systems. Some of
the problems detected with this option include missing WBEM providers,
stalled WBEM process, and missing required patches. When you use vseassist with the -r option on the CMS, mxexec will remotely execute
vseassist on the managed systems using the -s option. - -h cms
(Host) Specifies the
short hostname or fully qualified domain name of the CMS that is managing
the system. This option is passed to the remote execution of vseassist
when you use the -r option on the CMS.
Installation
Beginning with VSE Management Software Version
A.03.00.00, vseassist is installed on the CMS when
the VSE Management Software is installed. For information about updates,
known issues, and workarounds, see the HP Virtual Server Environment Management for Integrity Version 4.0 Release Notes and the VSE Management website at http://docs.hp.com/en/vsemgmt/.
RETURN VALUES
Title not available (RETURN VALUES) - 0
The command completed
successfully and no FAIL results were found. - 1
The command completed
successfully and one or more FAIL results were found. - 2
Warnings, but no FAIL
results were found. - 3
Incorrect options were
specified; the command syntax is displayed. - 4
An unexpected internal
error occurred. Contact your HP Support Representative, your HP Services
Representative, or your authorized HP reseller for assistance.
EXAMPLES
The specific checks performed may vary by operating system and
system type of the CMS and managed systems. The following examples
show the kind of output that is produced, but the details may be different
in your environment.
AUTHORS
vseassist was developed by Hewlett-Packard Company.
FILES
Detailed results of the checks performed by vseassist are written
to the log file. Examine the log file for recommended steps to resolve
any problems found. Note: The log
file is not automatically pruned.
- HP-UX:
/var/adm/syslog/vseassist.log - Windows:
install-path\logs\vseassist.log
SEE ALSO
VSE Management Software online help
VSE Management manuals from http://docs.hp.com/en/vse.html:
VSE Management Software Version 4.0 Getting Started Guide, VSE Management Software Version 4.0 Installation and Update Guide for HP-UX.
Related manpages:
capcollect(1M), mxexec(1M), mxnode(1M), mxquery(1M), vseinitconfig(1M), vselicense(1M)
|