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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 199
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 56
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
Vista de pagina 56
1 2 ... 52 53 54 55 56 57 58 59 60 61 62 ... 198 199

Comentarios a estos manuales

Sin comentarios