- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Systems Insight manager
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 12:00 AM - last edited on 11-03-2013 08:25 PM by Lisa198503
05-18-2005 12:00 AM - last edited on 11-03-2013 08:25 PM by Lisa198503
Systems Insight manager
Dear All,
can someone tell me how to check if the Systems insight manager is working and installed on my HPUX servers or not ??
i need to check is it working or not, is it installed or not
thanks in advance
P.S. This thread has been moved from HP-UX-General to ITRC HP Systems Insight Manager Forum. -HP Forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 12:19 AM
05-18-2005 12:19 AM
Re: Systems Insight manager
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 12:26 AM
05-18-2005 12:26 AM
Re: Systems Insight manager
check whether /opt/mx directory is created and check for process like mx_start etc in the ps
and also try to connect to that machine through port 280. eg: from a browser window type http://localhost:280 and see whether it shows hp sim login page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 01:31 AM
05-18-2005 01:31 AM
Re: Systems Insight manager
swlist -l product | grep -i insight
The response will be
SysMgmtAgent C.04.02.00.00 Systems Insight Manager Agent Product
SysMgmtServer C.04.02.00.00 Systems Insight Manager Server Product
(Versioning might be different for you but you get the idea)
To see if systems are being managed you can open the HPSIM and view the ALL SYSTEMS page and this will give details.
Also, the /opt/mx directory will exist on the various nodes.
- Tags:
- swlist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 01:48 AM
05-18-2005 01:48 AM
Re: Systems Insight manager
i can find the /opt/mx path, while i cannot do the http://localhost:280
!!
what does this mean ?
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 01:57 AM
05-18-2005 01:57 AM
Re: Systems Insight manager
There will be several processes running
What I get;
# ps -ef | grep mx
postgres 25362 1646 0 May 13 ? 1:37 postgres: mxadmin insight_v1_0 127.0.0.1 idle
postgres 8848 1646 0 14:39:11 ? 0:32 postgres: mxadmin insight_v1_0 127.0.0.1 idle
root 25334 1 0 May 13 ? 69:11 /opt/mx/lbin/mxdomainmgr
postgres 10037 1646 0 15:05:21 ? 0:27 postgres: mxadmin insight_v1_0 127.0.0.1 idle
root 25336 1 0 May 13 ? 7:00 /opt/mx/lbin/mxagent
root 25335 1 0 May 13 ? 4:52 /opt/mx/lbin/mxdtf
postgres 4220 1646 0 May 16 ? 1:13 postgres: mxadmin insight_v1_0 127.0.0.1 idle
root 23272 29865 0 06:54:41 pts/1 0:00 grep mx
Have you gone through the initial setup and configuration? Is the postgresql initialized? Have you done the mxstart command?
This site has lots of good docs
http://h18004.www1.hp.com/products/servers/management/hpsim/infolibrary.html#techinfo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 02:09 AM
05-18-2005 02:09 AM
Re: Systems Insight manager
there could be two reasons:
1. You have only SIM client modules installed which also install in /opt/mx directory
2. SIM is not listening on the localhost port, try with IP address of the machine which you suspect has SIM installed.
eg: http://192.168.1.1:280