Red Hat SATELLITE 5.1.0 RELEASE NOTES Manual de instalación Pagina 146

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 268
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 145
128 The Virtualization Cookbook for Red Hat Enterprise Linux 5.2
Copy the public key to the name authorized_keys using the secure copy command scp:
# scp virtc530.itso.ibm.com:/etc/ssh/id_dsa.pub /root/.ssh/authorized_keys
This allows the controller to initiate an encrypted SSH connection to the Linux server without
the need to type the root password.
8.2.9 Rebooting the system
Now reboot to test your changes:
# reboot
Broadcast message from root (pts/0) (Sun Nov 19 08:57:32 2006):
The system is going down for reboot NOW!
8.2.10 Verifying the changes
You have now completed the customization of the master Linux image. When the system
comes back up, verify the changes that you made.
1. SSH back into the controller and check a few settings.
2. Use the df command to display your file systems (your output may differ):
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/system_vg-root_lv
496M 237M 235M 51% /
/dev/mapper/system_vg-tmp_lv
372M 17M 337M 5% /tmp
/dev/mapper/system_vg-opt_lv
372M 17M 337M 5% /opt
/dev/mapper/system_vg-usr_lv
1.6G 949M 522M 65% /usr
/dev/mapper/system_vg-var_lv
372M 66M 288M 19% /var
/dev/dasda1 97M 12M 81M 13% /boot
tmpfs 250M 0 250M 0% /dev/shm
3. Confirm that both of your swap spaces are operational:
# swapon -s
Filename Type Size Used Priority
/dev/dasdq1 partition 259956 0 -1
/dev/dasdr1 partition 519924 0 -2
The device with higher priority will be used first; if full, the device next in priority is used. If
using defaults, the first VDISK (300, /dev/dasdq1) gets priority -1 and the second VDISK
(301, /dev/dasdr1) with priority -2 is used after the first is full. You can also specify pri=nn
in /etc/fstab for swap devices.
4. You may choose to confirm other settings.
At this point you have successfully installed the golden image. This image will normally
be shut down or quiesced.
You are now ready to clone the golden image to a new virtual server.
Vista de pagina 145
1 2 ... 141 142 143 144 145 146 147 148 149 150 151 ... 267 268

Comentarios a estos manuales

Sin comentarios