HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error - System Management Homepage could not s...
Operating System - HP-UX
1834804
Members
2900
Online
110070
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
09-24-2007 09:24 AM
09-24-2007 09:24 AM
I have several Itanuim boxes runnig 11.23. They have the same packages installed. some
boxes can not display the system management homepage. From IE broswer, enter:
http://host-name:2301/
System Management Homepage
Error:
The System Management Homepage server could not be started successfully.
--------------------------------------------------------------------------------
© 2003-2006 Hewlett-Packard Development Company, L.P.
I found a good machine which will start "apache"as soon as I entered above http; the bad one has smhstartd running but did not start "apache". What is the problem?
root@good > ps -ef| grep hpsm
root 1759 1 0 02:28:31 ? 0:00 /opt/hpsmh/lbin/smhstartd
root 6555 1 0 13:07:02 ? 0:00 /opt/hpws/apache/bin/httpd -k st
art -DSSL -f /opt/hpsmh/conf/smhpd.conf
root 6560 6556 0 13:07:02 ? 0:00 /opt/hpsmh/lbin/time_out /opt/hp
smh/logs/smh.timestamp 30
hpsmh 6561 6555 0 13:07:02 ? 0:00 /opt/hpws/apache/bin/httpd -k st
art -DSSL -f /opt/hpsmh/conf/smhpd.conf
root 6556 1 0 13:07:02 ? 0:00 /usr/bin/sh /opt/hpsmh/lbin/time
outmonitor 30
root@bad# ps -ef| grep hpsm
root 2139 1 0 Sep 4 ? 0:00 /opt/hpsmh/lbin/smhstartd
Thanks in advance,
Lynn
boxes can not display the system management homepage. From IE broswer, enter:
http://host-name:2301/
System Management Homepage
Error:
The System Management Homepage server could not be started successfully.
--------------------------------------------------------------------------------
© 2003-2006 Hewlett-Packard Development Company, L.P.
I found a good machine which will start "apache"as soon as I entered above http; the bad one has smhstartd running but did not start "apache". What is the problem?
root@good > ps -ef| grep hpsm
root 1759 1 0 02:28:31 ? 0:00 /opt/hpsmh/lbin/smhstartd
root 6555 1 0 13:07:02 ? 0:00 /opt/hpws/apache/bin/httpd -k st
art -DSSL -f /opt/hpsmh/conf/smhpd.conf
root 6560 6556 0 13:07:02 ? 0:00 /opt/hpsmh/lbin/time_out /opt/hp
smh/logs/smh.timestamp 30
hpsmh 6561 6555 0 13:07:02 ? 0:00 /opt/hpws/apache/bin/httpd -k st
art -DSSL -f /opt/hpsmh/conf/smhpd.conf
root 6556 1 0 13:07:02 ? 0:00 /usr/bin/sh /opt/hpsmh/lbin/time
outmonitor 30
root@bad# ps -ef| grep hpsm
root 2139 1 0 Sep 4 ? 0:00 /opt/hpsmh/lbin/smhstartd
Thanks in advance,
Lynn
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 05:53 PM
09-24-2007 05:53 PM
Re: Error - System Management Homepage could not started
http://docs.hp.com/en/381372-002/381372-002.pdf
It's kind of fun to do the impossible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 06:58 PM
09-24-2007 06:58 PM
Solution
Lynn,
things to check
1) swlist -l bundle | grep -i sysmgmtweb
2) swverify SysMgmtWeb
3) check smh logs for errors
#/var/opt/hpsmh/logs/smh.log= General errors
#/opt/hpsmh/logs/error_log=error betwwen the browser and the web server
#/opt/hpsmh/logs/access_log=all access to the SMH Server
#cat /etc/passwd | grep hpsmh
hpsmh:*:107:104:System Management Homepage:/home/hpsmh:/sbin/sh
#cat /etc/group | grep hpsmh
hpsmc::103:hpsmh
hpsmh:104:
4)#/opt/hpsmh/lbin/hpsmh autostart
Hope this help
WK
things to check
1) swlist -l bundle | grep -i sysmgmtweb
2) swverify SysMgmtWeb
3) check smh logs for errors
#/var/opt/hpsmh/logs/smh.log= General errors
#/opt/hpsmh/logs/error_log=error betwwen the browser and the web server
#/opt/hpsmh/logs/access_log=all access to the SMH Server
#cat /etc/passwd | grep hpsmh
hpsmh:*:107:104:System Management Homepage:/home/hpsmh:/sbin/sh
#cat /etc/group | grep hpsmh
hpsmc::103:hpsmh
hpsmh:104:
4)#/opt/hpsmh/lbin/hpsmh autostart
Hope this help
WK
Problem never ends, you must know how to fix it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 05:50 AM
09-25-2007 05:50 AM
Re: Error - System Management Homepage could not started
Problem resoved. It was a group id missing
in /etc/group. Thanks Whiteknight for your
step by step instruction.
Lynn
in /etc/group. Thanks Whiteknight for your
step by step instruction.
Lynn
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP