- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disaster Recovery Steps
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
07-22-2007 09:01 PM
07-22-2007 09:01 PM
Disaster Recovery Steps
If I have rp4440 with two 73GB hard disk mirrored, connected to external storedge EMC is configured by using LVM e.g vg01, vg02 & vg03.
May I know the steps to be taken for taking Filesystem backup/recovery having above mentioned configuration.
For Example if i have fully crashed systems , & have to start scracth, due to this what sort of backup I should have so that i can recover data.
Thanking you all in advance
Regards,
Fateh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2007 10:07 PM
07-22-2007 10:07 PM
Re: Disaster Recovery Steps
Presumably you have DR provisions in place for the SAN?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2007 10:24 PM
07-22-2007 10:24 PM
Re: Disaster Recovery Steps
make_tape_recovery -I -v -x inc_entire=vg00 -a /dev/rmt/xyz
Separately, you would use fbackup in conjunction with this config file to backup data from the external EMC storage:
blocksperrecord 4096
records 64
checkpointfreq 4096
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
The config file is specified with -c option to fbackup. Typically, the file is created as /etc/fbackup.conf
---------------------------------------------
Example for a complete backup starting at / (root):
fbackup -i / -v -c /etc/fbackup.conf -f /dev/rmt/0m
Display the tape header with dates:
frecover -V - -f /dev/rmt/0m
Display the table of contents:
frecover -I - -f /dev/rmt/0m
Then use frecover to restore individual files and directories as required.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2007 10:25 PM
07-22-2007 10:25 PM
Re: Disaster Recovery Steps
Thanks for the reply,
Since I am very much new in HP UX, may I know the step by step procedure having above mentioned setup.
Thanks
BR
fateh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2007 10:42 PM
07-22-2007 10:42 PM
Re: Disaster Recovery Steps
http://software.hp.com/products/IUX
If you don't have a tape drive attached to this server, then make_tape_recovery won't be of much use. The other option provided by Ignite is to create a recovery image that is written to an nfs mount.
Use swlist to see if Ignite is installed already.
swlist Ignite-UX
If it's not installed, you can find the depot download from the above url. Install instructions are provided with the download page.
Also refer to manual pages for additional info
man make_tape_recovery
man make_net_recovery
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2007 10:53 PM
07-22-2007 10:53 PM
Re: Disaster Recovery Steps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2007 11:08 PM
07-22-2007 11:08 PM
Re: Disaster Recovery Steps
Pls dont beat robin.
Thanks
Regards,
Fateh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 12:31 AM
07-23-2007 12:31 AM
Re: Disaster Recovery Steps
In addition to this, and depending on what backup solution you have, I would recommend that if you are using Data Protector, or equivalant, that your backup database also be backed up, seperately, especially if the cell server is one of these two servers. It will save considerable time when having to work out which tapes you need to restore from, and save you the effort in having to import each tape from scratch.
Lastly I would also recommend a treeware (paper) description of your system should a recovery need to be made where a make_recovery tape is not available (a recovery tape snapped during a recovery comes painfully to mind) or it won't be compatible because of some hardware change. Ideally this should include lvol descriptions, sizes and mount points, kernel parameters, any special depots you may need, and any special accounts and groups, there are probably a few other issues that may be required, especially for service guard. Often just a printout of various configuration files is all that is needed. Also having CD/DVD versions of any media required would help.
Lastly if possible practice a DR.
Regards
Andrew Y
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 02:35 AM
07-23-2007 02:35 AM
Re: Disaster Recovery Steps
http://come.to/cfg2html