Thanks Steve. But not working for me.
I have done the following,
ln -s /etc/init.d/ser /etc/rc3.d/S81ser
ln -s /etc/init.d/ser /etc/rc4.d/S81ser
ln -s /etc/init.d/ser /etc/rc5.d/S81ser
ln -s /etc/init.d/ser /etc/rc3.d/S81ser
# chkconfig --list ser ser 0:off 1:off 2:off 3:on 4:on 5:on 6:on
When I restart the server it is not starting yet.
Can you help where I have any mistake.
Kannaiyan
----- Original Message ----- From: "Steve Phillips" steve@focb.co.nz To: serusers@lists.iptel.org Sent: Monday, November 17, 2003 11:01 PM Subject: Re: [Serusers] SER Startup --
I'm facing problem with SER when my system reboots or in restart. It does not start automatically. I also created /etc/init.d/ser.
you will need to add a link into your runlevel startup directories, this changes depending on what unix you are on but is usually one of
/etc/rcX.d (later redhat, debian, solaris etc) /etc/rc.d/rcX.d (earlier versions of redhat, some other unixes may use this as well)
say you normally start in run level 3 (check initdefault in /etc/inittab file)
ln -s /etc/init.d/ser /etc/rc3.d/S80ser
you may also want to add a shutdown link as well (usually in /etc/rc6.d)
ln -s /etc/init.d/ser /etc/rc6.d/K10ser
chkconfig can help adding these links if you have it installed and the script supports it
chkconfig ser on
and to list the startup levels.. # chkconfig --list ser ser 0:off 1:off 2:off 3:on 4:on 5:on 6:off
HTH,
-- Steve.
Kindly help pls.
Kannaiyan
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
.