Re: [osol-discuss] Is there a way to start up a service all its dependencies with 1 command?

2010-02-04 Thread Rigoberto Corujo
Thanks guys. That did the trick. Rigoberto -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] Is there a way to start up a service all its dependencies with 1 command?

2010-02-03 Thread Rigoberto Corujo
I'm new to Solaris and I know you can start up an SMF service with the command: svcadm enable service_name but if that service has dependencies then you have to start up its dependencies first. is there a way to tell svcadm to automatically start all the services on which the service that I'm

Re: [osol-discuss] Is there a way to start up a service all its dependencies with 1 command?

2010-02-03 Thread Scott Rotondo
Rigoberto Corujo wrote: I'm new to Solaris and I know you can start up an SMF service with the command: svcadm enable service_name but if that service has dependencies then you have to start up its dependencies first. is there a way to tell svcadm to automatically start all the services on

Re: [osol-discuss] Is there a way to start up a service all its dependencies with 1 command?

2010-02-03 Thread Alan Steinberg
$ man svcadm If the -r option is specified, svcadm enables each service instance and recursively enables its dependencies. -- Alan On 02/ 3/10 04:08 PM, Rigoberto Corujo wrote: I'm new to Solaris and I know you can start up an SMF service with the command: svcadm