« HARDWARE DELL » : différence entre les versions

De TwisterWiki
Aucun résumé des modifications
Ligne 23 : Ligne 23 :
* Reset de la DRAC
* Reset de la DRAC
<source lang="bash">
<source lang="bash">
racadm reset
racadm racreset
</source>
</source>



Version du 8 novembre 2013 à 10:53

Configuration DRAC

  • Mise à jour du firmware
racadm fwupdate -p -u -d [dossier_contenant_le_firmware]
  • Récupérer la configuration
racadm getniccfg
racadm getconfig -f [fichier_contenant_la_config]
  • Configurer l'adresse IP de la DRAC
racadm setniccfg -s IP MASK GW
  • Informations sur la DRAC
racadm getsysinfo
  • Reset de la DRAC
racadm racreset
  • Reset de la conf de la DRAC
racadm resetcfg
  • Ajout d'un utilisateur
racadm config -g cfgUserAdmin -o cfgUserAdminUserName -i 2 #USER
racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 2 #USER

Etat du serveur

  • Information sur la carte PERC
omreport storage controller
  • Information sur la carte PERC (vdisk,pdisk,..)
omreport storage controller=ID
omreport storage vdisk controller=ID
omreport storage pdisk controller=ID
  • Information sur le chassis (ventilateurs,mémoire,temp,..)
omreport chassis

Configuration carte raid

  • Supprimer une ForeignConfig
omconfig storage controller action=clearforeignconfig controller=0
  • Création d'un nouveau vdisk
 omconfig storage controller action=createvdisk controller=0 raid=r1 size=max pdisk=0:0:2,0:0:3
 omconfig storage vdisk action=changepolicy controller=0 vdisk=1 readpolicy=ra
 omconfig storage vdisk action=changepolicy controller=0 vdisk=1 diskcachepolicy=enabled
  • Options avancée pour la config raid
  • Cache Policy
Direct I/O - cachepolicy=d
Cache I/O - cachepolicy=c
  • Read Policy
 Read ahead - readpolicy=ra
 Adaptive read ahead - readpolicy=ara
 No read ahead - readpolicy=nra
 Read cache - readpolicy=rc
 No read cache - readpolicy=nrc