Red Hat SATELLITE 5.3.0 RELEASE NOTES Información técnica Pagina 93

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 199
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 92
else
echo "rhev-check.sh not found!"
fi
6.4 Creating Management Virtual Machines
While the satellite management VM was created early in the process, the remaining
management VMs are created when the first management node is installed. This section
provides the details used in the creation of the JON, MRG, and RHEV-M VMs.
NOTE: Red Hat Bugzilla 593048 may occur during any of the VM installations on
KVM hosts. The logs generated during this process must be checked to confirm
success.
6.4.1 JON VM
The JBoss Operations Network is the integrated management platform for JBoss instances.
The following kickstart installs and configures the VM and JON software. The kickstart installs
the OS, open firewall ports potentially used by JBoss/JON, and download a JON installation
script which is then invoked.
jon.ks
install
text
key <Installation Number>
lang en_US
keyboard us
skipx
url --url http://sat-vm.cloud.lab.eng.bos.redhat.com/ks/dist/ks-rhel-x86_64-server-5-u5
network --device eth0 --bootproto static --ip 10.16.136.45 --netmask 255.255.248.0 --gateway 10.16.143.254
--nameserver 10.16.136.1,10.16.255.2 --hostname jon-vm.cloud.lab.eng.bos.redhat.com
rootpw --iscrypted $1$1o751Xnc$kmQKHj6gtZ50IILNkHkkF0
zerombr
clearpart --all --initlabel
part /boot --fstype=ext3 --size=200
part pv.01 --size=1000 --grow
part swap --size=1000 --maxsize=4000
volgroup jonvg pv.01
logvol / --vgname=jonvg --name=rootvol --size=1000 --grow
bootloader --location mbr
timezone America/New_York
auth --enablemd5 --enableshadow
selinux --permissive
poweroff
firewall --enabled
93 www.redhat.com
Vista de pagina 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 198 199

Comentarios a estos manuales

Sin comentarios