Privilege elevation, Property pages – HP Systems Insight Manager User Manual

Page 178

Advertising
background image

1.

The wbemportlist.xml file used by HP SIM must be altered to add the additional or
alternate WBEM port to be used. The file is located in C:\Program Files\HP\Systems
Insight Manager\Config\Identification

. This example shows where the new lines

(in red) must be added to the <wbemportlist> tag in the xml file:

<?xml version='1.0' encoding='UTF-8'>
<wbemportlist>
<port id='5989' protocol='https'>
<cimnamespacelist>
<cimnamespace name='root/cimv2'/>
<cimnamespace name='vmware/esxv2'/>
<cimnamespace name='root/hpq'/>
</cimnamespacelist>
<interopnamespacelist>
<interopnamespace name='interop'/>
<interopnamespace name='root/pg_interop'/>
<interopnamespace name='root'/>
<interopnamespace name='root/emulex'/>
<interopnamespace name='root/qlogic'/>
<interopnamespace name='root/ibm'/>
<interopnamespace name='root/emc'/>
<interopnamespace name='root/smis/current'/>
<interopnamespace name='root/hitachi/dm51'/>
<interopnamespace name='root/interop'/>
<interopnamespace name='root/switc'/>
<interopnamespace name='root/cimv2'/>
</interopnamespacelist>
</port>
<port id='2718' protocol='https'>
<cimnamespacelist>
<cimnamespace name='root/cimv2'/>
</cimnamespacelist>
</port>
</wbemportlist>

2.

Restart the HP SIM service.

3.

Right-click the Systems Insight Manager service in Windows Services API, and click restart
from the dropdown menu.

Privilege elevation

When “DISPLAY_LAST_LOGIN” = 1 in HP-UX, even non-interactive logins, such as used by
sudo, emit the Last login string. This extraneous data in stderr/stdout can affect tools.
This value can be changed using HP SMH in the Auditing and Security Attributes Configuration
section of the HP SMH home page. This can be done for the user whose rights have been elevated
(typically “root”) or set as the system-wide default for all users.
To make these changes, run the following commands:
For an individual user:

/usr/sbin/userdbset –u <user> DISPLAY_LAST_LOGIN=0

For the system-wide default:

/usr/sbin/ch_rc –a –p DISPLAY_LAST_LOGIN=”0” /etc/default/security

Property pages

I am receiving an error when clicking the Fans link on the Property pages Configuration tab.
Solution: Upgrade to HP ProLiant WBEM Providers 2.3.

178

Troubleshooting

Advertising