
3. Call post_satellite_build_up.sh, recording the output.
/root/resources/post_satellite_build_up.sh 2>&1 | \
tee /tmp/post_sat.out
The post_satellite_build_up.sh script:
• creates satellite organizations
• creates the organization default activation keys
• creates the activation keys for MRG systems
• provisions the first management system
• prepares satellite to install the JON and MRG Manager VMs
• prepares for the installation of the RHEV hosts
• imports the kickstart for use by tenant systems
#!/bin/bash
#Create the infrastructure and tenant organizations,
#Divide the entitlements, and define trusts.
echo "-"
echo "Creating Sat Orgs"
echo "-"
date
/root/resources/createOrgs.py
#Create default activation keys for the infrastructure and tenant organizations
echo "-"
echo "Creating default Activation Keys"
echo "-"
date
/root/resources/createDefActKeys.py
#Create the activation keys for the:
# - MRG Grid Manager in the infrastructure organization
# - MRG Grid Execute Node in the tenant organization
echo "-"
echo "Creating MRG Activation Key"
echo "-"
date
/root/resources/createMRGActKeys.py
#Build first management cluster member (mgmt1)
echo "-"
echo "Installing first management node"
echo "-"
date
/root/resources/instMgmt1.sh
#Add cobbler profile and system entries for the JON server and MRG VMs
echo "-"
echo "Prepping for Management VM creation"
57 www.redhat.com
Comentarios a estos manuales