Rechercher : dans
Par :

Redhat / FS San non reconnu au démarrage

Dernière réponse le 12 oct 2009 à 21:07:28 j2djib, le 7 oct 2009 à 21:45:47 
 Signaler ce message aux modérateurs

Bonjour à tous,

J'ai des serveurs Linux Redhat enterprise AS3 que j'ai relié à mon San ibm.

Ca fonctionne parfaitement à part un problème de taille :

Lorsque je reboot le serveur, les LUNs du San ne sont pas vu au démarrage. Ainsi, en cas de reboot du serveur, je suis obligé de me connecter sur la console, commenter les lignes des fs du SAN, enfin après avoir démarré sans les Fs du San lancer un hp_rescan pour pouvoir monter les FS.

Pour information voici un exemple d'un de mes fichiers /etc/fstab :

LABEL=/xxx /xxx ext3 defaults 1 2

A noter que je ne rencontre pas ce problème sur solaris 9 & 10.

Est-ce que quelqu'un aurait un conseil svp ?

Merci.

Jules.

Configuration: Redhat Enterprise AS3
SAN Ibm DS5100

Meilleures réponses pour « Redhat / FS San non reconnu au démarrage » dans :
[Pilotes USB] Périphériques non reconnu Voir Problème J'ai un problème de prises USB en façades qui ne fonctionnent plus. Quand je branche n'importe quel appareil, mon Windows XP SP2 affiche la petite bulle en bas à droit "Périphérique USB non reconnu". Solution Suivre la méthode suivante...
Carte mémoire non reconnue (SD, Smartmédia, memory stick, etc.) VoirSi votre ordinateur ne reconnait plus votre carte mémoire, il peut s'agir d'un des problèmes suivants : La carte a été formatée avec un système de fichiers non supporté. Il est nécessaire de la formater en FAT16 : Formater une carte mémoire La...
Disque dur externe USB non reconnu sous Windows VoirSi Windows ne reconnaît pas votre disque dur externe, veuillez vérifier les points suivants : Dans le panneau de configuration : Double-cliquer sur Outils d'administration, Cliquer sur Gestion de l'ordinateur Cliquer sur Gestion des...
[S-ATA] Disque dur SATA non reconnu VoirLes disques Serial ATA ne sont pas toujours reconnus nativement par le système comme c'est le cas avec les disques IDE. Il est généralement nécessaire d'installer les pilotes Serial-ATA fournis avec votre carte-mère afin que le système...

1

kiki, le 8 oct 2009 à 00:56:30
  • +1

Bonsoir,

Voir ici en fin de fil si c'est la solution :
http://forums13.itrc.hp.com/service/forums/questionanswer.do­?threadId=1344454

echo "- - -" > /sys/class/scsi_host/${FST_HOST}/scan

Faite un script et placez-le dans le rc2.d (si c'est comme sur Debian).

http://www.ibm.com/...

Cordialement,

Répondre à kiki

2

j2djib, le 8 oct 2009 à 18:21:40

Merci pour le retour, cette solution me parait intéressante à exploiter.

Juste une question, à que niveau de démarrage je force la détection ?

De ce que j'ai compris, au démarrage du serveur après le bios et le démarrage sur la partition boot puis du noyeau et enfin de la partition root en lecture seule, le noyeau passe la main au processus de démarrage init qui se charge de lancer les services et monter les partitions.

J'ai donc peur que le script se lance après la tentative de montage des répertoires de fstab ... Ce qui m'obligerait (je n'aimerai autant pas) à mettre la commande dans /etc/rc.d/rc.sysinit ou l'inittab.

Ci-dessous les services lancés au démarrage :

ls -lrt /etc/rc2.d/*
lrwxr-xr-x 1 root root 13 Aug 2 2006 /etc/rc2.d/S85gpm -> ../init.d/gpm
lrwxr-xr-x 1 root root 16 Aug 2 2006 /etc/rc2.d/S12syslog -> ../init.d/syslog
lrwxr-xr-x 1 root root 15 Aug 2 2006 /etc/rc2.d/K95kudzu -> ../init.d/kudzu
lrwxr-xr-x 1 root root 11 Aug 2 2006 /etc/rc2.d/S99local -> ../rc.local
lrwxr-xr-x 1 root root 16 Aug 2 2006 /etc/rc2.d/S20random -> ../init.d/random
lrwxr-xr-x 1 root root 17 Aug 2 2006 /etc/rc2.d/S10network -> ../init.d/network
lrwxr-xr-x 1 root root 15 Aug 2 2006 /etc/rc2.d/K75netfs -> ../init.d/netfs
lrwxr-xr-x 1 root root 20 Aug 2 2006 /etc/rc2.d/K44rawdevices -> ../init.d/rawdevices
lrwxr-xr-x 1 root root 19 Aug 2 2006 /etc/rc2.d/K05saslauthd -> ../init.d/saslauthd
lrwxr-xr-x 1 root root 18 Aug 2 2006 /etc/rc2.d/K94diskdump -> ../init.d/diskdump
lrwxr-xr-x 1 root root 13 Aug 2 2006 /etc/rc2.d/K05atd -> ../init.d/atd
lrwxr-xr-x 1 root root 15 Aug 2 2006 /etc/rc2.d/K95audit -> ../init.d/audit
lrwxr-xr-x 1 root root 14 Aug 2 2006 /etc/rc2.d/K24irda -> ../init.d/irda
lrwxr-xr-x 1 root root 16 Aug 2 2006 /etc/rc2.d/K10psacct -> ../init.d/psacct
lrwxr-xr-x 1 root root 14 Aug 2 2006 /etc/rc2.d/S26apmd -> ../init.d/apmd
lrwxr-xr-x 1 root root 14 Aug 2 2006 /etc/rc2.d/S09isdn -> ../init.d/isdn
lrwxr-xr-x 1 root root 16 Aug 2 2006 /etc/rc2.d/S24pcmcia -> ../init.d/pcmcia
lrwxr-xr-x 1 root root 18 Aug 2 2006 /etc/rc2.d/S08iptables -> ../init.d/iptables
lrwxr-xr-x 1 root root 19 Aug 2 2006 /etc/rc2.d/S08ip6tables -> ../init.d/ip6tables
lrwxr-xr-x 1 root root 15 Aug 2 2006 /etc/rc2.d/K89iscsi -> ../init.d/iscsi
lrwxr-xr-x 1 root root 23 Aug 2 2006 /etc/rc2.d/S00microcode_ctl -> ../init.d/microcode_ctl
lrwxr-xr-x 1 root root 20 Aug 2 2006 /etc/rc2.d/K87irqbalance -> ../init.d/irqbalance
lrwxr-xr-x 1 root root 16 Aug 2 2006 /etc/rc2.d/K72autofs -> ../init.d/autofs
lrwxr-xr-x 1 root root 16 Aug 2 2006 /etc/rc2.d/K40smartd -> ../init.d/smartd
lrwxr-xr-x 1 root root 17 Aug 2 2006 /etc/rc2.d/K50netdump -> ../init.d/netdump
lrwxr-xr-x 1 root root 14 Aug 2 2006 /etc/rc2.d/S55sshd -> ../init.d/sshd
lrwxr-xr-x 1 root root 17 Aug 2 2006 /etc/rc2.d/K87portmap -> ../init.d/portmap
lrwxr-xr-x 1 root root 17 Aug 2 2006 /etc/rc2.d/K86nfslock -> ../init.d/nfslock
lrwxr-xr-x 1 root root 13 Aug 2 2006 /etc/rc2.d/K20nfs -> ../init.d/nfs
lrwxr-xr-x 1 root root 18 Aug 2 2006 /etc/rc2.d/S80sendmail -> ../init.d/sendmail
lrwxr-xr-x 1 root root 19 Aug 2 2006 /etc/rc2.d/S15mdmonitor -> ../init.d/mdmonitor
lrwxr-xr-x 1 root root 15 Aug 2 2006 /etc/rc2.d/K85mdmpd -> ../init.d/mdmpd
lrwxr-xr-x 1 root root 15 Aug 2 2006 /etc/rc2.d/S90crond -> ../init.d/crond
lrwxr-xr-x 1 root root 16 Aug 2 2006 /etc/rc2.d/K50xinetd -> ../init.d/xinetd
lrwxr-xr-x 1 root root 14 Aug 2 2006 /etc/rc2.d/S55cups -> ../init.d/cups
lrwxr-xr-x 1 root root 15 Aug 2 2006 /etc/rc2.d/K03rhnsd -> ../init.d/rhnsd
lrwxr-xr-x 1 root root 19 Aug 2 2006 /etc/rc2.d/K50snmptrapd -> ../init.d/snmptrapd
lrwxr-xr-x 1 root root 14 Aug 2 2006 /etc/rc2.d/S59hpoj -> ../init.d/hpoj
lrwxr-xr-x 1 root root 13 Aug 2 2006 /etc/rc2.d/S90xfs -> ../init.d/xfs
lrwxr-xr-x 1 root root 14 Aug 2 2006 /etc/rc2.d/K74ntpd -> ../init.d/ntpd
lrwxr-xr-x 1 root root 19 Aug 2 2006 /etc/rc2.d/K35vncserver -> ../init.d/vncserver
lrwxr-xr-x 1 root root 17 Aug 2 2006 /etc/rc2.d/K35winbind -> ../init.d/winbind
lrwxr-xr-x 1 root root 14 Aug 2 2006 /etc/rc2.d/K36lisa -> ../init.d/lisa
lrwxr-xr-x 1 root root 17 Aug 2 2006 /etc/rc2.d/S01sysstat -> ../init.d/sysstat
lrwxr-xr-x 1 root root 13 Aug 2 2006 /etc/rc2.d/K35smb -> ../init.d/smb
lrwxr-xr-x 1 root root 15 Aug 2 2006 /etc/rc2.d/K15httpd -> ../init.d/httpd
lrwxr-xr-x 1 root root 15 Aug 2 2006 /etc/rc2.d/K45named -> ../init.d/named
lrwxr-xr-x 1 root root 22 Aug 2 2006 /etc/rc2.d/S08arptables_jf -> ../init.d/arptables_jf
lrwxrwxrwx 1 root root 16 Aug 2 2006 /etc/rc2.d/K15hpsmhd -> ../init.d/hpsmhd
lrwxrwxrwx 1 root root 14 Aug 2 2006 /etc/rc2.d/S50vlan -> ../init.d/vlan
lrwxrwxrwx 1 root root 15 Aug 2 2006 /etc/rc2.d/S91hpasm -> ../init.d/hpasm
lrwxrwxrwx 1 root root 15 Aug 2 2006 /etc/rc2.d/S50snmpd -> ../init.d/snmpd
lrwxrwxrwx 1 root root 17 Aug 2 2006 /etc/rc2.d/S91hprsm -> /etc/init.d/hprsm
lrwxrwxrwx 1 root root 15 Aug 2 2006 /etc/rc2.d/K01hpvca -> ../init.d/hpvca
lrwxrwxrwx 1 root root 16 Aug 2 2006 /etc/rc2.d/S92cmanic -> ../init.d/cmanic
lrwxrwxrwx 1 root root 15 Aug 2 2006 /etc/rc2.d/K33hpacu -> ../init.d/hpacu
lrwxrwxrwx 1 root root 16 Nov 9 2006 /etc/rc2.d/S60vsftpd -> ../init.d/vsftpd

Répondre à j2djib

3

 j2djib, le 12 oct 2009 à 21:07:28

Quelqu'un aurait un piti conseil svp ?

Répondre à j2djib