How do I start the hp-ux system management homepage?



  • This command is the replacement for sam, in hp-ux 11.31. It invokes a browser based menu to administer the hp-ux operating system.

    To check the start-up options run the following

    # cd /opt/hpsmh/bin
    # ls
    hpsmh           smhstartconfig
    # ./smhstartconfig
    HPSMH 'autostart url' mode.........: ON
    HPSMH 'start on boot' mode.........: OFF
    Start Tomcat when HPSMH starts.....: OFF
    url and boot mode cannot both be ON.
    

    Turn on in boot mode, use OFF to turn off

    # ./smhstartconfig -b ON
    

    Turn on in url mode

    # ./smhstartconfig -a ON
    

    To start hpsmh run the following, again under /opt/hpsmh/bin

    # ./hpsmh autostart
    Starting the System Management HomePage server ...
    The System Management HomePage server has been started successfully.
    The System Management HomePage timeout monitor is currently enabled (30 minutes
    

    You should see the following processes running.

    # ps -ef | grep hpsmh
    root  2102     1  0  Feb 25  ?         0:00 /opt/hpsmh/lbin/smhstartd
    hpsmh  8876  8873  0 11:54:22 ?         0:00 /opt/hpws/apache/bin/httpd -k start -DSSL -f /opt/hpsmh/conf/smhpd.conf
    root  8873     1  0 11:54:21 ?         0:00 /opt/hpws/apache/bin/httpd -k start -DSSL -f /opt/hpsmh/conf/smhpd.conf
    root  8981  1800  1 11:55:11 pts/0     0:00 grep hpsmh
    root  8874     1  0 11:54:21 pts/0     0:00 /usr/bin/sh /opt/hpsmh/lbin/timeoutmonitor 30
    root  8875  8874  0 11:54:21 pts/0     0:00 /opt/hpsmh/lbin/time_out /opt/hpsmh/logs/smh.timestamp 30
    

Log in to reply
 

© Lightnetics 2024