How do I check hanging services in solaris 10?



  • Check status of hung services, sometimes there are services in solaris 10 which depend on another service running before it can run, you can check this by running the following:

    # svcs -xv
    svc:/application/print/server:default (LP print server)
     State: disabled since Mon Dec 18 16:13:01 2006
    Reason: Disabled by an administrator.
       See: http://sun.com/msg/SMF-8000-05
       See: man -M /usr/share/man -s 1M lpsched
    Impact: 2 dependent services are not running:
            svc:/application/print/rfc1179:default
            svc:/application/print/ipp-listener:default
    

    You can use svcadm to enable the service


Log in to reply
 

© Lightnetics 2024