02-05-2010
They both represent the same and somewhat obsolete concept, as far as Solaris is concerned.
10 More Discussions You Might Find Interesting
1. Filesystems, Disks and Memory
When the solaris 8 have come up, which command can find out the current run-level?
thanks. (2 Replies)
Discussion started by: nianzhe
2 Replies
2. Linux
Hi,
I am using RHEL4 and I am not booting my computer into graphics mode
i.e. It gets hangs after the step of Enabling swap space...
I.e system is not able to enter into runlevel 5.
However, when I boot it into 'runlevel3' and then I do "#startx",
It enetrs... (1 Reply)
Discussion started by: jagdish.machhi@
1 Replies
3. Solaris
Dear Friends..!!
i am quit confused about the SOLARIES RUN level that is 0 . 1 or s S ...
please let me know the diffirence between these run level ... 0,1 and s S...
have a great day
Uday naikwadi (1 Reply)
Discussion started by: udayn
1 Replies
4. Solaris
Hi Experts,
A stupid question for experts :confused: !!
What is the difference between run level ‘1', runlevel ‘S' and small ‘s'.
As per my understanding the difference between S and 1 is that in case of ‘S' it only going to mount the critical file system which ideal should be... (2 Replies)
Discussion started by: kumarmani
2 Replies
5. Solaris
Hi All,
In Solaris 9 and below
I will get the init run-level by checking the /etc/inittab entry
is:3:initdefault:
But in Solaris 10 we are using the smf functionality.
Here how I can get the init default run level.
Please help me in this problem.
Regards,
... (2 Replies)
Discussion started by: kalpeer
2 Replies
6. UNIX for Dummies Questions & Answers
A Bourne Shell script is placed in /etc/rc.d/rc3.d called S57apache. What will happen with this script when the run level is changed from 5 to 3?
many thanks (4 Replies)
Discussion started by: lemon_06
4 Replies
7. Solaris
hi,
kindly tell me difference between RUN levels and mile stones in SOLARIS
thnx and regards
shekhar (6 Replies)
Discussion started by: shekhar_4_u
6 Replies
8. Shell Programming and Scripting
Is there a way to tell what runlevel is currently being used,
for example is a user is using the gui
or is the have pressed Alt+Ctrl+F1 to drop to the terminal?? (3 Replies)
Discussion started by: ab52
3 Replies
9. Red Hat
We have a RHEL 5.8 server at the production level and we have a Java application on this server. I know of the SSL certificate generation at the OS (RHEL) level but it is implemented on the Java application by our development team using the Java keytool. My doubt is that is the SSL generation can... (3 Replies)
Discussion started by: RHCE
3 Replies
10. Solaris
for solaris 11, how does one change the run level at boot from 3 to 2?
i checked "/etc/inittab" file where i usually change it in other *nix but it seems solaris is not using it. (1 Reply)
Discussion started by: badbanana
1 Replies
it(8) System Manager's Manual it(8)
NAME
it - configure a system after installation
SYNOPSIS
/sbin/it
DESCRIPTION
The it program executes scripts before transferring control of the system to the user, typically before the first user logs in. The it
program executes programs that collect information such as system name, passwords, timezone, and current date.
A system can be in a run level at any given time; each run level has a specific group of processes that run at that level. The init program
operates in one of four run levels: 0, s, 2, or 3. The run level changes when init is invoked by a privileged user. The it program is run
from /etc/inittab whenever the system is booted or rebooted, or when a level transition occurs for some other reason, such as within init3.
The it program first determines which run level the system is coming up under. Next it turns on shared libraries and swap and then searches
for any /sbin/it.d/run-level directories, where run-level names a system run level; for example, 2.d, 3.d, 23.d, and so forth. If any such
directories exist, it collects the names of all files in those directories. These files are typically links to files in the /sbin/it.d/bin
directory and are created beforehand by itruns(8). After collecting the file names, it sorts them, eliminates duplicate references, orders
the names as specified by the data file /sbin/it.d/data/options.mask, executes the files, and finally removes the files it executed. After
all the files collected from the run level directories have been handled, it exits.
The /sbin/it.d/data/options.mask file contains a single line with a list of file names separated by colons. The it command executes col-
lected files in the order in which they appear from left to right in the options.mask file. Programs not listed in the options.mask file
are executed after those defined in options.mask. These "unspecified" programs are run in the order into which they were initially sorted;
that order is controlled by the LC_COLLATE environmental variable and the specifications in the /usr/lib/nls/loc/locale files.
FILES
Specifies execution priorities of files to be run by it Files to be linked by itruns(8) for execution by it
SEE ALSO
Commands: init(8), itruns(8), rc0(8), rc2(8), rc3(8), who(1)
it(8)