[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

probleme avec xfsdump



bonjour !
j'ai un script pour faire des dumps sur bande, et apres l'avoir lance,
il plante grave la machine { woody bf2.4 }

- le lecteur de bande fonctionne BIEN [ tar ok ].
- la commande xfsdump fonctionne BIEN quand j'ecris dans un fichier
   sur un disque, par exemple :
xfsdump -L $LABEL_session -M $LABEL_media -f /disk_spare /var

- la commande xfsdump MAL mais ne plante pas la machine quand
   je "xfsdump" une partition non "/"


voici un log du script qui plante :

affix:~/dump# ./affix_all_system_level_0
xfsdump: using scsi tape (drive_scsitape) strategy
xfsdump: version 3.0 - Running single-threaded
xfsdump: level 0 dump of affix:/
xfsdump: dump date: Mon Dec 16 01:02:00 2002
xfsdump: session id: 1bf5dc85-653f-4bee-8054-42e5fa022685
xfsdump: session label: "350"
xfsdump: ino map phase 1: skipping (no subtrees specified)
xfsdump: ino map phase 2: constructing initial dump list
xfsdump: syssgi( SGI_FS_BULKSTAT ) on fsroot failed: Input/output error
xfsdump: Dump Status: ERROR

affix:~/dump# ls
/bin/ls: Input/output error.


===>  plus aucune commande ne marche !!!!
===>  il faut que je fasse un reboot au bouton !!!

une idee ?


merci.




voici le script a 2 centimes :

====================================================
#!/bin/sh
LABEL_session=`date '+%j'`
LABEL_media=mammoth
#------------------------------
# on utilise un device NO REWIND
# mt -f /dev/nst0 status
LE_DEVICE=/dev/nst0
#------------------------------
xfsdump -L $LABEL_session -M $LABEL_media -f $LE_DEVICE /
xfsdump -L $LABEL_session -M $LABEL_media -f $LE_DEVICE /usr
xfsdump -L $LABEL_session -M $LABEL_media -f $LE_DEVICE /var
xfsdump -L $LABEL_session -M $LABEL_media -f $LE_DEVICE /tmp
xfsdump -L $LABEL_session -M $LABEL_media -f $LE_DEVICE /home
====================================================

==================================
Gilles MISSONNIER - Projet Terapix
phone : [33] 01 44 32 81 36
http://terapix.iap.fr




Reply to: