Tutorials:SlimMachine: Difference between revisions
From Adapt
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | |||
==Preparing machines for production== | ==Preparing machines for production== | ||
# Comment out the nfs /usr/local and /opt from /etc/fstab | # Comment out the nfs /usr/local and /opt from /etc/fstab | ||
# Change the default init level in inittab to 3. | # Change the default init level in inittab to 3. | ||
#* | #* Comment out all but first two mingetty's | ||
===On VM's=== | ===On VM's=== | ||
Latest revision as of 23:24, 11 September 2008
Preparing machines for production
- Comment out the nfs /usr/local and /opt from /etc/fstab
- Change the default init level in inittab to 3.
- Comment out all but first two mingetty's
On VM's
Kill hald
[root@lcpawn init.d]# service haldaemon stop Stopping HAL daemon: [ OK ] [root@lcpawn init.d]# chkconfig haldaemon off
xfs
[root@naraapp06 init.d]# service xfs stop Shutting down xfs: [ OK ] [root@naraapp06 init.d]# chkconfig xfs off
gpm console mouse
[root@lcpawn init.d]# service gpm stop Shutting down console mouse services: [ OK ] [root@lcpawn init.d]# chkconfig gpm off
dbus
[root@lcpawn init.d]# service messagebus stop Stopping system message bus: [ OK ] [root@lcpawn init.d]# chkconfig messagebus off
-- Main.MikeSmorul - 26 Sep 2006