- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System Management Homepage server could not be sta...
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
05-12-2011 01:09 AM
05-12-2011 01:09 AM
System Management Homepage server could not be started successfully
I am trying to log in to SMH in a hp ux rx3600 server using a web browser through port 2301, but the following error appears:
Error:
The System Management Homepage server could not be started successfully.
Can you please help me to resolve this problem?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2011 03:30 AM
05-12-2011 03:30 AM
Re: System Management Homepage server could not be started successfully
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2011 03:32 AM - last edited on 08-08-2011 02:43 PM by Kevin_Paul
05-12-2011 03:32 AM - last edited on 08-08-2011 02:43 PM by Kevin_Paul
Re: System Management Homepage server could not be started successfully
Hi,
try to look at this thread:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2011 04:27 AM
05-12-2011 04:27 AM
Re: System Management Homepage server could not be started successfully
hpsmh:104:
and the author concludes that "It was a group id missing in /etc/group". am i missing it too? if yes, how can i fix it? thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2011 04:36 AM
05-12-2011 04:36 AM
Re: System Management Homepage server could not be started successfully
give me the output of #smhstartconfig
#ps -ef|grep -i smh
What about the logs in:
/var/opt/hpsmh/logs/smh.log
/opt/hpsmh/logs/error_log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2011 04:41 AM
05-12-2011 04:41 AM
Re: System Management Homepage server could not be started successfully
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2011 04:53 AM
05-12-2011 04:53 AM
Re: System Management Homepage server could not be started successfully
# smhstartconfig
HPSMH 'autostart url' mode.........: ON
HPSMH 'start on boot' mode.........: OFF
Start Tomcat when HPSMH starts.....: OFF
# ps -ef|grep -i smh
root 1902 1 0 11:20:51 ? 0:00 /opt/hpsmh/lbin/smhstartd
root 2999 2856 0 15:18:06 pts/0 0:00 grep -i smh
#
the logs attached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2011 05:05 AM
05-12-2011 05:05 AM
Re: System Management Homepage server could not be started successfully
what your /etc/hosts file looks like?
Looks like a name-resolution problem between your client and server.
Did you try to run the smh from your web browser directly from the server? i.e. http://localhost:2301
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2011 05:21 AM
05-12-2011 05:21 AM
Re: System Management Homepage server could not be started successfully
how can i run the smh from my web browser directly from the server considering that it is is hp ux?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2011 01:40 PM
05-12-2011 01:40 PM
Re: System Management Homepage server could not be started successfully
what exactly are you typing in the url bar to get to the server?
have you tried using port 2381 as well, the earlier versions were abit buggy from my experience?
https://ipaddress:2381
to start the smh in a web browser directly on the server
#smh -F
should start it without security warnings locally. If your doing this from a pc attached you might need to export the display to your machine
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2011 09:35 PM
05-12-2011 09:35 PM
Re: System Management Homepage server could not be started successfully
Do you have any linux client PC's ? That would be much easier than windows. You would just '#ssh -Y' to the server and then in the shell just start '#smh' and the local browser of your server should pop up with the login screen.
If using windows client OS, then try to look for reflection-x software, but I'm not sure if it's free for download.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2011 11:53 PM
05-12-2011 11:53 PM
Re: System Management Homepage server could not be started successfully
# hpsmh autostart
Also, two files control over smh;
/opt/hpsmh/lbin/envvars
/opt/hpsmh/conf/timeout.conf
you can check these out for any anomally OR wrong parameter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2011 12:20 AM
05-13-2011 12:20 AM
Re: System Management Homepage server could not be started successfully
# hpsmh autostart
Starting the System Management HomePage server ...
Pid 7000 in trap loop, signal 10
ERROR: The System Management HomePage server could not be started successfully.
#
attached are the 2 files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2011 02:57 AM
05-13-2011 02:57 AM
Re: System Management Homepage server could not be started successfully
https://hostname:2381/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2011 03:03 AM
05-13-2011 03:03 AM
Re: System Management Homepage server could not be started successfully
# swlist | grep "System Management Homepage"
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2011 12:43 AM
05-16-2011 12:43 AM
Re: System Management Homepage server could not be started successfully
Command output:
# swlist | grep "System Management Homepage"
#
(nothing)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2011 12:21 AM
05-17-2011 12:21 AM
Re: System Management Homepage server could not be started successfully
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2011 06:47 AM
05-17-2011 06:47 AM
Re: System Management Homepage server could not be started successfully
try
swlist -l product | grep -i smh
swlist -l product | grep -i System
By the way;
have you ever been use it before without problem OR you never used it ?
if you never used it, you need to reinstall it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2011 07:06 AM
05-17-2011 07:06 AM
Re: System Management Homepage server could not be started successfully
# swlist -l product | grep -i smh
# swlist -l product | grep -i System
AudioSubsystem B.11.23 HP-UX Audio Subsystem
DEVFS C.01.04.07 Device File System
DSAU C.01.00.03 Distributed Systems Administration Utilit ies
FileSystemsWeb B.11.23.03 HP-UX Disks and File Systems Tool
ImagingSubsystem B.11.23 HP-UX Image Viewer Subsystem
JFS B.11.23 The Base VxFS File System
NFS B.11.23 ONC/NFS; Network-File System,Information Services,Utilities
OS-Core B.11.23 Core Operating System, plus Software Term s & Conditions
PHCO_31611 1.0 Cumulative changes to file system man pag es
PHCO_31652 1.0 Japanese system management manpages
PHCO_31658 1.0 Japanese filesystem manpages
PHCO_31676 1.0 Japanese filesystem mksf manpages
PHCO_35012 1.0 Bootstrap manpages for PA-RISC systems
PHKL_32714 1.0 Correctly display Vpar ID on PA systems
PHKL_33025 1.0 file system tunables cumulative patch
PHKL_33714 1.0 exec(2) and setrlimit(2) system call fix
PHKL_34633 1.0 gang scheduler patch for system hang
PHKL_34840 1.0 slow system calls due to cache line shari ng
PHKL_35734 1.0 OLA/R subsystem patch
PHKL_35756 1.0 audit subsystem cumulative patch
PHKL_36301 1.0 Panic or hang on Integrity systems
PHKL_37106 1.0 WSIO IO subsystem cumulative patch
PHSS_31110 1.0 CDE Base Patch for Itanium - based system
PHSS_31320 1.0 ImagingSubsystem Patch
PHSS_31954 1.0 AudioSubsystem Patch
SFM-CORE B.05.00.05 HPUX System Fault Management
SFMDB B.05.00.05 HP System Management Database (SFMDB)
SYSPREP C.01.04.07 HP Object Oriented System Preparation
Sup-Tool-Mgr B.11.23.10.05 HPUX Support Tools Manager for HPUX syste ms
SysMgmtBase B.00.02.03.02 HP-UX Common System Management Enablers
SysMgmtHomepage A.2.2.7 HP-UX System Management Homepage - Web-Ba sed User Interfaces
SystemAdmin B.11.23 HP-UX System Administration Tools
SystemComm B.11.23 System Communication utilities - ct,cu,pt ydaemon,vt,kermit
VRTSfspro 4.1k VERITAS File System Management Services P rovider
#
I have never used it on this server. This is the first time I am trying. After all this if you suggest to reinstall it how can I do it? Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2011 07:37 AM
05-17-2011 07:37 AM
Re: System Management Homepage server could not be started successfully
do you first see the
"You will be redirected to the System Management Home Page."
?
What happens if you try to go directly to
https://localhost:2381/cpqlogin.htm
?
Perhaps HTTPS port (normally 443) is being blocked.
bv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2011 09:26 AM
05-17-2011 09:26 AM
Re: System Management Homepage server could not be started successfully
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SysMgmtWeb
Product #: SysMgmtWeb
Version: A.3.2.2/A.3.2.0/A.2.2.9.3
Software specification:
HP-UX 11i v3 (A.3.2.2)
HP-UX 11i v2 (A.3.2.0)
HP-UX 11i v1 (A.2.2.9.3)
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2011 02:44 AM
05-18-2011 02:44 AM
Re: System Management Homepage server could not be started successfully
# swinstall -s /var SysMgmtWeb_A.3.2.0_HP-UX_B.11.23_IA_PA
======= 05/18/11 13:08:58 MDT BEGIN swinstall SESSION
(non-interactive) (jobid=appsrv1-0065)
* Session started for user "root@appsrv1".
* Beginning Selection
* Target connection succeeded for "appsrv1:/".
ERROR: There is currently no depot software on host "appsrv1" at
location "/var". Make sure that an absolute pathname is
specified for location (beginning with "/").
* Source connection failed for "appsrv1:/var".
WARNING: More information may be found in the daemon logfile on this
target (default location is appsrv1:/var/adm/sw/swagentd.log).
* Selection had errors.
======= 05/18/11 13:08:58 MDT END swinstall SESSION (non-interactive)
(jobid=appsrv1-0065)
#
what should I do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2011 02:47 AM
05-18-2011 02:47 AM
Re: System Management Homepage server could not be started successfully
# swinstall -s /var/depot-file.depot SysMgmtWeb_A.3.2.0_HP-UX_B.11.23_IA_PA
Directly point to the depot file, not only to the directory.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2011 02:48 AM
05-18-2011 02:48 AM
Re: System Management Homepage server could not be started successfully
correct syntax:
#swinstall -s appsrv1:/var/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2011 02:58 AM
05-18-2011 02:58 AM
Re: System Management Homepage server could not be started successfully
# swinstall -s /var/depot-file.depot
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
