- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System Bible -- Near-Line Backups of Critical File...
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-15-2006 07:37 AM
10-15-2006 07:37 AM
System Bible -- Near-Line Backups of Critical Files ...
Two-items:
(1) What critical HP-UX files should I have on-hand for a near-line (i.e., on-disk/from-disk) restore? Some of the items on my list include:
/stand/system
/stand/ioconfig
/stand/rootconf
/stand/bootconf
/etc
/usr/sbin/sendmail*
/usr/local/etc
/var/adm/cron/*.allow
/var/spool/lp/pstatus
/var/spool/cron/crontabs
/quotas
/tcb
/sbin/rc*
/sbin/init.d
/dev
And output from many commands:
kmtune # Output
lvlnboot –v # Output
vgdisplay –v # Output
others ...
... in addition to many site- and application- specific files and output. Sybase, EMC, etc.
We generate a ~5MB tarball and ship it to diverse geographic locations, and we keep daily iterations for several weeks. This is in addition to Ignite and Data Protector, which can be relatively cumbersome for simple, one-file restores. Its worth the cost of a couple-of-hundred MB to have such items very close-at-hand.
However, it is time to review the list of things we currently back up. I seem to recall that HP had a specific document for such things, and I'd like to go back and recheck for anything new or changed.
Which document was this, or is there a current document I should be looking into?
I'd love to use the forums to augment the official documentation, so advice and experience is also appreciated.
(2) Ditto for Linux, specifically for current Red Hat versions (v3-4).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2006 09:35 AM
10-15-2006 09:35 AM
Re: System Bible -- Near-Line Backups of Critical Files ...
I use 2 main tools - cfg2html and sysinfo403 (attached).
I run sysinfo and cfg2html from cron like so:
# Run the sysinfo script
0 6 1 * * /usr/local/sysinfo/sysinfo -a -b -o /usr/tmp/`hostname`.sysinfo >/tmp/sysinfo.cron 2>&1
# Run the cfg2html scripts
35 6 1 * * cd /opt/cfg2html; /opt/cfg2html/cfg2html_sun.sh >/dev/null 2>&1
BTW - to get rid of the annoying popup that the author inserted, modify head02.html in /opt/cfg2html/plugins and delete the following lines:

I collect the data on a central server and that data is replicated to a DR site.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2006 12:22 PM
10-15-2006 12:22 PM
Re: System Bible -- Near-Line Backups of Critical Files ...
I would never trust myself to be smart enough to include every critical file so my method has the advantage of leaving nothing out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2006 12:40 PM
10-15-2006 12:40 PM
Re: System Bible -- Near-Line Backups of Critical Files ...
You are correct. We have an aggressive tape rotation policy, and the tapes go offsite farily quickly.
I don't really care about having all the files, just the most important ones ... Knowing that the most important file will be the one I did *not* include!
I'll have to consider doing a media copy for a small subset of our tapes.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2006 01:35 AM
10-18-2006 01:35 AM