AIXThis forum is for the discussion of IBM AIX.
eserver and other IBM related questions are also on topic.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have to create a script . I want this script initialize automatically when the server goes up . For this reason , I keep it into '/etc/init.d' , /etc/rc.d/rc3.d' and '/etc/rc.d/rc5.d' directory . But it does not working . Like Linux , I cannot find any option Like "ntsysv" . In this moment , i cannot understand the problem .
Plz help me regarding this issue, so that i can start my script during startup the server .
There are a few ways to do this. I personally edit my scripts on *NIX and BSD systems and throw them in /etc/rc.local, at boot time this script is automagically execute.
You could also edit, /etc/inittab and customize the script to startup at certain run levels etc.
if you want the script to shut down after switching runlevels/rebooting etc edit.
/etc/rc.shutdown.
I have to create a script . I want this script initialize automatically when the server goes up . For this reason , I keep it into '/etc/init.d' , /etc/rc.d/rc3.d' and '/etc/rc.d/rc5.d' directory . But it does not working . Like Linux , I cannot find any option Like "ntsysv" . In this moment , i cannot understand the problem .
Plz help me regarding this issue, so that i can start my script during startup the server .
AIX default runlevel is level 2. So, you have to put your script inside rc2.d. Maybe that's why it's not working!
AIX inittab tells you the default runlevel at its first line. To check current runlevel, just check /etc/.initlevel.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.