Server Management - Systems Insight Manager
1748261 Members
3742 Online
108760 Solutions
New Discussion юеВ

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