- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SMH on 11i v2
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
07-01-2008 09:09 AM
07-01-2008 09:09 AM
I am facing problem in accessing the SMH on my 11.23 machine. This is what happens:
1) From windows IE7 host -> http://hostname:2301
2) Execute "ps -ef | grep smh" as below output.
3) Browser display page could not be displayed.
4) Ping successful from host to server and vice versa.
# ps -ef | grep smh
root 1720 1 0 Jun 19 ? 0:00 /opt/hpsmh/lbin/smhstartd
root 20836 18790 1 15:51:31 console 0:00 grep smh
# ps -ef | grep smh
root 1720 1 0 Jun 19 ? 0:00 /opt/hpsmh/lbin/smhstartd
root 20840 20839 0 15:51:49 ? 0:00 /usr/bin/sh /opt/hpsmh/lbin/smhr
edirect
root 20839 20838 0 15:51:49 ? 0:00 /opt/hpsmh/lbin/smhstartd
root 20842 20840 0 15:51:50 ? 0:00 /usr/bin/sh /opt/hpsmh/lbin/hpsm
h autostart
root 20838 1720 0 15:51:49 ? 0:00 /opt/hpsmh/lbin/smhstartd
root 20873 20842 0 15:51:50 ? 0:00 /opt/hpsmh/lbin/smhstart
Any help is greatly appreciated.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2008 09:38 AM
07-01-2008 09:38 AM
Re: SMH on 11i v2
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2008 06:02 PM
07-01-2008 06:02 PM
Re: SMH on 11i v2
Thanks for the link. I suppose SMH alrady started from my "ps" command output. And I guess something else is missing which Im not sure what. I tried to grep for "http" but it does not show any. Invoke below:
smhstartconfig -a on
smhstartconfig -t on
But still to no avail. Any idea?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2008 08:02 PM
07-01-2008 08:02 PM
Re: SMH on 11i v2
Please check did you install this patch PHSS_37947.
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2008 09:45 PM
07-01-2008 09:45 PM
Re: SMH on 11i v2
I finally found the error from
/var/opt/hpsmh/logs/smh.log
It says:
httpd: Could not determine the server's fully qualified domain name, using 192.168.1.10 for ServerName
Checked my /etc/hosts and /etc/rc.config.d/netconf entries are fine.
Any help?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2008 09:59 PM
07-01-2008 09:59 PM
Re: SMH on 11i v2
but this may cause to load the smh. try to use IP
http://
this may cause of your dns entry of your unix hostname in DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2008 10:09 PM
07-01-2008 10:09 PM
Re: SMH on 11i v2
I was actually already using IP address in the URL: http://192.168.1.10:2301 from my Windows. Below are my IP settings.
Windows host: 192.168.1.20
HP-UX: 192.168.1.10
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2008 12:51 AM
07-02-2008 12:51 AM
Re: SMH on 11i v2
This is the hpsmh logs output:
tail -f /var/opt/hpsmh/logs/smh.log
httpd: Could not determine the server's fully qualified domain name, using 192.1
68.1.20 for ServerName
/opt/hpsmh/bin/hpsmh[179]: 12927 Bus error
Not sure what it means. Please enlighten.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2008 01:20 AM
07-02-2008 01:20 AM
Re: SMH on 11i v2
I assume this is fine.
>/opt/hpsmh/bin/hpsmh[179]: 12927 Bus error
What's on line 179 of hpsmh?
>Not sure what it means?
Looks like a bug. You may want to try this SMH patch: PHSS_36870
I'm not sure if these help:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1245527
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1242723
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2008 06:28 AM
07-03-2008 06:28 AM
Re: SMH on 11i v2
if you do so, you may able to connect SMH as you mentioned.i.e.
http://hostname:2301
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2008 06:43 PM
07-03-2008 06:43 PM
Re: SMH on 11i v2
Iam not using DNS right now and all IPs are static. BTW "swlist SysMgmtWeb"
gives me below:
********************************************
# SysMgmtWeb A.2.2.7 HP-UX Web Based System Management User Interfaces
SysMgmtWeb.SysMgmtHomepage A.2.2.7 HP-UX System Management Homepage
********************************************
I read somewhere that this version does not require the patch indicated previously. I continue with upgrading to the latest SMH A.2.2.8 but still got the same error. The strange error message is the "Bus Error" which I simply can't find from HP resources what it is.
Any help please. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2008 07:45 PM
07-03-2008 07:45 PM
Re: SMH on 11i v2
Yes, A.2.2.7 replaces the patch.
>error message is the "Bus Error" which I simply can't find from HP resources what it is.
A Bus error is a miscellaneous software bug.
>/opt/hpsmh/bin/hpsmh[179]: 12927 Bus error
Again: What's on line 179 of hpsmh? This will tell us what program is aborting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2008 08:11 PM
07-03-2008 08:11 PM
Re: SMH on 11i v2
Is there any further logs to know which program is terminating or causing the "Bus Error" problem?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2008 08:28 PM
07-03-2008 08:28 PM
Re: SMH on 11i v2
Sorry was bit blurr just now. I suppose its looking for line 179 of /opt/hpsmh/lbin/hpsmh. Well this is what it shows with line numbers. Dont quite undestand what this script does.
****************************************
177 # Call smhstart (check/generate certificate, create smhpd.conf, etc)
178 echo >>/var/opt/hpsmh/logs/smh.log
179 eval /opt/hpsmh/lbin/smhstart >>/var/opt/hpsmh/logs/smh.log 2>&1
180 if [ $? -eq 0 ]
181 then
182 echo "The System Management HomePage server has been started successfully."
183 else
184 print -u2 "ERROR: The System Management HomePage server could not be started successfully."
185 exit 1
186 fi
****************************************
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2008 09:51 PM
07-03-2008 09:51 PM
Re: SMH on 11i v2
179 eval /opt/hpsmh/lbin/smhstart
It looks like smhstart is aborting.
See if you can run it by hand. (Not sure why that eval is there?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2008 11:57 PM
07-07-2008 11:57 PM
Re: SMH on 11i v2
I have tried to re-start the SMH manually but system still shows error. See below.
# hpsmh autostart
Starting the System Management HomePage server ...
Pid 12927 in trap loop, signal 10
ERROR: The System Management HomePage server could not be started successfully.
Any help please.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 03:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 07:38 AM
07-08-2008 07:38 AM