- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Essential backup files to restore operating sy...
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
10-25-2001 07:16 AM
10-25-2001 07:16 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 07:26 AM
10-25-2001 07:26 AM
Re: Essential backup files to restore operating system
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 07:32 AM
10-25-2001 07:32 AM
Re: Essential backup files to restore operating system
it's a free product from hp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 07:32 AM
10-25-2001 07:32 AM
Re: Essential backup files to restore operating system
But to clarify, what you probably want:
/etc - config files
/var - this one depends on you (think of var as the variable dir)
/usr - same as var
/opt - software
/ - depends on what you put in
what you probably don't need:
/bin - binaries are pretty static
/tmp - just a dumping ground
/dev - device files are easily recreated
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 07:34 AM
10-25-2001 07:34 AM
Re: Essential backup files to restore operating system
Have a latest make_recovery tape with you always. This will take care of your most of the things.
Apart from this have a copy of the output of sysinfo.sh.
latest ignite can be found at http://www.software.hp.com/products/IUX
and you can find sysinfo.sh at hp's porting centre
http://hpux.cs.utah.edu/hppd/
GoodLuck
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 07:45 AM
10-25-2001 07:45 AM
Re: Essential backup files to restore operating system
I have to say that ignite is one of the best FREE tools that HP has.
That reminds me, I need to make another image of one of my test systems.
Ignite puts the system back to the way VG00 was backed up with very little input, just sea at the isl prompt to find the tape sequential device and boot using that path. In about an hour, your machine will be back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 08:08 AM
10-25-2001 08:08 AM
Re: Essential backup files to restore operating system
Ignite is the way to go, don't bother any other way.
Remember, you'll still have to get the os up and running to restore the files.. might as well do it all in one go:
http://www.hp.com/products/IUX/
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 08:26 AM
10-25-2001 08:26 AM
Re: Essential backup files to restore operating system
Install ignite (free software).
Run /opt/ignite/bin/make_tape_recovery -i
-> interactive version which guides you to run
the command. this will make
a bootable tape of your
system with all Vg00 stuff
in it.
In case of disaster, you
can boot with this tape and
simply let it restore its
contents to the disk.
-R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 08:51 AM
10-25-2001 08:51 AM
SolutionSo the best choice is to get Ignite installed and use make_recovery or make_tape_recovery to periodically prepare the image of the system.
If you want to restore the configuration, I have a small script that can be modified. You can use it after loading the OS.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 09:01 AM
10-25-2001 09:01 AM
Re: Essential backup files to restore operating system
An Ignite recovery tape is a short answer.
Consider that /etc has configuration files. /usr is obviously a command repository. The "/" directory holds /dev so there are your device files (although you could argue that most can be dynamically recreated). /sbin ian't separately mounted, but is sure essential for single-user mode! /stand holds the kernel. /opt has lots of goodies for maintenance and support (Predictive Support, STM, glance/measureware), so I'd hate to lose it. And /var holds the *critical* installed software database in /var/adm/sw. By this accounting, that leaves /home and /tmp, and for the purposes of an operating system, well, you really don't need anything restored in either.
Thus, for me, the "essential file list" is one Ignite recovery tape of vg00.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 09:10 AM
10-25-2001 09:10 AM
Re: Essential backup files to restore operating system
James put it very nicely, In my opinion this should be in the Ignite-UX web page as well ;)
Like others have said, you could write scripts to backup some of the files, but i would highly recommend using ignite, makes your life easier.
Also i had read somewhere, good sysadmins are VERY lazy people (But get a lot done with minimum effort) ) and ignite makes one lazi-er, bcoz it does a lot More.
-Regards
Ramesh