HAT | 31 May 2012 15:39
Picon
Gravatar

svcadm

New SMF configuration of Solaris is useful.

netatalk starts immediately after doing "make install".
Is this the assumed action?

--

-- 
HAT

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Frank Lahm | 31 May 2012 15:46

Re: svcadm

2012/5/31 HAT <hat <at> fa2.so-net.ne.jp>:
> New SMF configuration of Solaris is useful.
>
> netatalk starts immediately after doing "make install".

Are you sure? make install only does

   svccfg import netatalk.xml

but no

  svcadm enable network/netatalk

so the service should be loaded, but disabled. That was exactly what I
got when adding this.

> Is this the assumed action?

It should just load the service but keep it disabled.

-f

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
HAT | 31 May 2012 15:58
Picon
Gravatar

Re: svcadm

Frank Lahm <franklahm <at> googlemail.com>, 31 May 2012 15:46:45 +0200
> 2012/5/31 HAT <hat <at> fa2.so-net.ne.jp>:
>> New SMF configuration of Solaris is useful.
>>
>> netatalk starts immediately after doing "make install".
> 
> Are you sure? make install only does
> 
>    svccfg import netatalk.xml
> 
> but no
> 
>   svcadm enable network/netatalk
> 
> so the service should be loaded, but disabled. That was exactly what I
> got when adding this.
> 
>> Is this the assumed action?
> 
> It should just load the service but keep it disabled.

# svcs netatalk
STATE          STIME    FMRI
online         22:34:26 svc:/network/netatalk:default

# svcadm disable netatalk

# svcs netatalk
STATE          STIME    FMRI
disabled       22:53:53 svc:/network/netatalk:default
(Continue reading)

Frank Lahm | 31 May 2012 16:07

Re: svcadm

2012/5/31 HAT <hat <at> fa2.so-net.ne.jp>:
> Frank Lahm <franklahm <at> googlemail.com>, 31 May 2012 15:46:45 +0200
>> 2012/5/31 HAT <hat <at> fa2.so-net.ne.jp>:
>>> New SMF configuration of Solaris is useful.
>>>
>>> netatalk starts immediately after doing "make install".
>>
>> Are you sure? make install only does
>>
>>    svccfg import netatalk.xml
>>
>> but no
>>
>>   svcadm enable network/netatalk
>>
>> so the service should be loaded, but disabled. That was exactly what I
>> got when adding this.
>>
>>> Is this the assumed action?
>>
>> It should just load the service but keep it disabled.
>
> # svcs netatalk
> STATE          STIME    FMRI
> online         22:34:26 svc:/network/netatalk:default
>
> # svcadm disable netatalk
>
> # svcs netatalk
> STATE          STIME    FMRI
(Continue reading)

HAT | 31 May 2012 16:07
Picon
Gravatar

Re: svcadm

HAT <hat <at> fa2.so-net.ne.jp>, 31 May 2012 22:58:35 +0900 (JST)
> Frank Lahm <franklahm <at> googlemail.com>, 31 May 2012 15:46:45 +0200
>> 2012/5/31 HAT <hat <at> fa2.so-net.ne.jp>:
>>> New SMF configuration of Solaris is useful.
>>>
>>> netatalk starts immediately after doing "make install".
>> 
>> Are you sure? make install only does
>> 
>>    svccfg import netatalk.xml
>> 
>> but no
>> 
>>   svcadm enable network/netatalk
>> 
>> so the service should be loaded, but disabled. That was exactly what I
>> got when adding this.
>> 
>>> Is this the assumed action?
>> 
>> It should just load the service but keep it disabled.
> 
> # svcs netatalk
> STATE          STIME    FMRI
> online         22:34:26 svc:/network/netatalk:default
> 
> # svcadm disable netatalk
> 
> # svcs netatalk
> STATE          STIME    FMRI
(Continue reading)


Gmane