HP Systems Insight Manager 7.0 User Guide
Table Of Contents
- Systems Insight Manager 7.0 User Guide
- Table of Contents
- Part I Introduction
- Part II Setting up HP SIM
- 3 Setting up managed systems
- 4 Credentials
- 5 WMI Mapper Proxy
- 6 Discovery
- 7 Manage Communications
- 8 Automatic event handling
- 9 Users and Authorizations
- 10 Managed environment
- Part III HP SIM basic features
- 11 Basic and advanced searches
- 12 Monitoring systems
- 13 Event management
- 14 Reporting in HP SIM
- 15 HP SIM tools
- Part IV HP SIM advanced features
- 16 Collections in HP SIM
- 17 HP SIM custom tools
- 18 Federated Search
- 19 CMS reconfigure tools
- 20 Understanding HP SIM security
- 21 Privilege elevation
- 22 Contract and warranty
- 23 License Manager
- 24 Storage integration using SMI-S
- 25 Managing MSCS clusters
- 26 HP SIM Audit log
- 27 HP Version Control and HP SIM
- 28 Compiling and customizing MIBs
- A Important Notes
- System and object names must be unique
- Setting the Primary DNS Suffix for the CMS
- Distributed Systems Administration Utilities menu options not available
- Virtual machine guest memory reservation size
- Insight Remote Support Advanced compatibility
- Database firewall settings
- Annotating the portal UI
- Security bulletins
- Validating RPM signatures
- Central Management Server
- Complex systems displaying inconsistency with the number of nPars within the complex
- Configure or Repair Agents
- Data collection reports
- B Troubleshooting
- Authentication
- Browser
- Central Management Server
- Complex
- Configure or Repair Agents
- Container View
- Credentials
- Data Collection
- Database
- Discovery
- iLO
- Linux servers
- Event
- Host name
- HP Insight Control power management
- Insight Control virtual machine management
- HP Smart Update Manager
- Systems Insight Manager
- Identification
- Installation
- License Manager
- Locale
- Managed Environment
- HP MIBs
- Onboard Administrator
- OpenSSH
- Performance
- Ports used by HP SIM.
- Privilege elevation
- Property pages
- Reporting
- Security
- Sign-in
- SNMP settings
- SSH communication
- System Page
- System status
- Target selection wizard
- Tasks
- Tools
- Upgrade
- UUID
- Virtual identifiers
- Virtual machines
- VMware
- WBEM
- WBEM indications
- WMI Mapper
- C Protocols used by HP SIM
- D Data Collection
- E Default system tasks
- Biweekly Data Collection
- System Identification
- Old Noisy Events
- Events Older Than 90 Days
- Status Polling for Non Servers
- Status Polling for Servers
- Status Polling for Systems No Longer Disabled
- Hardware Status Polling for Superdome 2 Onboard Administrator
- Data Collection
- Hardware Status Polling
- Version Status Polling
- Version Status Polling for Systems no Longer Disabled
- Check Event Configuration
- Status polling
- F Host file extensions
- G System Type Manager rules
- H Custom tool definition files
- I Out-of-the-box MIB support in HP SIM
- J Support and other resources
- Glossary
- Index

[FAILED]
ERROR: See log - /var/pegasus/vmware/install_queue/1.log
• When running HP SIM discovery, the following information appears:
Running WBEM rules based identification.
Cannot get ComputerSystem WBEM/WMI data from the system
[WBEM] System identified as WBEM instrumented but no usable
WBEM credentials available. Check configuration and rerun
Identification. Root Cause: Identification failed to generate
relevant WBEM credentials for target system.
Corrective Action: Check network and configuration of target
system. Check the following pages to ensure appropriate WBEM
credentials and port number data are provided: Global Protocol
Settings, System Protocol Settings. Rerun Identification and
Data Collection..
Solution: Go to http://communities.vmware.com/message/914939#914939. Note that the fix
above references /var/pegasus/vmware/install_queue/1 in the install queue. However,
the number might vary by installation.
-------------------------------------------------------------
I am unable to identify Windows XP targets through WBEM if Simple File Sharing is enabled.
Solution: Uncheck Simple File Sharing by navigating to Tools→Folder Options→View or set the
security policy Network access: Sharing and security model for local accounts to Classic: Local users
authenticate as themselves.
Installation
HP-UX install/execution of partner plug-ins (for example, HP Insight Dynamics - VSE for Integrity)
might fail due to failed communication with HP SIM. Reviewing the install logs, daemon service
logs and command line command output of partner commands may show long execution time with
failed results describing a failure to connect to HP SIM or the message
java.net.NoRouteToHostException: No route to host (errno:242). Local partner
communication to HP SIM occurs using the ‘localhost’ hostname. This should be set to the loopback
IP address (usually 127.0.0.1). This is normally defined in the /etc/hosts file on the CMS.
However, by default HP-UX systems will resolve hostnames through DNS before looking at this file.
If nslookup localhost does NOT resolve to the loopback IP address, then you must change
the lookup configuration. HP-UX or Linux systems use /etc/nsswitch.conf to resolve hostnames,
and having dns resolve before files (/etc/hosts) will give the wrong IP Address for localhost.
The default for HP-UX is set as:
hosts: dns [NOTFOUND=return] nis [NOTFOUND=return] files
To resolve this issue, change the configuration to:
hosts: files dns [NOTFOUND=return] nis NOTFOUND=return] files
Also, be sure the /etc/hosts file contains the loopback entry: 127.0.0.1 localhost
loopback.
-------------------------------------------------------------
When HP SIM 6.1 is installed on HP-UX, you should consider monitoring the pgsql logs under
/var/opt/hpsmdb/pgsql and clear them if they become too large.
-------------------------------------------------------------
Installation 191