- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need backup Help
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
05-27-2004 05:22 AM
05-27-2004 05:22 AM
Need backup Help
I am required to backup the UNIX server which is running HP-UX 11.00. Please help me with this.
What are the steps to fully backup a system so that we can recover it in case of major problem?
I need to backup full vg00. I need to make sure that it also has the backup of mapfiles for and all other conf files for all the volume groups.
I need to backup few file system not on vg00.
I am also asked to rcp all the important files to some other box.
Should I do this on a tape or multiple tapes? I mean vg00 on one and files systems on other tape.
Please help me with this. Please provide me a detail steps.
Thanks
VivekS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 05:23 AM
05-27-2004 05:23 AM
Re: Need backup Help
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 05:29 AM
05-27-2004 05:29 AM
Re: Need backup Help
Install it using
# swinstall -s
After installing Ignite UX, you be able to use make_recovery command.
# make_recovery -ACv -d
This will backup entire VG00 volume group and your Tape becomes bootable one.
For doing rcp you need to configure .rhosts and hosts.equiv file.
See man rhosts and man hosts.equiv.
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 05:49 AM
05-27-2004 05:49 AM
Re: Need backup Help
Could your please provide the link for Ignite?
# make_recovery -ACv -d
does above command ceate the mapfiles?
I did the setup for rcp and it working. i just need to know all th epossible files that may be usefull to have.
how can i creat VG mapfile without effecting system? system is up and running ant it should be up and running. users are using the system.
Please do help me.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 05:54 AM
05-27-2004 05:54 AM
Re: Need backup Help
vgexport -p -m vg??.map /dev/vg??
or
vgexport -s -p -m vg??.map /dev/vg??
depending on what you are looking for in your mapfile.
man vgexport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 06:20 AM
05-27-2004 06:20 AM
Re: Need backup Help
So if run following command then system wil be running fine.
vgexport -p -m vg??.map /dev/vg??
or
vgexport -s -p -m vg??.map /dev/vg??
it will not deactivate or do something bad with all the volume group including vg00.
please help.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 06:29 AM
05-27-2004 06:29 AM
Re: Need backup Help
vgexport command as mentioned above will not do any harm. It will not deactivate VG. -p option will do that magic for you. You can make make map file online when VG are activated. You can then backup this map files separately and can use then later to do vgimport as and when needed.
And for Ignite, i don't remeber the exact link but if you serach for IGnite UX in ITRC forum you will get the link, that is not a big issue.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 06:47 AM
05-27-2004 06:47 AM
Re: Need backup Help
I got the link for Ignite Download. Just click on the link below.
http://www.software.hp.com/products/IUX/download.html
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 07:04 AM
05-27-2004 07:04 AM
Re: Need backup Help
I also found it.
Could you please also tell me how should i bakup some file systems? may be using fbackup or something else?
Please do help.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 10:49 AM
05-27-2004 10:49 AM
Re: Need backup Help
then use the ignite command:
make_tape_recovery -x inc_entire=vg00
To monitor the progress, check the log file:
/var/opt/ignite/recovery/latest/recovery.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 10:54 AM
05-27-2004 10:54 AM
Re: Need backup Help
Backing up /dev/vg00
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/?mn (note the use of the no-rewind device.
The rest can be backed up using fbackup.
a) Create a graph file, and place the contents of all other filesystems in it.
e.g.
i /myotherfs1
i /myotherfs2
# /usr/sbin/fbackup -g /tmp/graph -f /dev/rmt/?m