- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System move
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-29-2003 04:56 AM
12-29-2003 04:56 AM
I have to move 2 HP UX 11i (one L and one K class) systems to a different location. PLease tell me what kinda backups i need to be prepared with
1. We have ignite installed and omniback
There are 3 VGS. the Root VG is internal and others on VA7400.
Points for all the replies. Hope you can give me the commands and the steps.
Thanks in advance,
George
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 05:05 AM
12-29-2003 05:05 AM
Re: System move
2. Take backup your other VG and Data backup with your omniback
3. Take LUN backup of your VA7400. This will save vital information about your VA and LUNs. VA might loose all the data once you power off the unit for a longer period!Involve HP ( if you have supprot contract) and let them know about this move.
Also have printout of your vg,sLV's,(vgdisplay -v ,lvdisplay -v ) bdf, kernel parameters (kmtune -l) and run print_manifest from /opt/ignite/bin.
Goodluck.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 05:41 AM
12-29-2003 05:41 AM
Re: System move
Thanks USA, cam you please tell me how to take the LUN backup of the VA7400?...
what commands are the best for the ignite and omniback to take the full backup?
Regards
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 07:16 AM
12-29-2003 07:16 AM
Re: System move
Also, keep in mind the order that you want to power up the equipment after the system move.
The system needs to be powered up AFTER the disk drives are powered up and available.
If the system gets powered up first even if you interrupt the boot up sequence, the system may not "see" the disks on boot up which will cause some VGS not to activate.
Best regards,
Kent Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 07:22 AM
12-29-2003 07:22 AM
Re: System move
Omniback is very good for backing up data. I havent used Omniback in a while, but If I remember correctly, you can take a FULL backup to tape or keep your last full and do an incremental. If you have DBs on there, I would suggest your DBAs do a cold backup as well, so you have 2 copies of the data.
Omniback has a GUI that is very helpful. and HP has an online site for it as well.
------------------------------------------------
export DISPLAY=xx.xx.xx.xx:0.0 (change this to your IP address)
# /opt/omni/bin/xomni &
-----------------------------------------------
Here's a link to the docs pages..just pick omniback II and you can see all the manuals...
http://ovweb.external.hp.com/lpe/doc_serv/
=-------------------------------------------------
I am assuming you are not merely moving the Servers but the Storage as well.
I would also do 2 ignite tapes for your servers...for redundancy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 07:41 AM
12-29-2003 07:41 AM
Re: System move
and iginte can be done by make_tape_recovery command.
/opt/ignite/bin/make_tape_recovery -a /dev/rmt/0mn -I -m tar -v -x inc_entire=vg00
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 11:12 AM
12-29-2003 11:12 AM
SolutionNow, because the drives are the most likely victims of harsh treatment, I would remove each and every one of them; label them as to the original location and carefully pack them separately. I've moved quite a few boxes, some over long distances, and I've never needed a backup. Of course, in my case, anything that wasn't RAID'ed was certainly mirrored. If you are mirrored, backed up, and careful you won't never ever need them stinkin' backups but if you ain't .... --- it's one of God's little jokes.
I would also check all the connections and check that memory and boards are still tightly seated after the move.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 11:23 AM
12-29-2003 11:23 AM
Re: System move
Make_tape_recovery -Ai
Ignite tape is enoug for your vg00 (root vol.group )
You can use fbackup command to make full backup of your system.
fbackup -f /dev/rmt/0m -v -i ( ofline backup), but if you use omnibackup that is good too.
If you have any database on your system you should stop them before you make any full backup of your system.
Succes
Idriz