>   Your service description is valid, but it lacks one element that you
>   need for it to function as you would like: an instance definition.
>   svcs only shows instances as only instances can be enabled or
>   disabled (or otherwise have state).  And because it is valid for a
>   service description to not define any instances, we don't reject the
>   import.

  One more thing: to determine what exactly svccfg thinks is in your
  service description, you can use 'svccfg inventory'.  For example,
  your manifest contains:

    $ svccfg inventory mybin.xml
    svc:/site/mybin

  When you add your instance, you'll see:

    $ svccfg inventory mybin.xml
    svc:/site/mybin:default
    svc:/site/mybin

  Dave


Reply via email to