- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Disaster recovery information
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
08-23-2002 10:24 AM
08-23-2002 10:24 AM
I'd like to find out what information you would want available to you in the event that you had to rebuild a server.
Let's assume that you don't have an ignite manifest for the server.
What information would you want, and what commands would you use to get this information.
TIA,
Sean
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 10:26 AM
08-23-2002 10:26 AM
Re: Disaster recovery information
Can you give more information out? Pardon my ignorance, but what do you mean by "manifest"? Do you mean the install CD-ROMS?
- Allan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 10:29 AM
08-23-2002 10:29 AM
Re: Disaster recovery information
I keep hard copies of basic system information like disk layouts, file system sizings, OS versions (&patches), application versions, database schemas, and the like.
I also like to use the ignite manifest.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 10:30 AM
08-23-2002 10:30 AM
Re: Disaster recovery information
If you have generated an Ignite recovery tape using 'make_tape_recovery', then you automaitcally *have* an Ignite manifest. Its:
# /var/opt/ignite/recovery/latest/manifest
If you wish to extract this from your Ignite tape *before* you use the tape otherwise (e.g. to rebuild your server), do (on another viable server):
# mt -t /dev/rmt/0mn fsf 1
# tar -xvf /dev/rmt/0m /var/opt/ignite/recovery/latest/manifest
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 10:30 AM
08-23-2002 10:30 AM
Re: Disaster recovery information
b) Other than that you need to have atleast these information on files or in record:
LVM information (vgdisplay, lvdisplay, bdf, fstab etc)
Disk information (ioscan -fnC disk, pvdisplay etc)
Hardware details (ioscan -fn)
Network information (lanscan, netstat, netconf, hosts, NFS/NIS config files, nsswitch.conf etc)
Printer information (lpstat -t)
User account information(/etc/passwd, group, profiles, .rhosts etc)
Custom scripts (/sbin/init.d, application scripts etc)
gl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 10:33 AM
08-23-2002 10:33 AM
Re: Disaster recovery information
I want to find out what information, assuming you didn't have ignite, you would want.
I have systems that are non HP/UX that we wouldn't have a manifest for, so I want to make sure that I'm collecting everything that would be necessary to rebuild those systems as well.
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 10:35 AM
08-23-2002 10:35 AM
Re: Disaster recovery information
If you are running databases with raw io, you also need a listing of those devices so that you can restore the exact paths.
Also, I suggest that you do a search for something called 'lvmcollect'. If it doesn;t contain everything you need, you can easily modify it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 10:35 AM
08-23-2002 10:35 AM
Re: Disaster recovery information
Ignite creates a "manifest" of your system for use in recovering it in the event of a disaster.
It's part of the make recovery process in ignite.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 10:35 AM
08-23-2002 10:35 AM
Re: Disaster recovery information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 10:40 AM
08-23-2002 10:40 AM
Re: Disaster recovery information
# sysdef
# kmtune
# lsdev
# cat /etc/system
# swlist
# swlist -lfileset
# cat /etc/resolv.conf
# cat /usr/local/bin/*
# dmesg
# print_manifest
# landadmin -x ..options ..
# strings /etc/lvmtab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 12:00 PM
08-23-2002 12:00 PM
Re: Disaster recovery information
cat /etc/fstab
ll /dev/vg*
and the output of /usr/contrib/bin/lv_allocations if it is on your system.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 12:09 PM
08-23-2002 12:09 PM
Re: Disaster recovery information
If you want to create a manifest of NON-HP systems, because Ignite isn't available on those servers, then here are your options:
AIX:
mksysb utility
Solaris:
jumpstart utility
Linux:
???
THIS is the GUIDE to compare system commands between AIX, HPux, Solaris, BSD, TRU64, and Linux:
http://unixguide.net/unixguide.cgi
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 12:31 PM
08-23-2002 12:31 PM
Re: Disaster recovery information
A utility to make recovery CD's using a standard CD-R or CD-RW burner. Works great!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2002 06:54 AM
08-25-2002 06:54 AM
Re: Disaster recovery information
Here's some info you might want to keep:
ioscan -fn
vgdisplay -v (for all volume groups)
pvdisplay -v (for each disk)
lvdisplay -v (for each logical vol)
lvlnboot -v
cat /stand/system
lanscan
ifconfig
hostname -a
setboot
lsdev
lpstat -t
bdf
cat /etc/fstab
swlist
There are also scripts that have floated around for years like LVMCollect and SysInfo (which began life as internal only scripts). But if you contact a support person (i.e., Log a Support case or go use Web Collab (available from the Knowledge Base), you can have someone send you a copy.
Cheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2002 10:25 PM
08-25-2002 10:25 PM
SolutionIt covers everything
You can find it @
http://members.tripod.com/rose_swe/cfg/cfg.html