Re: [osol-discuss] How can we implement LaunchDaemons in MAC to Solaris10

2007-04-02 Thread Darren J Moffat

Amit Sharma - Sun Microsystems - Bangalore wrote:


I am currently working with MAC OS X server, there we have 
/System/Library/LaunchDaemons, can solaris also supports LaunchDaemons 
? Do solaris have deamons, if so where exactly they are, and how do we 
implement those daemons if need to do so? Could any one provide me 
details on this?


The closest thing to this in Solaris is SMF:

http://opensolaris.org/os/community/smf/

--
Darren J Moffat
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] How can we implement LaunchDaemons in MAC to Solaris10

2007-03-30 Thread Srikanth
Hi All,

I am very new to solaris. Please see my question below.

How can we implement LaunchDaemons in MAC to Solaris10?

I am currently working with MAC OS X server, there we have 
/System/Library/LaunchDaemons, can solaris also supports LaunchDaemons ? Do 
solaris have deamons, if so where exactly they are, and how do we implement 
those daemons if need to do so? Could any one provide me details on this?
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] How can we implement LaunchDaemons in MAC to Solaris10

2007-03-30 Thread Amit Sharma - Sun Microsystems - Bangalore

$nohup YOUR COMMAND 1/dev/null 21 01 

I forgot the  at the end of the line.



Hello Srikanth,
I don't know much about Mac OSX but if I am understanding your 
requirements then the following should be sufficient for you:

$nohup YOUR COMMAND 1/dev/null 21 01

Solaris does have daemons and for creating daemons on solaris or for 
that matter any Unix based operating system you may take a look at :

http://www.enderunix.org/docs/eng/daemon.php

HTH,
Amit.





Srikanth wrote:

Hi All,

I am very new to solaris. Please see my question below.

How can we implement LaunchDaemons in MAC to Solaris10?

I am currently working with MAC OS X server, there we have 
/System/Library/LaunchDaemons, can solaris also supports LaunchDaemons ? Do 
solaris have deamons, if so where exactly they are, and how do we implement 
those daemons if need to do so? Could any one provide me details on this?
 
 
This message posted from opensolaris.org

___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org



___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] How can we implement LaunchDaemons in MAC to Solaris10

2007-03-30 Thread Joerg Schilling
Amit Sharma - Sun Microsystems - Bangalore [EMAIL PROTECTED] wrote:

 Hello Srikanth,
 I don't know much about Mac OSX but if I am understanding your 
 requirements then the following should be sufficient for you:
 $nohup YOUR COMMAND 1/dev/null 21 01

This is not really a deamon, as it still have a controlling tty.

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED](uni)  
   [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] How can we implement LaunchDaemons in MAC to Solaris10

2007-03-30 Thread Calum Benson
On Fri, 2007-03-30 at 18:27 +0530, Amit Sharma - Sun Microsystems -
Bangalore wrote:
 Hello Srikanth,
 I don't know much about Mac OSX 

More info on launch daemons here, for anyone interested:
http://developer.apple.com/macosx/launchd.html

Cheeri,
Calum.

-- 
CALUM BENSON, Usability Engineer   Sun Microsystems Ireland
mailto:[EMAIL PROTECTED]GNOME Desktop Group
http://ie.sun.com  +353 1 819 9771

Any opinions are personal and not necessarily those of Sun Microsystems


___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] How can we implement LaunchDaemons in MAC to Solaris10

2007-03-30 Thread Stephen Hahn
* Srikanth [EMAIL PROTECTED] [2007-03-30 05:36]:
 I am very new to solaris. Please see my question below.
 
 How can we implement LaunchDaemons in MAC to Solaris10?
 
 I am currently working with MAC OS X server, there we have
 /System/Library/LaunchDaemons, can solaris also supports LaunchDaemons
 ? Do solaris have deamons, if so where exactly they are, and how do we
 implement those daemons if need to do so? Could any one provide me
 details on this?

  If you are interested in how a daemon process would be managed on an
  OpenSolaris-derived system, you should investigate the Service
  Management Facility, via the SMF Community Group

  http://opensolaris.org/os/community/smf/

  or its mailing list, [EMAIL PROTECTED]  SMF has some goals
  and capabilities in common with launchd, but does not approach daemon
  management with identical assumptions.

  If you're interested in porting launchd for use by an OpenSolaris
  distro, then you might share your portability issues on
  opensolaris-code@opensolaris.org to start.

  - Stephen

-- 
Stephen Hahn, PhD  Solaris Kernel Development, Sun Microsystems
[EMAIL PROTECTED]  http://blogs.sun.com/sch/
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org