
8.5 RHEL MRG Grid Rendering
A VM to execute the MRG Grid rendering application is created using the following kickstart
to:
• install RHEL 5.5 with the Simple Direct Media Layer (SDL) library
• set required firewall ports
• execute any queued actions on RHN to sync with the activation key
• download the MRG configuration file
• install and configure the rendering application
• install the command line video decoding and encoding tool (mencoder)
• install the 3D content creation suite (blender)
• install the latest OS updates
• configure MRG, NTP, the sesame database manager, and the AMQP broker daemon
to auto start at VM boot
rhel55_mrg_render.ks
install
text
network --bootproto dhcp
lang en_US
keyboard us
url --url http://sat-vm.cloud.lab.eng.bos.redhat.com/ks/dist/ks-rhel-x86_64-server-5-u5
zerombr
clearpart --linux
part /boot --fstype=ext3 --size=200
part pv.01 --size=1000 --grow
part swap --size=2000 --maxsize=20000
volgroup MRGGRID pv.01
logvol / --vgname=MRGGRID --name=rootvol --size=1000 --grow
bootloader --location mbr
timezone America/New_York
auth --enablemd5 --enableshadow
rootpw --iscrypted $1$1o751Xnc$kmQKHj6gtZ50IILNkHkkF0
selinux --permissive
reboot
firewall --enabled
skipx
key --skip
user --name=admin --password=$1$1o751Xnc$kmQKHj6gtZ50IILNkHkkF0 --iscrypted
%packages
@ Base
SDL
%post
(
145 www.redhat.com
Comentarios a estos manuales