Red Hat SATELLITE 5.3.0 RELEASE NOTES Informações Técnicas Página 41

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 199
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 198 199

Comentários a estes Manuais

Sem comentários