Operating System - HP-UX
1851406 Members
3307 Online
104058 Solutions
New Discussion

Backup message using dump.

 
romano r
Frequent Advisor

Backup message using dump.

Hello,
sometimes during the backup with "dump", I've an strange message like that:
DUMP: (This should not happen)bread from /dev/rac/cd00d0_74as0 [block 503248]: count=6144, got=-1

Does someone explain me what does it means exactly?
In this case the backup involves a Jukebox with mo discs on a UX9 box, but I saw this errors also in backups of 10.20 boxes, all systems have hfs files sistems.

attached the entire log.

Thank you
Romano
2 REPLIES 2
T G Manikandan
Honored Contributor

Re: Backup message using dump.

Looks like the file system is not okay,
It could be like the inodes are misplaced.
just do a fsck on the file systems and try running the dump.

Also check your /var/adm/syslog/syslog.log file for any errors on the file system or the disk.

Revert
Dietmar Konermann
Honored Contributor

Re: Backup message using dump.

Looks like a media read error... you may try to read those block manually for testing, e.g.

dd if=/dev/rac/cd00d0_74as0 of=/dev/null bs=1k skip=503248 count=6

Maybe something's wrong with the medium or the drive.

Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)