svc:/application/management/sma:default not displaying even though packages have been installed

When you try and manually start the sma up you get the following error

    bash-3.00# /etc/init.d/init.sma start
    svcadm: Pattern 'svc:/application/management/sma:default' doesn't match
    any instances

Solution:

    pkill configd
    svccfg -v import /var/svc/manifest/application/management/sma.xml
    svccfg -v import /var/svc/manifest/application/management/seaport.xml
    svcadm enable svc:/application/management/sma:default

Link back: http://www.gnuunix.info/forum?id=12&catid=13&func=fb_pdf

Share