Thread: PostgreSQL booting automaticaly
Hello
I'm using Red Hat 9 in text mode (X-Windows would have a negative influence on performance). How could I make sure that PostgreSQL starts automaticaly? Now I have to load the server manualy.
I do not have a lot of experience with Linux, just the basic skills.
Frederic
Hi, If what you want is to start postgreSQL on PC bootup, use chkconfig and set the levels you want. Regards, HK. On Tue, 13 Jan 2004, Frederic Logghe wrote: > Hello > > > I'm using Red Hat 9 in text mode (X-Windows would have a negative influence on performance). How could I make sure that PostgreSQL starts automaticaly? Now I have to load the server manualy. > > I do not have a lot of experience with Linux, just the basic skills. > > > Frederic >
Frederic Logghe wrote: > Hello > > > I'm using Red Hat 9 in text mode (X-Windows would have a negative > influence on performance). How could I make sure that PostgreSQL starts > automaticaly? Now I have to load the server manualy. > > I do not have a lot of experience with Linux, just the basic skills. > this is on Red Hat 8 but I believe it is the same on Red Hat 9. verify that the rc.mumble system know about postgresql. you should try and get something like: [root@harvee camram_core]# chkconfig --list | grep post postgresql 0:off 1:off 2:off 3:off 4:off 5:off 6:off to turn it on for startup at boot up: chkconfig postgresql on should suffice ---eric -- Speech recognition in use. Incorrect endings, words, and case is closer than it appears
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, On Tue, 13 Jan 2004, Frederic Logghe wrote: > I'm using Red Hat 9 in text mode (X-Windows would have a negative > influence on performance). How could I make sure that PostgreSQL starts > automaticaly? Now I have to load the server manualy. In addition to the previous replies: You can also use ntsysv tool to set up which services will begin on bootup. The services marked with * will begin at boot. Regards, - -- Devrim GUNDUZ devrim@gunduz.org devrim.gunduz@linux.org.tr http://www.TDMSoft.com http://www.gunduz.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFABAO8tl86P3SPfQ4RAttDAKC/W9IHifVCOcS2ae6OGnajGUXS9wCg5jCY yLOEqL/3WtPSlBAgbUW5K+I= =N7tz -----END PGP SIGNATURE-----