1833755 Members
2427 Online
110063 Solutions
New Discussion

cannot start parmgr

 
ChewSP
Contributor

cannot start parmgr

hello,

tried starting parmgr but this happen any idea how i can fix this?


# ./parmgr start
Attempting to start server...success
Waiting for server to accept requests...failed
ERROR: The command to start the server succeeded, but the
server is not listening on port 50000.
Command: /sbin/init.d/mxtomcat start


4 REPLIES 4
Peter Godron
Honored Contributor

Re: cannot start parmgr

Hi,
Not sure whether this will help/applies:


After installing HP Systems Insight Manager on HP-UX 11.23 the command
/opt/parmgr/bin/parmgr command might fail to start Partition Manager with
the error message:

ERROR: The command to start the server succeeded, but the server
is not listening on port 50000.

Command: /sbin/init.d/mxtomcat start

If this occurs, verify that the server is running with the command:

/usr/bin/netstat -an | grep 50000 | grep LISTEN

If the server is not running, no output will occur. If the server is running you
will see output similar to the following:

tcp 0 0 *,50000 *,* LISTEN

If the server is running you can start Partition Manager from a Web
browser such as Mozilla or Internet Explorer by entering the following
URL into the browser:

https://hostname:50000/parmgr/

where hostname is the hostname of the machine on which the previous
server is running. This problem has been fixed in the latest release of
Partition Manager which will ship on the next release of HP-UX.


Regards
ChewSP
Contributor

Re: cannot start parmgr

tried "/usr/bin/netstat -an | grep 50000 | grep LISTEN" but nothing.

how do i get it to start listening again?
Peter Godron
Honored Contributor

Re: cannot start parmgr

Hi,
have you had a look at the logfile for any clues?
Has this worked before or is ot a first attempt?
Is there anything else running on this port, thereby blocking it?
Have you set up all the config scripts correctly and DEFINED port 50000 as the port to listen to?

Regards
Christopher Brown_6
New Member

Re: cannot start parmgr

Hello,

Have you tried directing a web browser to the parmgr URL after getting this message? After doing so can you post the last few lines of /opt/hpwebadmin/logs/catalina.out?

Also what version of the operating enironment are you running (e.g HP-UX 11iv2 OEUR 1204)?