Operating System - HP-UX
1833827 Members
2117 Online
110063 Solutions
New Discussion

fbackup(1002) error in backp

 
STC ITRC user
New Member

fbackup(1002) error in backp

fbackup(1004): session begins on Sat Jul 24 00:30:01 2004
fbackup(3038): output file /dev/rmt/c0t1d0BEST is not a valid device file for ba
ckup
fbackup(3019): would you like to enter a new output file?
fbackup(3004): writer aborting
fbackup(1002): Backup did not complete : Reader or Writer process exit

The output of "ioscan -funC tape" command is:
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 0 0/0/1/0.1.0 stape CLAIMED DEVICE HP C5683A
/dev/rmt/0m /dev/rmt/c0t1d0BESTn
/dev/rmt/0mb /dev/rmt/c0t1d0BESTnb
/dev/rmt/0mn /dev/rmt/c0t1d0DDS
/dev/rmt/0mnb /dev/rmt/c0t1d0DDSb
/dev/rmt/c0t1d0BEST /dev/rmt/c0t1d0DDSn
/dev/rmt/c0t1d0BESTb /dev/rmt/c0t1d0DDSnb

Could someone please advise what to do?????
2 REPLIES 2

Re: fbackup(1002) error in backp

Hi,

First you run the command insf -e or insf witout any option . This will create the device files for new installed hardware or device file deleted or corupted. Then check the devive file for the particular tape and run the fbackup command.

Error you have listed seems to be some issue with device file only.

Gaurav
Bill Hassell
Honored Contributor

Re: fbackup(1002) error in backp

The error message is fairly clear: there is no device called c0t1d0BEST. Unfortunately, insf creates these lengthy names which are duplicates of the shorter (easier to remember) names. To see the icentical device files:

ll /dev/rmt | sort -k6

The device file that will work with fbackup (and easy to remember) is /dev/rmt/0m (or 0mn). The trailing 'n' refers to no-rewind which is only meaningful to simple tools like tar or cpio). fbackup controls all tape movement so the automatic features in specfic defice files are not important.


Bill Hassell, sysadmin