hp unix backup&restore


 
Thread Tools Search this Thread
Operating Systems HP-UX hp unix backup&restore
# 1  
Old 12-17-2006
hp unix backup&restore

Dear frnds,
i am going to use hp-ux11i first time, actually migrated from true64unix(digital), Now confused with the backup and restore procedures, i was using vdump and vrestore in that which was really much comfortable.could you suggest which is best type backup(similar to vdump and vrestore) for periodical archiving and daily archiving. if it is possible will us pls mail me what is the backup script to backup /,/data,/kind etc in a single tape drive and how it would be restored.

regards
# 2  
Old 12-17-2006
In HP there is a very nice thing called make_tape_recovery (or something very similar). It backs up the entire OS including the boot areas and stuff, and backs up the files using tar.
Then to restore from that tape, when you boot the system, make sure that the tape is inside the tape drive and then give the command to search for bootable paths. It will show you the tape. You can directly boot off the tape and a menu based interface will allow you to restore.
# 3  
Old 12-17-2006
thanks blowtorch, but i need set by set backup , and its restore. i think make_tape_recovary is for standalone purpose.
# 4  
Old 12-17-2006
HP used to use HFS filesystems exclusively. For HFS filesystems, you can use dump/restore. But HP is moving to VXFS filesystems. For VXFS filesystems, you can use vxdump/vxrestore. And fbackup/frecover work with any filesystem.
# 5  
Old 12-18-2006
thanks perdrabo, but still i have a doubt with fbackp/frestore, will it work with norewind option, if it is not, how we can use the same tape for another set of backup from its continuation. i mean today i am taking a backup of /kind fileset on a tape and tomarrow on the same tape after /kind i need to take /option fileset. how it is possible. in digital unix norewind of vdump wil handle this situation.
# 6  
Old 12-18-2006
If I'm not mistaken, you just have to specify the 'n' as part of the device name that you specify to prevent rewind. And if you do rewind, you can use the 'mt' command to roll the tape forward by as many markers as you need. You have to use the fsf command under mt for that.

--edit
I said make_tape_recovery because I thought that you wanted to backup/restore your OS.
--/edit
# 7  
Old 12-18-2006
You cannot put a second session on a fbackup tape. It will explicitly issue a rewind after open to make sure this does not happen.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Backup / Restore

Hi, I need to back up a RH file system (96G). The files are oracle .dbf format some of which are 5G in size. I know that tar has got a size restriction of 2G so I cannot use this. Can anyone recommend an alternative way of backuping up this FS? I have been looking at dump but this... (6 Replies)
Discussion started by: Duffs22
6 Replies

2. Shell Programming and Scripting

Backup & restore Gnome Desktop and all settings in Gnome

Hi I'm looking for scripts to backup & restore Gnome Desktop and all settings in Gnome. (0 Replies)
Discussion started by: ccc
0 Replies

3. Shell Programming and Scripting

Backup and restore in unix

Hello everybody, i am trying to make a script in UNIX to backup some compressed files to a tape drive. The thing is that i cannot use cpio command because some of these files are greater than 2GB. so i think the only solution left is backup command. to restore the files i should use the... (6 Replies)
Discussion started by: omonoiatis9
6 Replies

4. UNIX for Advanced & Expert Users

imap & rsync - doing backup & restore

Hi ALL... I have an IMAP server & I have setup rsync to copy all mailboxes (MailDir) to a remote backup machine. rsync is working fine and is copying my files. I need some advice on how to restore a particular mailbox when a user makes a request assuming she has has deleted an important... (1 Reply)
Discussion started by: coolatt
1 Replies

5. AIX

backup & restore a volume group

Dear All, I would like to ask about saving & restoring a user defined volume group. i have a user defined volume group, named as datavg. i want to save it & to restore it into different size of physical volume. currently, datavg consist of 4 pv, three fisrt pv size are 100GB & one pv size is... (1 Reply)
Discussion started by: donybangetgitu
1 Replies

6. SCO

SCO 6. Backup & Restore from USB

Finaly got usb working on sco6. If anyone need help with that just ask. My final goal is to able to do a complete system backup/restore to/from usb. The problems I need help with 1. Can't cpio to usb device. Getting an error message device not found 2. When booted from sco6 emergency... (3 Replies)
Discussion started by: miles556
3 Replies

7. Solaris

Error using usfdump for backup & restore ?

Hello buddy, I used usfbackup command but error after full backup Solaris 5.5.1 /dev/c0t3d0s0 / /dev/c0t3d0s6 /usr I get error when restart after complete full backup Can't load the root file system Type 'go' to resume ***FULL MY STORY*** ... (1 Reply)
Discussion started by: posky
1 Replies

8. HP-UX

F-Backup restore

Hello! i have a blank harddrive and a complete tape backup of the workstation. the backup is made with F-Backup. Now my question is: how can i restore my workstation? thanks for every idea! paul tittel hup-si (3 Replies)
Discussion started by: paultittel
3 Replies

9. AIX

Backup and restore

I have several H80 machines, all with AIX 4.3.3. On these machines I have mksysb running for rootvg backups and savevg for non-rootvg backups. I'm trying to get a list of files on the tapes, but I can't seem to do it with tar for the mksysb images. I keep getting the directory checksum errors?... (3 Replies)
Discussion started by: uXion
3 Replies

10. Solaris

Backup / restore

Hi.... everyone could help me to understand how to do a backup of my servers .. operating systems is sun solaris 8 . I have some question about .... 1) Is better backup phisical disk or partition ??? i sow the command is ufsdump 0cfu /expbck/bcksunver/c0t0d0s5 dev/dsk/c0t0d0s5 to... (4 Replies)
Discussion started by: tt155
4 Replies
Login or Register to Ask a Question