LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   some sevices dont start when rebooting the server (https://www.linuxquestions.org/questions/linux-newbie-8/some-sevices-dont-start-when-rebooting-the-server-734976/)

abakkali 06-23-2009 08:28 AM

some sevices dont start when rebooting the server
 
Hi,

It's my first question to this forum community.

when i reboot my server (running Red Hat linux 7.2), some services dont start: network, httpd, sshd....
and the server address Ip too.

how can save these parameters, and all services start with the system.

i am using terminal (with ssh)


thanks for help

chrism01 06-24-2009 02:05 AM

If that really is RH7.2 (http://en.wikipedia.org/wiki/Red_Hat_Linux), then it hasn't been supported/updated in many years.
Please get a current version eg RH Fedora 10 or 11, or Centos 5.3 (http://en.wikipedia.org/wiki/CentOS) a free version of RHEL ( http://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux)

farslayer 06-24-2009 07:05 AM

redhat 7.2 is very old..

chkconfig is the command you are looking for.
http://www.redhat.com/docs/manuals/l...chkconfig.html

chkconfig --level 345 sshd on

abakkali 06-25-2009 06:04 AM

thanks, on this old server i found linuxconf installed on it
 
thanks for the response. on this old server i found linuxconf installed on it.
and i used it.

if i want to upgrade to linux enterprise, i have to install all applications like windows or there are an easy way to do that?




Quote:

Originally Posted by farslayer (Post 3584541)
redhat 7.2 is very old..

chkconfig is the command you are looking for.
http://www.redhat.com/docs/manuals/l...chkconfig.html

chkconfig --level 345 sshd on


farslayer 06-25-2009 07:09 AM

If you are changing to another Distro, such as CentOS (the free equivalent to RedHat Enterprise Linux) you will need to do a fresh install. Finding a direct upgrade path from your current distro at this point is going to be near impossible.


All times are GMT -5. The time now is 07:43 PM.