- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to backup entire VG
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 09:19 PM
12-20-2004 09:19 PM
How to backup entire VG
Could anyone advice on how to backup entire vg including raw, lv and filesystem in HPUX. in AIX, savevg command will backup the entire vg. eg: savevg -i -f /dev/rmt0 vg01
Is there any command in HPUX that similar to savevg?
Thanks
Regards
Rashid Hamid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 09:25 PM
12-20-2004 09:25 PM
Re: How to backup entire VG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 09:41 PM
12-20-2004 09:41 PM
Re: How to backup entire VG
but it get only FS and VG config but not
raw LV. For raw LV you need some like DD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 09:55 PM
12-20-2004 09:55 PM
Re: How to backup entire VG
'savevg' is used to create the image of he volume group in a tape. If it is the root vg tape can be creatde so that it is bootable.
Similarly in HP-UX we have Ignite-UX for system recovery.
The steps are as follows:
1. Download and install Ignite-UX from
< www.software.hp.com >
2. Insert a tape into your tape drive (/dev/rmt/0m) and run following command while the system has little or no activity. You might need to specify the full path leading to the command.
# make_tape_recovery -A
This is a newer command. It used to be "make_recovery -AC". The command uses /dev/rmt/0mn as the default tape device for making the recovery tape. This command backs up every file in the root disk/volume vg00 and later make it possible to use the check_recovery command, to see how much has changed on the system since the tape was made.
3. Ensure that you have a good full backup of your system. The make_tape_recovery utility was not designed to replace standard backup procedures for all your data files.
4. Review the log files:
/var/opt/ignite/logs/makrec.log1 #Logs progress reports
/var/opt/ignite/logs/makrec.log2 #Logs an Index of filesets stored on tape
In the event of a catastrophic failure of your root disk(s). Use the following procedure to recover:
1. Replace the disk(s)
2. Insert latest make_tape_recovery tape into the tape drive and boot the system.
3. Interrupt the boot process, initiate a search and boot from your tape drive.
Main Menu: search ipl
Main Menu: boot scsi.#.0
4. Don't interrupt the recovery process. Allow the recovery process to continue non-interactively.
5.Once the system boots (approx 1-2 hrs, depending on archive size), recover latest backups.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=729160
DOCS n DOWNLOAD:-
-----------------------
1.) http://www.software.hp.com/products/IUX/docs/sysadm.html
2.) http://www.software.hp.com/products/IUX/infolib.html#N100E0
FAQ:-
----------
http://www.cs.uu.nl/wais/html/na-dir/hp/Ignite-UX_faq.html
Best Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 11:16 PM
12-20-2004 11:16 PM
Re: How to backup entire VG
I'm not sure whether make_tape_recovery can raw
data, but you still have a chance.
try
make_tape_recovery -p -v -x inc_entire=vg01
The -p option means that only simulation of backup process is done , this way you can find out if raw data will be backup.
post the result
rgds Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 11:55 AM
12-21-2004 11:55 AM
Re: How to backup entire VG
Correct me if i'm wrong. make_tape_recovery is only backup for vg00 only. It is similar to mksysb command in AIX where its only backup rootvg.
What I looking is the command to backup entire non-rootvg in HPUX.
Regards
Rashid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 12:59 PM
12-21-2004 12:59 PM
Re: How to backup entire VG
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 02:51 PM
12-21-2004 02:51 PM
Re: How to backup entire VG
As far as concerned the backup of non-root vg file system we actually dont require an image backup with ignite. Better option is go for a normal backup with tar/other 3rd party backup softwares and restore it whenever required.
regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 03:09 PM
12-21-2004 03:09 PM
Re: How to backup entire VG
the dd command just might do the trick, as Bill points out, we user Veritas Netbackup. but there is also dd command..., you might search itrc.hp.com or google.com for dd examples and usage. best of luck,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 04:23 PM
12-21-2004 04:23 PM
Re: How to backup entire VG
You can also use fbackup the frecover to restore the files. see the man pages for examples.
lawzo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 04:35 PM
12-21-2004 04:35 PM
Re: How to backup entire VG
ef fbackup -i /
the -i is include directory trees
the -e is to exclude
use of the -g is with a graph file where you will specify the directories to include / exclude using i or e at the start of each line.
then -f specifies where to write the file to.
another example from another machine using dd
fbackup -f -i
hope this helps
read the man pages as there is lots of good info there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 06:44 PM
12-21-2004 06:44 PM
Re: How to backup entire VG
use -x inc_entire=vg_name.
make_tape_recovery DO NOT save your raw devices. It create boot file and tar content from all VG file system (LV).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 07:33 PM
12-21-2004 07:33 PM
Re: How to backup entire VG
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 07:41 PM
12-21-2004 07:41 PM
Re: How to backup entire VG
If you use oracle you can use oracle softwareto backup raw LV. Probably any software that work with raw LV have software to make backup.
For what you are use yuor raw LV ??