Operating System - HP-UX
1753701 Members
4811 Online
108799 Solutions
New Discussion

Re: System Management Homepage (SMH) - Missing Items on HP-UX 11.11

 
JDM_Nokia
Valued Contributor

System Management Homepage (SMH) - Missing Items on HP-UX 11.11

 

Good Morning!

 

The SMH error log is showing the below issues.  Does anyone have the "HPUX_EthernetLANEndpoint" or "HPUX_EthernetPort" modules on their server?  I am also curious if you are getting the same error with regards to the script not found error for file "/opt/hpsmh/data/htdocs/comppage/getMPInfo.cgi".  If the file exists on your system, please post the contents of this file so that I can re-create it here.

 

Appreciate the help!

    

 

[Fri Jun 08 15:13:49 2012] [error] [client 147.243.130.13] Class HPUX_EthernetLANEndpoint not found., referer: https://10.240.106.182:2381/chpstrt.php?chppath=Home%3A%3ANetwork&chppage=Network%20Information
[Fri Jun 08 15:13:49 2012] [error] [client 147.243.130.13] Class HPUX_EthernetPort not found., referer: https://10.240.106.182:2381/chpstrt.php?chppath=Home%3A%3ANetwork&chppage=Network%20Information
[Fri Jun 08 15:14:02 2012] [error] [client 147.243.130.13] script not found or unable to stat: /opt/hpsmh/data/htdocs/comppage/getMPInfo.cgi, referer: https://10.240.106.182:2381/chpstrt.php?chppath=Home
2 REPLIES 2

Re: System Management Homepage (SMH) - Missing Items on HP-UX 11.11

It's a symlink towards smhrun on 11.31: 

 

# ll /opt/hpsmh/data/htdocs/comppage/getMPInfo.cgi
lr-xr-xr-x 1 bin bin 22 Jun 19 12:37 /opt/hpsmh/data/htdocs/comppage/getMPInfo.cgi -> /opt/hpsmh/lbin/smhrun

# ll /opt/hpsmh/lbin/smhrun
-r-sr-x--- 1 root hpsmh 73072 Nov 29 2010 /opt/hpsmh/lbin/smhrun

# file /opt/hpsmh/lbin/smhrun
/opt/hpsmh/lbin/smhrun: ELF-64 executable object file - IA64

 

On 11.11 I got the following: 

 

# ll /opt/hpsmh/data/htdocs/comppage/getMPInfo.cgi
-r-xr-xr-x   1 bin        bin          49152 Sep 15  2008 /opt/hpsmh/data/htdocs/comppage/getMPInfo.cgi

# file /opt/hpsmh/data/htdocs/comppage/getMPInfo.cgi
/opt/hpsmh/data/htdocs/comppage/getMPInfo.cgi:  PA-RISC1.1 shared executable dynamically linked -not stripped

 

Just do a swverify of the SMH, or re-install the files using swinstall... 

 

# swlist -l file SysMgmtHomepage | grep getMPInfo.cgi
  SysMgmtHomepage.SMH-PPAGES: /opt/hpsmh/data/htdocs/comppage/getMPInfo.cgi

 

JDM_Nokia
Valued Contributor

Re: System Management Homepage (SMH) - Missing Items on HP-UX 11.11

 

 

I was able to resolve a portion of this issue.

 

The missing "HPUX_EthernetLANEndpoint" and "HPUX_EthernetPort" modules have been found.  They are part of the HP-UX WBEM LAN Provider (WBEMP-LAN-00) module.  I was finally able to obtain this module.

 

A little history for those who care:

 

For unknown reasons, HP decided to bundle this product within the CoreOS DVD which is ok as long as you have a CoreOS DVD that is later than June of 2007.  Anything earlier and this module is not there...

 

To make matters even more interesting, HP decided not to include this in the HP-UX LAN Provider download page.  You can get this module for HP-UX 11.23 and 11.31, but not 11.11.  The reason?  It is part of the CoreOS DVD.  Which if you don't have the correct CoreOS DVD means that you are back to square one.

 

In the old days, this was called a deadlock  :-))

Spoiler