Operating System - HP-UX
1838604 Members
3150 Online
110128 Solutions
New Discussion

Service Guard Audit - a helping hand

 
SOLVED
Go to solution
steven Burgess_2
Honored Contributor

Service Guard Audit - a helping hand

Hi Everyone

We recently had HP on site for an MCSG audit.

Following this (and for audit requirements) we have decided to develop an audit/configuration script that looks at standard configuration and pre defined settings etc etc .

We already run a number of checks in our environment against the likes of cron, users and groups, sdux packages etc, but need to expand greatly on this. I'm building the list of things I am going to be checking in the script, these refer to for eg

node config
resources (cpu, mem, lan)
vg config
software
packages
root mirror

If anyone would be kind enough to have a read through the attachments I'm going to post in this thread and offer more options as per what I need to be looking at I would be grateful. Once we have exhausted everything a definitive list we be built for reference

As well as performing a specific function for our organisation I am using this small project as a means of development for myself under a number of umbrellas,

1. To increase my scripting skills
2. To increase my knowledge of service guard
3. To build a development cluster for the purpose of this test
4. To create a standard build document
5. prepare for cse exam

I understand that most of this has probably been done before and that there are a large number of utilities (cmscan, cmgetconf, cmquerycl) that will help me get most of my answers. I am going to be using these where possible as I certainly do not want to re-invent the wheel

All help appreciated

attachments to follow

Steve
take your time and think things through
15 REPLIES 15
steven Burgess_2
Honored Contributor

Re: Service Guard Audit - a helping hand

node list
take your time and think things through
steven Burgess_2
Honored Contributor

Re: Service Guard Audit - a helping hand

resource list
take your time and think things through
steven Burgess_2
Honored Contributor

Re: Service Guard Audit - a helping hand

vg list
take your time and think things through
steven Burgess_2
Honored Contributor

Re: Service Guard Audit - a helping hand

package list
take your time and think things through
steven Burgess_2
Honored Contributor

Re: Service Guard Audit - a helping hand

package list
take your time and think things through
steven Burgess_2
Honored Contributor

Re: Service Guard Audit - a helping hand

user, group and cron
take your time and think things through
steven Burgess_2
Honored Contributor

Re: Service Guard Audit - a helping hand

lan list
take your time and think things through
steven Burgess_2
Honored Contributor

Re: Service Guard Audit - a helping hand

root mirror
take your time and think things through
steven Burgess_2
Honored Contributor

Re: Service Guard Audit - a helping hand

attachments will open with notepad

ta

Steve
take your time and think things through
Solution

Re: Service Guard Audit - a helping hand

Steve,

I'm not sure I quite understand what you are trying to achieve:

1. Compare config info on nodes in a cluster against each other to ensure consistency.

-or-

2. Compare all serviceguard nodes in your environment against a 'best practice' set of rules

or both?

Did HP talk to you about or use the cluster consistency monitor?

http://h71028.www7.hp.com/enterprise/downloads/ccmon-service-brief.pdf

This already does a number of the items you are looking for...

HTH

Duncan

I am an HPE Employee
Accept or Kudo
steven Burgess_2
Honored Contributor

Re: Service Guard Audit - a helping hand

Hi Duncan

Thanks for the response, essentially we are looking to achieve both, compare configs and a set of rule for best practice.

We have been looking at the consistency monitor also

Regards

Steve
take your time and think things through
steven Burgess_2
Honored Contributor

Re: Service Guard Audit - a helping hand

Boing
take your time and think things through
Stephen Doud
Honored Contributor

Re: Service Guard Audit - a helping hand

At little off topic, but may nail what you really want more closely...
HP Consulting can provide a Cluster Consistency Service which leaves a utility called "ccmon" onsite which can be programmed to report periodically with a comparison of the files of each server in the cluster - for the purpose of showing whether changes have occured which may break the availability of a cluster.

http://h71028.www7.hp.com/enterprise/cache/10973-0-0-225-121.aspx
Geoff Wild
Honored Contributor

Re: Service Guard Audit - a helping hand

As Stephen mentioned, CCMON is the way to go. Cost is reasonable 1 or 2 technical services days.

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.
shibu_3
New Member

Re: Service Guard Audit - a helping hand

Have you developed a script yet ?