how to add a run control script..?



how to add a run control script..?..

Answer / c. anthony francis

The following procedure describes how to add a run control
script:
1.. Create the script in the /etc/init.d directory.
#Vi /etc/init.d/<filename>
#chmod 744 /etc/init.d/<filename>
#chgrp sys /etc/init.d/<filename>
2. Create links to the appropriate /etc/init.d directory.
# cd /etc/init.d
# ln filename /etc/rc#.d/S##filename
# ln filename /etc/rc#.d/K##filename
For instance, you might link a file in /etc/init.d called
database to a file called /etc/rc3.d/S99database, with a
corresponding stop script called /etc/rc3.d/K99database.
3. Use the ls command to verify that the script has links
in the appropriate directories.
# ls -li /etc/init.d/filename
# ls -li /etc/rc#.d/S##filename
# ls -li /etc/rc#.d/K##filename
4. Test the filename by performing the following commands:
# /etc/init.d/filename start

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Solaris AllOther Interview Questions

If you can ping a server, but can't telnet or ssh to it, what could be the problem?

8 Answers  


why u can't go for windows& why u chosen UNIX

3 Answers   IBM,


how to know OS release?

4 Answers  


What is OBP and how do you access it?

2 Answers   3i Infotech,


what r the packages for intel machine when u install

1 Answers   IBM,


what is the use of /etc/path-to-inst file..?

4 Answers  


how to see nfs server from the client and the share directories

5 Answers   IBM,


what is state database replica and how to create it

2 Answers   IBM,


how to chk who r the users currently ogged in to the system..?

4 Answers  


How to add a patch on multiple servers(400) at a time.

1 Answers   Verizon,


what is the significance of 51% state database replicas in SVM?

2 Answers   Cap Gemini,


what is the diff between Sol9 and Sol10 Booting procedure

3 Answers   IBM,


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)