![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| calling a script from a level above where the script resides | SummitElse | UNIX for Advanced & Expert Users | 2 | 10-26-2007 06:27 AM |
| Start up in Solaris | anar_s2001 | SUN Solaris | 1 | 06-14-2006 07:16 AM |
| Solaris 8,9 Current OS Level Patches | DarReNz | SUN Solaris | 2 | 02-26-2006 11:21 PM |
| Script that modifies root level files | turbo90awd | Shell Programming and Scripting | 10 | 06-19-2003 08:20 AM |
| Find run-level in solaris 8. | nianzhe | Filesystems, Disks and Memory | 2 | 08-08-2002 10:30 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
how do I start a script in run level 3 in solaris?
Hi,
how do I start a script in run level 3 in solaris? |
| Forum Sponsor | ||
|
|
|
||||
|
Ideally you would put the script in /etc/init.d and you would then create a link to it in /etc/rc3.d with a name beginning with S01 to S99 to tell it where in the startup sequence you want it to start.
The documentation in on http://docs.sun.com |
|
|||
|
By the way, run levels and rc*.d scripts are still supported but obsoleted by milestones and SMF in Solaris 10 and newer.
You should create a service manifest instead of the old System V method. Sun Microsystems - BigAdmin: Solaris Service Management Facility - Service Developer Introduction |