Red Hat SATELLITE 5.1.0 RELEASE NOTES Instrukcja Instalacji Strona 133

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 268
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 132
Chapter 7. Installing RHEL 5.2 on the controller 115
Figure 7-13 VNC client session to the VNC server
Note that the VNC server will not be started automatically across reboots. When you need a
graphical environment, you can either start the vncserver process manually (which is
recommended), or you can use chkconfig to enable automatic startup.
7.2.8 Setting the system to halt on SIGNAL SHUTDOWN
By default, RHEL 5.2 reboots when a Ctrl-Alt-Del key sequence is trapped. This key
sequence is simulated by z/VM when it issues a SIGNAL SHUTDOWN command. Rather than
rebooting, you want your system to halt (shut down).
Change this setting by changing shutdown -r to shutdown -h in the /etc/inittab file:
# cd /etc
# vi inittab // change shutdown -r to shutdown -h
...
# Trap CTRL-ALT-DELETE
ca::ctrlaltdel:/sbin/shutdown -t3 -h now
...
This change will be picked up when the system is rebooted.
7.2.9 Turning on the NFS server
The NFS server will be needed to export the RHEL 5.2 install tree and the files associated
with this book to the other virtual servers. Enable NFS as follows:
# vi /etc/exports
/nfs/rhel5.2 *(ro,sync)
/nfs/virt-cookbook-RH5.2 *(ro,sync)
These two lines will cause NFS to export:
򐂰 The /nfs/rhel5.2/ directory, which contains the Red Hat Enterprise Linux 5.2 installation.
򐂰 The /nfs/virt-cookbook-RH5.2/ directory, which has the files associated with this book.
Przeglądanie stron 132
1 2 ... 128 129 130 131 132 133 134 135 136 137 138 ... 267 268

Komentarze do niniejszej Instrukcji

Brak uwag