Server Management - Systems Insight Manager
1824218 Members
3361 Online
109669 Solutions
New Discussion юеВ

Re: How to login HP SIM and VSE?

 
kingsan168
Advisor

How to login HP SIM and VSE?

Hi,

I finished to install HP SIM and VSE on HP-UX v11.31. How can login to SIM through web browser? I typed http://hostname:280/ but no any response. Are there need to start or stop any service in host server?

Below is the installation detail:

# /opt/mx/bin/mxinitconfig -a
Checking Requisites (15):
1. Check Kernel Parameters ...OK
2. Node Security File ..OK
3. Server Property File ..OK
4. Server Authentication Keys ..OK
5. SSH Keys ..OK
6. Status Property File ..OK
7. Task Results Output Cleanup ..OK
8. Database Configuration ..OK
9. Database Content ..OK
10. Web Server ..OK
11. Setup Property File ..OK
12. JBoss Setup ..OK
13. Agent Configuration ..OK
14. Management Services ..OK
15. Initialization and Database Population ..OK
Requisite scan completed successfully.

Configuring Server Components (15):
1. Check Kernel Parameters ..Done
2. Node Security File ..Done
3. Server Property File ..Done
4. Server Authentication Keys ..Done
5. SSH Keys ..Done
6. Status Property File ..Done
7. Task Results Output Cleanup ..Done
8. Database Configuration ....Done
9. Database Content ..Done
10. Web Server ...Done
11. Setup Property File ..Done
12. JBoss Setup ..Done
13. Agent Configuration ..Done
14. Management Services ..Done
15. Initialization and Database Population ......
- Start initialization .....Done
- Configuring tools and populating tools database

............................................Done
- Initializing database

.........................................Done
- Compiling MIB and populating MIB database .........Done
Completed all tasks successfully.

Details can be found in the log files at: /var/opt/mx/logs
# /opt/vse/bin/vseinitconfig -a
YOUR USE OF THE VSE MANAGEMENT SOFTWARE AND ALL OF ITS COMPONENTS
INCLUDING, BUT NOT LIMITED TO, VSE MANAGEMENT COMPONENTS AND AGENTS
INSTALLED ON VSE MANAGED SYSTEMS ARE GOVERNED BY THE SOFTWARE LICENSE
TERMS AND CONDITIONS FOUND IN THE FOLLOWING FILE:
/opt/vse/src/README
======================================================================

==========
Verifying HP SIM conditions...
---------------------------------------------------------------------

-----------
==> HP SIM Installation detected.
=====================================================================[

SUCCESS ]
Preparing the CMS for an initconfig process...
---------------------------------------------------------------------

-----------
==> Removing old VSEMgmt tools from HP SIM(if applicable)...
readdir() attempted on invalid dirhandle TOOLSDIR at

/opt/vse/bin/vseinitconfig line 996.
closedir() attempted on invalid dirhandle TOOLSDIR at

/opt/vse/bin/vseinitconfig line 1001.
==> Updating tool configuration files...
=====================================================================[

SUCCESS ]
Installing tools and toolboxes...
---------------------------------------------------------------------

-----------
==> Installing VSEMgmt toolboxes in HP SIM...
==> Installing VSEMgmt tools in HP SIM...
=====================================================================[

SUCCESS ]
Configuring actions for VSE Resources...
---------------------------------------------------------------------

-----------
==> Modifying actions for 'All VSE Resources' in HP SIM...
==> Registering localized language files in HP SIM...
=====================================================================[

SUCCESS ]
Installing collections and queries...
---------------------------------------------------------------------

-----------
==> Adding queries and collections to 'All VSE Resources' in HP SIM...
==> Modifying default collection views in HP SIM...
==> Registering localized language files in HP SIM...
=====================================================================[

SUCCESS ]
Configuring VSE components...
---------------------------------------------------------------------

-----------
==> Running initconfig component scripts...
Initializing Global Workload Manager.
For more information, please refer to

"/var/opt/vse/logs/gwlminitconfig.log.0"
gWLM init script finished successfully.

==> Initializing Capad.
==> For more information, please refer to

"/var/opt/vse/logs/capadinit.log"
==> Capacity Advisor script finished successfully.
==> Initializing Process Resource Manager GUI.

==> Removing PRMGUI tools from HP SIM...
==> Removing the PRMGUI toolbox from HP SIM...
==> Removing Obsolete PRM tools from HP SIM...
==> Installing the PRMGUI toolbox in HP SIM...
==> Installing PRMGUI tools in HP SIM...
==> Process Resource Manager GUI script finished successfully.

==> Initializing Application Discovery...
==> For more information, please refer to

/var/opt/vse/logs/amgrinitconfig.log.
==> Starting amgrserver process
==> Restart HP SIM to register HP Application Discovery events

=====================================================================[

SUCCESS ]
Initconfig final steps...
---------------------------------------------------------------------

-----------
==> Configuring Licensing...

PLEASE NOTE: For assistance with licensing, refer to the VSE

Management
Software Getting Started Guide or the vselicense man

page...

==> VSE Management Software 90 day trial license applied for HP

Integrity and
HP 9000 systems.


==> Detecting if any existing HP Integrity/9000 license data needs to

be
upgraded...

==> Do you wish to restart HP SIM now?[y/n] y
==> Stopping HP SIM now!
==> HP SIM stopped, restart may take several minutes...
==> Waiting for HP SIM to complete

restart...............................................................

......................................................................

.......................
==> HP SIM started successfully!

==> Finished SUCCESSFULLY
14 REPLIES 14

Re: How to login HP SIM and VSE?

The URL should get you to the SIM login screen.

- First I would check you are not using a proxy for local website addresses in your browser.
- Can you ping the server by the you used in the URL from your desktop system?

- Can you also not get to the Systems Management Homepage on that server as address http://:2301

- Actually http://:280 is just a redirection to https://:50000 so try that as well

- On the SIM server what is the output of "mxstatus -l"


HTH

Duncan

I am an HPE Employee
Accept or Kudo
kingsan168
Advisor

Re: How to login HP SIM and VSE?

The server is connected to intranet through the proxy server.

I can't found the command #./mxstatus -l. Can you tell me it located at which directory?

Need any services to start to use HP SIM on HP-UX?(For instance: Apache or tomcat) If yes, typed what command to start up the service?

Re: How to login HP SIM and VSE?

/opt/mx/bin/mxstatus

If the mxiniticonfig and vseinitconfig commands both ran thru OK, you shouldn't have to do anything else.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
kingsan168
Advisor

Re: How to login HP SIM and VSE?

I cannot find this command under /opt/mx/bin/mxstatus

Can any command to verify that HP SIM is running?

Re: How to login HP SIM and VSE?

>> I cannot find this command under /opt/mx/bin/mxstatus


I fail to see how you can have the "mxinitconfig" command on your system (as you clearly have from the above output), and not have "mxstatus" - they are part of the same fileset in SIM - you are trying to run these commands on the right system aren't you? (i.e. on the server you have installed SIM on?)

HTH

Duncan

I am an HPE Employee
Accept or Kudo

Re: How to login HP SIM and VSE?

>> I cannot find this command under /opt/mx/bin/mxstatus


oops, just read that again... /opt/mx/bin/mxstatus isn't a directory, it's the full path to the command... so does:

/opt/mx/bin/mxstatus -l

not return anything?

HTH

Duncan

I am an HPE Employee
Accept or Kudo
kingsan168
Advisor

Re: How to login HP SIM and VSE?

I have already installed these command as below.

1) /opt/mx/bin/mxinitconfig -a
2) /opt/vse/bin/vseinitconfig -a

If I restart the server, is it need to type these command again or start automatically?
kingsan168
Advisor

Re: How to login HP SIM and VSE?

I typed the command but not return anything.

# /opt/mx/bin/mxstatus -l
sh: /opt/mx/bin/mxstatus: not found.

Re: How to login HP SIM and VSE?

Something is very wrong here - you shouldn't have mxinitconfig without mxstatus... if you run:

swlist -l fileset -a state HPSIM-HP-UX

what does it show?

HTH

Duncan

I am an HPE Employee
Accept or Kudo
kingsan168
Advisor

Re: How to login HP SIM and VSE?

It will be showed as follow:

# swlist -l fileset -a state HPSIM-HP-UX
# Initializing...

# HPSIM-HP-UX
# HPSIM-HP-UX.SysMgmtAgent
HPSIM-HP-UX.SysMgmtAgent.MX-AGENT configured
# HPSIM-HP-UX.SysMgmtDB
HPSIM-HP-UX.SysMgmtDB.SMPGSQL-DOC configured
HPSIM-HP-UX.SysMgmtDB.SMPGSQL-INC configured
HPSIM-HP-UX.SysMgmtDB.SMPGSQL-LIB configured
HPSIM-HP-UX.SysMgmtDB.SMPGSQL-MAN configured
HPSIM-HP-UX.SysMgmtDB.SMPGSQL-RUN configured
HPSIM-HP-UX.SysMgmtDB.SMPGSQL-SHA configured
HPSIM-HP-UX.SysMgmtDB.SMPGSQL-SRC configured
# HPSIM-HP-UX.SysMgmtServer
HPSIM-HP-UX.SysMgmtServer.MX-CMS configured
HPSIM-HP-UX.SysMgmtServer.MX-CORE configured
HPSIM-HP-UX.SysMgmtServer.MX-CORE-ARCH configured
HPSIM-HP-UX.SysMgmtServer.MX-ENG-MAN configured
HPSIM-HP-UX.SysMgmtServer.MX-JBOSS configured
HPSIM-HP-UX.SysMgmtServer.MX-JPN-MAN configured
HPSIM-HP-UX.SysMgmtServer.MX-JRE configured
HPSIM-HP-UX.SysMgmtServer.MX-PORTAL configured
HPSIM-HP-UX.SysMgmtServer.MX-REPO configured
HPSIM-HP-UX.SysMgmtServer.MX-TOOLS configured

Re: How to login HP SIM and VSE?

hmmm ok... what about output of:

swlist HPSIM-HP-UX

and

swlist -l file HPSIM-HP-UX.SysMgmtServer.MX-CORE-ARCH

HTH

Duncan

I am an HPE Employee
Accept or Kudo
kingsan168
Advisor

Re: How to login HP SIM and VSE?

# swlist HPSIM-HP-UX
# Initializing...
#

# HPSIM-HP-UX C.05.02.02.00.06 HP Systems Insight Manager Serv
HPSIM-HP-UX.SysMgmtAgent C.05.02.02.00.06 HP Systems Insight Manager Agen
HPSIM-HP-UX.SysMgmtDB A.01.00-7.4.2.008 HP System Management Database
HPSIM-HP-UX.SysMgmtServer C.05.02.02.00.06 HP Systems Insight Manager Serv


# swlist -l file HPSIM-HP-UX.SysMgmtServer.MX-CORE-ARCH
# Initializing...
#

# HPSIM-HP-UX C.05.02.02.00.06 HP Systems Insight Manager Server Bundle
# HPSIM-HP-UX.SysMgmtServer.MX-CORE-ARCH C.05.02.02.00.06 HP Systems Insight Manager Central Management Server (Architecture dependent)
/opt/hpwebadmin
/opt/hpwebadmin/bin
/opt/hpwebadmin/conf
/opt/hpwebadmin/lib
/opt/hpwebadmin/lib/libMxPAMAuthRealm.so
/opt/hpwebadmin/lib/pam.conf.append
/opt/hpwebadmin/logs
/opt/hpwebadmin/reports
/opt/hpwebadmin/webapps
/opt/mx
/opt/mx/bin
/opt/mx/bin/CLIClientConfig.cfg
/opt/mx/bin/en.dll
/opt/mx/bin/hprepair.exe
/opt/mx/bin/mcompile
/opt/mx/bin/randomfile
/opt/mx/bin/smbclient
/opt/mx/bin/sslclivermode
/opt/mx/jboss
/opt/mx/jboss/server
/opt/mx/jboss/server/hpsim
/opt/mx/jboss/server/hpsim/deploy
/opt/mx/jboss/server/hpsim/work
/opt/mx/lbin
/opt/mx/lbin/.CommandTemplate
/opt/mx/lbin/.mxaux
/opt/mx/lbin/.mxcli
/opt/mx/lbin/.mxdaemon
/opt/mx/lbin/mcompile
/opt/mx/lbin/sshuser.exe
/opt/mx/lib
/opt/mx/lib/libDmiWrapper.so
/opt/mx/lib/libMxFileUtil.so
/opt/mx/lib/libMxLM.so
/opt/mx/lib/libMxOS.so
/opt/mx/lib/libMxPing.so
/opt/mx/lib/libdmi_mi.so
/opt/mx/lib/libdmisp.so
/var/opt/mx
/var/opt/mx/logs
/opt/mx/bin/mxagentconfig
/opt/mx/bin/mxauth
/opt/mx/bin/mxcert
/opt/mx/bin/mxcollection
/opt/mx/bin/mxexec
/opt/mx/bin/mxgethostname
/opt/mx/bin/mxglobalprotocolsettings
/opt/mx/bin/mxglobalsettings
/opt/mx/bin/mxinitconfig
/opt/mx/bin/mxlog
/opt/mx/bin/mxmib
/opt/mx/bin/mxngroup
/opt/mx/bin/mxnode
/opt/mx/bin/mxnodesecurity
/opt/mx/bin/mxnodesetup
/opt/mx/bin/mxpassword
/opt/mx/bin/mxquery
/opt/mx/bin/mxreport
/opt/mx/bin/mxstm
/opt/mx/bin/mxtask
/opt/mx/bin/mxtool
/opt/mx/bin/mxtoolbox
/opt/mx/bin/mxuser
/opt/mx/bin/mxversion
/opt/mx/bin/mxwbemsub
/opt/mx/lbin/hpsim
/opt/mx/lbin/mxconfigrefresh
/opt/mx/lbin/mxdomainmgr
/opt/mx/lbin/mxdtf
/opt/mx/lbin/mxinventory
/opt/mx/lbin/mxinventoryDMI
/opt/mx/lbin/mxmergehelp
/opt/mx/lbin/mxreport
/opt/mx/lbin/mxwsman
kingsan168
Advisor

Re: How to login HP SIM and VSE?

Is it need to start up the apache service so that it can be launch HPSIM or HPSMH? I can't still see anything when I type http://:2301/

Re: How to login HP SIM and VSE?

If you can't hit the systems management homepage either, taht suggests a problem with your browser configuration rather than SIM or SMH.

But anyway, just to clear a few things up... you seem to have a pretty old version of SIM installed there (5.2, the latest is 6.2), which didn't have mxstatus but never mind.

No there is no "apache" or anything else to start for SIM - mxtstart/mxstop are all you need to start/stop SIM.

A couple more things to check:

- Check the installation is OK using:

mxinitconfig -l

- Check that SIM is listening on port 280:

netstat -anf inet | grep 280

If that shows anything like this:

tcp 0 0 *.280 *.* LISTEN

Then SIM is definately listening on port 280, and the problem is with your browser or somewhere in-between.

HTH

Duncan

I am an HPE Employee
Accept or Kudo