Installing Insight Diagnostics Online Edition for Linux on Red Hat Enterprise Linux 6

Download HPE System Management Homepage for Linux (AMD64/EM64T) hpsmh-7.6.1-9.x86_64.rpm
http://h20565.www2.hpe.com/hpsc/swd/public/detail?sp4ts.oid=8230346&swItemId=MTX_ee014bd76e7a4eef958b8d174d&swEnvOid=4103

You also need to download Insight Diagnostics Online Edition for Linux (x86-64) hpdiags-10.50.2007-2076.linux.x86_64.rpm https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_b0c4c90c82504b16abdd8fe7dd&swEnvOid=4103

Install both packages

root@linux:/tmp # rpm -ivh hpsmh-7.6.1-9.x86_64.rpm hpdiags-10.50.2007-2076.linux.x86_64.rpm
warning: hpsmh-7.6.1-9.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 26c2b797: NOKEY
warning: hpdiags-10.50.2007-2076.linux.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID c5399b1d: NOKEY
Preparing… ########################################### [100%]
Detected Red Hat Enterprise Linux AS/ES/WS/SERVER 6
Created hpsmh user and group…
1:hpsmh ########################################### [ 50%]

**********************************************************
* System Management Homepage installed successfully with *
* default configuration values. To change the default *
* configuration values, type the following command at *
* the root prompt: *
* *
* /opt/hp/hpsmh/sbin/smhconfig *
* *
**********************************************************

2:hpdiags ########################################### [100%]

Stopping hpsmhd: [ OK ]
Starting hpsmhd: [ OK ]

It installs in /opt/hp/hpdiags

root@linux:/opt/hp/hpdiags # ./hpdiags -p -rd -o /tmp/`hostname`_diag
HP Insight Diagnostics Version 10.50.2007A (x86_64)
Copyright (c) 2002, 2015 Hewlett-Packard Development Company, L.P.
System configuration capture running (Cannot open /etc/hba.conf
System configuration capture completed (100%)
completed (100%)

root@linux:/opt/hp/hpdiags # ./hpdiags -h
HP Insight Diagnostics Version 10.50.2007A (x86_64)
Copyright (c) 2002, 2015 Hewlett-Packard Development Company, L.P.
Syntax: hpdiags [options]
Valid options:

-l languageCode options: en, fr, it, de, es, ja, zh (Default: en)

-v [Level] Verbosity level of output between 1 and 5.
where 1 is the most terse level and 5 is the most verbose.
The default value is set to 5.

-s mmhhddMMDD Schedule automatic execution of Insight Diagnostics.
mm=minute(0-59), hh=hour(0-23), dd=day(1-31),
MM=month(1-12), DD=weekday(0-6)
All fields must be two digits (e.g. 02 instead of 2).
Use a single ‘*’ for don’t care fields.
NOTE: If you use ‘*’ you must use double-quotes around the
date/time value. (e.g. -s “0023***”)

-u Remove scheduled automatic execution of Insight Diagnostics.

-c FILE1 [FILE2] Compare a survey file to the current configuration
or, if two files are specified, compare the files.

-t Output to the terminal. May not be used with -o.

-p Specify output file format as plain text, instead of XML.
Only applies to Survey captures and comparisons.
Off by default.

-o FILE Specify output file name. By default, a file name is formed
using the current date and time in this format:
“surveyYYYY-MM-DD-hh-mm-ss.xml”
(YYYY=year, MM=month, DD=day, hh=hour, mm=minute, ss=second)
May not be used with -t.

-f Overwrite output file if it already exists.
NOTE: If no -o option is specified this option is ignored.

-a Append output file if it already exists.
NOTE: If no -o option is specified this option is ignored.
The -a option may only be used with plain text (-p).
This is because appending to XML files would result in XML parsing errors.

-rd Run a diagnosis of all diagnosable devices.

-? , -h Display this help message.

Advertisement