Red Hat SATELLITE 5.3.0 RELEASE NOTES Informations techniques Page 41

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 199
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 40
VCMNUM=`echo $VCMFILE | wc -w`
ILONUM=`echo $ILOFILE | wc -w`
OANUM=`echo $OAFILE | wc -w`
#install storage array command tool
if [[ $SANUM -eq 0 ]]
then
echo "No salib source!"
elif [[ $SANUM -gt 1 ]]
then
echo "Too man salib source files!"
else
yum -y --nogpgcheck localinstall ${SAFILE}
fi
#install Virtual Connect Manager command tool
if [[ $VCMNUM -eq 0 ]]
then
echo "No vcmlib source!"
elif [[ $VCMNUM -gt 1 ]]
then
echo "Too man vcmlib source files!"
else
yum -y --nogpgcheck localinstall ${VCMFILE}
fi
#install Onboard Administrator command tool
if [[ $OANUM -eq 0 ]]
then
echo "No oalib source!"
elif [[ $OANUM -gt 1 ]]
then
echo "Too man oalib source files!"
else
yum -y --nogpgcheck localinstall ${OAFILE}
fi
#install ILO (integrated Lights Out) command tool
if [[ $ILONUM -eq 0 ]]
then
echo "No ilolib source!"
elif [[ $ILONUM -gt 1 ]]
then
echo "Too man ilolib source files!"
else
yum -y --nogpgcheck localinstall ${ILOFILE}
fi
3. prep_storage.sh
assigns host HBA aliases on the storage array
41 www.redhat.com
Vue de la page 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 198 199

Commentaires sur ces manuels

Pas de commentaire