HP Unix Backup question


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers HP Unix Backup question
# 1  
Old 03-07-2006
PHP HP Unix Backup question

I am very new to Unix. We have a Unix workstation that is on a tape backup system setup by an external consultant. However, I need to know how to verify that the backup is actually running and backing up actual data.

When I checked earlier this week, the log file had listed the folllowing:
fbackup(3205): Warning: Unable to read a volume header
fbackup(3024): Writing volume 1 to the output file /dev/rmt/c3t3d0DDS2C

What do these fbackup numbers mean and how can I verify that data is actually getting backed up.

We are using 12/24 tapes HP DDS-3

Thanks in advance, you input is greatly appreciated.
Lindsey
# 2  
Old 03-07-2006
How about listing the tape's contents ?
Code:
tar tvf <your tape drive>

# 3  
Old 03-07-2006
Each message that fbackup and frestore has a number associated with it like that. If HP-UX is running in some other language, the words may change but the number remains the same. So it makes support easier or at least that was the theory.

fbackup(3205): fbackup records a header on a tape. Before writing to a tape, it reads the header. It will refuse to write to a recently written tape or a tape that has been used to often. And it gives you the warning you saw if the tape was never used by fbackup before.

fbackup(3024): fbackup started writing files to your tape. It does not know in advance how many tapes are needed. It always calls the first tape it writes "volume 1".

The best way to verify that files are being backed up is by restoring a few of them.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Backup and restore question

I run a backup sucessfully: find . | backup -ivqf/dev/rmt0 I want to make sure I can restore, so I change to a test directory and try this: restore -rvqf /dev/rmt0 However, we fail with this error: New volume on /dev/rmt0: Cluster size is 51200 bytes (100 blocks). The volume number is... (3 Replies)
Discussion started by: landog
3 Replies

2. Shell Programming and Scripting

rsync backup mode(--backup) Are there any options to remove backup folders on successful deployment?

Hi Everyone, we are running rsync with --backup mode, Are there any rsync options to remove backup folders on successful deployment? Thanks in adv. (0 Replies)
Discussion started by: MVEERA
0 Replies

3. Solaris

A question about backup.

Hi all. There are some SPARC mashines. What method can be made from them backup (slices or entire disk) in field conditions if I have only the laptop with win xp pro and the internet? (5 Replies)
Discussion started by: wolfgang
5 Replies

4. AIX

Backup question

Hi All! I'm rather new in AIX so I want some comments about backup scheme I've developed to backup every part of the system. I have the following hardware: - Power6 570 server with two VIO server and 3 LPARs - NIM server outside (on the other Power server) - Windows 2003 Server with Tivoli... (2 Replies)
Discussion started by: kogor
2 Replies

5. AIX

Question on CD writer & backup

Hi All, 1. I have many AIX system here but none of them has any CD writer. I want to buy external CD writer so I can move around when needed. Can some one tell me which one they have. Please let me know exact model number so it will be easy for me to order it. I tried going to IBM web site,... (4 Replies)
Discussion started by: samnyc
4 Replies

6. AIX

Question about Smitty Fs (backup an F.S)

hi all:cool: was just wonderin..by the way im new here..hi all:D...was just wonderin if i smitty fs backup a file system to tape if the permissions and ownership of the files and dir are retained?:confused: o.s is AIX 5.3L thanks all (12 Replies)
Discussion started by: redmanshogun
12 Replies

7. AIX

Question about restoring from mksysb backup

Hello, Last night I applied a DB2 fix pack which is now causing problems with the application that uses db2. Prior to applying the fix pack I did a mksysb(rootvg) which includes the file system that has db2 installed on it. If I do a restore from this will it restore the db2 version back to... (1 Reply)
Discussion started by: jyoung
1 Replies

8. Solaris

Solaris 7 newbie tape backup question

Hello all, I have an ss20 running Solaris 7, with an attached 4mm tape drive. The machine has one 1.2GB SCSI HDD. I would like to backup other machines to tape, but I can't do a stopover on the ss20s hard disk, as there is virtually no space available. Is there a way I can make the tape... (5 Replies)
Discussion started by: jolok
5 Replies

9. UNIX for Dummies Questions & Answers

UNIX Backup program question

How do UNIX backup programs know which files to dump. Unlike Windows, UNIX files do not have the "archive" bit, yes? So, again, how does it know which file(s) to dump. Thanks in advance. (1 Reply)
Discussion started by: MayDHorseBwithU
1 Replies

10. UNIX for Dummies Questions & Answers

set uid question w/ backup script

this is the backup script. When i run it as a non root or authority user i get the following errors for each filesystem being backedup. It then continues to the next fs. Do i have this set up correctly? am i missing something? backup: The backup command has ended abnormally. backup: 0511-225... (2 Replies)
Discussion started by: Optimus_P
2 Replies
Login or Register to Ask a Question