- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: full recovery of HP-UX system
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
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
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-07-2004 02:59 AM
тАО07-07-2004 02:59 AM
On our 11.0 system one of the hard drives died. Before, full backup was done of it using Legato Networker.
After putting in new harddrive, I tried doing full recovery. Server crashed after the first reboot. I then opened a ticket with legato asking them to point me to partitions/directories that I should avoid recovering. I was told:
/stand/vmunix
I followed Legato's directions, but, unfortunately, after next reboot, same thing..though it did get further this time. I'm guessing that i should also avoid /dev.
My question..in your opinion, which directories and partitions i should avoid recovering in order to have a successful system recovery?
Thank you!
Asya
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2004 03:03 AM
тАО07-07-2004 03:03 AM
Re: full recovery of HP-UX system
My preferred backup methodology:
1) Do weekly Ignite/UX make_tape_recovery backups for VG00 only.
2) Backup everything nightly with some other backup method.
You should only have OS stuff in VG00. There should never be any production data in VG00.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2004 03:06 AM
тАО07-07-2004 03:06 AM
Re: full recovery of HP-UX system
thank you for your reply. But what if there is data in /opt that needs to be recovered?
Thanks,
Asya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2004 03:11 AM
тАО07-07-2004 03:11 AM
Re: full recovery of HP-UX system
In that case, restore only the particular /opt subdirectories that you need to.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2004 03:15 AM
тАО07-07-2004 03:15 AM
Re: full recovery of HP-UX system
A full backup of the system with legato, omniback or fbackup or veritas is not going to get a bootable system.
If you restored the root fs and /stand/vmunix off that type of backup, your system may be unrecoverable.
You might be faced with having to restore from an Ignite backup like Patrick recommends. If you don't have that, you may be faced with restoring the whole os from scratch starting with Core os CD's.
You should not restore any of the following with Legato, though this list is not complete;
/ root including /dev /etc (may be able to survive this).
/stand/vmunix
LIF
OS tools required to boot.
That is what ignite is for.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2004 03:17 AM
тАО07-07-2004 03:17 AM
Re: full recovery of HP-UX system
This system was setup about 5 years by someone who is not even at this company any longer. Currently, i do everything with Ignite...this was not possible with this system (it's been a while since hard drive crashed..i just finally got to it).
Asya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2004 03:45 AM
тАО07-07-2004 03:45 AM
Re: full recovery of HP-UX system
thank you,
derek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2004 03:54 AM
тАО07-07-2004 03:54 AM
Re: full recovery of HP-UX system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2004 07:05 PM
тАО07-07-2004 07:05 PM
Re: full recovery of HP-UX system
the methode, I prefere:
new Install with core OS,
boot up and restore /etc to get the old config, then restore
the needed directories.
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2004 09:36 PM
тАО07-07-2004 09:36 PM
SolutionInstall from the HPUX Install CD
Setup LVM using: pvcreate, vgcreate, lvcreate, newfs.
identify device files of disks by using: ioscan -fnCdisk | more
mkdir /DR
cp -p /stand/vmunix /DR
cp -p /stand/system /DR
cp -p /stand/bootconf /DR
cp -p /stand/rootconf /DR
cp -p /stand/ioconfig /DR
cp -p /etc/inittab /DR
cp -p /etc/fstab /DR
cp -p /etc/lvmtab /DR
cp -p /etc/ioconfig /DR
cp -r -p /dev /DR
cp -p /etc/rc.config.d/netconf /DR
Install Legato .. import tape to database
Do a full restore.
Merge tunable parameters from restored /stand/system with install system file and create new kernel, and copy the other files from /DR back in place. Copy the install kernel to vmunix.prev just in case.
This system should now boot up.
Any futher question please ask, I know little about legato but the principal works with Omniback
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2004 06:28 AM
тАО07-08-2004 06:28 AM
Re: full recovery of HP-UX system
Thank you for your informative post.
How do i create new kernel after restore..?
Thank you,
Asya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2004 06:42 AM
тАО07-08-2004 06:42 AM
Re: full recovery of HP-UX system
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2004 07:59 AM
тАО07-08-2004 07:59 AM
Re: full recovery of HP-UX system
You can create the new kernel after merging tunable parameters into the system file using either SAM or the kmupdate command.
man kmupdate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2004 08:04 AM
тАО07-08-2004 08:04 AM
Re: full recovery of HP-UX system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2004 08:13 AM
тАО07-08-2004 08:13 AM
Re: full recovery of HP-UX system
cd /stand/build
/usr/lbin/sysadm/system_prep -s system
vi system (make your changes and save the file)
mk_kernel -s system
kmupdate
cd /
reboot your system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2004 08:14 AM
тАО07-09-2004 08:14 AM
Re: full recovery of HP-UX system
I had a successful recovery..system is up and running now. Thank you again!
Asya