1837118 Members
2700 Online
110112 Solutions
New Discussion

DAT72 backup failed??

 
Richard Bordignon
Occasional Contributor

DAT72 backup failed??

Used INSF -e option and now the tar command works on the new tape drive. In using SAM fbackup I get the following error.

"Fbackup Output"
Starting interactive backup...
br_backup: Invoking fbackup. See /var/sam/log/br_log for details.
fbackup(1421): no history is available for graph file /var/sam/graphNCAa12882 (b
elow level 0)
fbackup(1004): session begins on Tue Jul 11 10:45:33 2006
fbackup(3038): output file /dev/rmt/1m is not a valid device file for backup
fbackup(3019): would you like to enter a new output file?
Y
fbackup(3020): please enter the new file's name:
/dev/rmt/c0t2d0BEST
fbackup(3038): output file /dev/rmt/c0t2d0BEST is not a valid device file for ba
ckup
fbackup(3019): would you like to enter a new output file?
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: DAT72 backup failed??

Shalom,

The default device for backup fbackup uses is not there or you chose the wrong one.

There is a choice with sam based interactive backup, so perhaps choose something that is present.

ioscan -fnC tape

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ludovic Derlyn
Esteemed Contributor

Re: DAT72 backup failed??

Hi,

perhaps a problem with special file if a other tape has been installed before

check : http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1041786

Regards

L-DERLYN
Bill Hassell
Honored Contributor

Re: DAT72 backup failed??

What version of HP-UX are you using? The DAT72 is relatively new and you may not be able to get this to work with fbackup on 10.20 or earlier. Check your available device files with:

insf -knfC tape

Note that many of the device files in /dev/rmt are duplicates with short and long names. For fbackup, you can just use the short name (0m 1m 2m 3m, whatever). fbackup does have some internal code that knows how certain models of tape drives work (whereas tar does not) so a patch for fbackup may be needed.


Bill Hassell, sysadmin
Prashanth.D.S
Honored Contributor

Re: DAT72 backup failed??

Hi Richard,

Systems with DAT72 drives need the newest stape patch ([PHKL_29247/PACHRDME/English] for 11.00
or [PHKL_29248/PACHRDME/English] for 11.11) for such drives to be recognized and usable.

Check if this is available if not pls update I guess this should resolve the issue.

Best Regards,
Prashanth

wip
Frequent Advisor

Re: DAT72 backup failed??

Explanation of the error message is that the device is not recongnisable by fbackup.Confirm the device name being used by fbackup with that of manual tar command.
Refire the fbackup from command line by specifying exclusively the device name.

HTH and more informative

wip