- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: system command data relevant for DR
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
09-22-2005 07:51 AM
09-22-2005 07:51 AM
Our goal is to send such data to an offsite vault and we would need pertinent system data sent to a file and then ftp'ed off.
my commands thus far are:
model
uname -a
getconf KERNEL_BITS
vgdisplay
swlist
ioscan
cstm
cat /etc/fstab..... and so on
thanks
derek
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 07:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 07:57 AM
09-22-2005 07:57 AM
Re: system command data relevant for DR
The main two that I use are:
CFG2HTML
http://come.to/cfg2html
Nickel
http://unixguide.net/cgi-bin/htsearch?words=nickel
You can also get some information from print_manifest which is included with Ignite.
I run CFG2HTML every week and nickel about once every 2 months or so. I try to update the files on my laptop (which I almost always have) weekly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 07:59 AM
09-22-2005 07:59 AM
Re: system command data relevant for DR
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 08:03 AM
09-22-2005 08:03 AM
Re: system command data relevant for DR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 08:28 AM
09-22-2005 08:28 AM
Re: system command data relevant for DR
These will all provide the relevant info in a DR situation.
With every Ignite you make of a system, you should also make the new hard copy output with what ever command you choose.
Do an Ignite 1 per week, run the cfg2html once per week as well as store these 2 items together in an off-site location.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 09:06 AM
09-22-2005 09:06 AM
Re: system command data relevant for DR
Create a directory at /DR ( assume you have adequate space in /)
Try to capture as much info as possible in that directory, copy important system files, take print_manifest. Create mapfiles for VGs. Create output files of ioscan, lanscan, netstat, bdf, rc.log, ps -fe, strings /etc/lvmtab, lvlnboot -v etc in that /DR
Create an Ignite tape with -IA option.
Go to your recovery Site with this ignite tape, use it to recover your VG00. Recreat your non-vg00 from the info you captured.
If you recovering on a different model/HW config system, the info captured in /DR will be very valuable.
-Q
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 10:34 AM
09-22-2005 10:34 AM
Re: system command data relevant for DR
Here is one good tool:
http://come.to/cfg2html
./cfg2html_hpux.sh -o ~userhome/util/cfg
--=[ http://come.to/cfg2html ]=-----------------------------------------------
Starting Cfg2Html/HPUX Version 2.69 on a 9000/800/N4000-55 box
Path to Cfg2Html ./cfg2html_hpux.sh
Path to plugins /opt/cfg2html/./plugins
HTML Output Problem If cfg2html hangs on Hardware, press twice ENTER, Ctrl-D or
Crtl-\. Then check your Diagnostics (A.42++ and PHKL_29798)!
--=[ http://come.to/cfg2html ]=-----------------------------------------------
USE AT YOUR OWN RISK! (see /opt/cfg2html/./doc/cfg2html.html)
Online help: run cfg2html_hpux.sh -h for help or see ~/doc directory
--=[ http://come.to/cfg2html ]=-----------------------------------------------
Collecting: HP-UX/System .................
Collecting: Hardware ........................
Collecting: Software .......
Collecting: Filesystems, Dump- and Swapconfiguration ........
Collecting: LVM ..............
Collecting: Network Settings/Network Interface Cards .........
Collecting: Network Subsystems ..........................
Collecting: Fibre Channel .....
Collecting: Kernel ..........
Collecting: Systemenhancements ..
Collecting: Applications And Subsystems ............
Collecting: Oracle ..
--=[ http://come.to/cfg2html ]=-----------------------------------------------
Nickel script also very useful.
Cheers,
Raj.