Operating System - HP-UX
1834802 Members
2858 Online
110070 Solutions
New Discussion

how to best organize the info

 
SOLVED
Go to solution
Rick Garland
Honored Contributor

how to best organize the info

Hi all:

Got multiple rp7410s each with a hard partition (n-node=2) and these rp systems are connected to McData DS24 switches which ultimately connect to EMC 8830 array. Running the ECC 5.1.1 SP3.

Lots of info to digest. Almost seems overwhelming.

Looking for some tips/tricks on organizing the presented info so I know what is out there, what is available, what I can play with, etc...

What are some of the best practices - I will work with symcli as well.
3 REPLIES 3
Geoff Wild
Honored Contributor
Solution

Re: how to best organize the info

I like using cfg2html:

http://come.to/cfg2html

I also use HP's sysinfo3.01 and ISEE.

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Sridhar Bhaskarla
Honored Contributor

Re: how to best organize the info

Hi Rick,

I would constantly save the configuration of the systems such as 'vgdisplay -v', 'strings /etc/lvmtab', 'syminq', 'ioscan -fnC disk', 'preview' maps generated with various options like -m, -s, -f etc.,. You can put them all in a cronjob, that runs once in every week and saves the information on a central server. You can also run tools such as cfg2html, sysinfo etc., that can display the information in HTML format to a central server periodically such that you can view them online.

Also, it may be a good idea to follow some standards like VG name representing the EMC array, shared/dedicated, etc., so that you don't need to do a lot of work when you need to find that information. Standardize the slot configuration (like 6795A always goes into the slot 0/0/8/0/0 on any RP7410), keeping their device files same (using ioinit) etc., can really save you a lot of time energy during the maintenances.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Rick Garland
Honored Contributor

Re: how to best organize the info

Kinda what I thought. Just seems like a whole lot of info to keep track of from the EMC configs.

I have used cfg2html and like the output it will provide for the LVM stuff.

Thanks!