Operating System - HP-UX
1833777 Members
2094 Online
110063 Solutions
New Discussion

ServiceGuard and required /etc/inetd.conf enabled services?

 
SOLVED
Go to solution
Adam Garsha
Valued Contributor

ServiceGuard and required /etc/inetd.conf enabled services?

In the ServiceGuard tome, it states that MC/ServiceGuard makes use of ARPA services. Which onces?

In short, which inetd services must be enabled for proper cluster function?

I wish to shut off everything that I don't need.
5 REPLIES 5
Mel Burslan
Honored Contributor
Solution

Re: ServiceGuard and required /etc/inetd.conf enabled services?

These are the ones that I know from my implementations:

hacl-hb 5300/tcp # High Availability (HA) Cluster heartbeat
hacl-gs 5301/tcp # HA Cluster General Services
hacl-cfg 5302/tcp # HA Cluster TCP configuration
hacl-cfg 5302/udp # HA Cluster UDP configuration
hacl-probe 5303/tcp # HA Cluster TCP probe
hacl-probe 5303/udp # HA Cluster UDP probe
hacl-local 5304/tcp # HA Cluster Commands
hacl-test 5305/tcp # HA Cluster Test
hacl-dlm 5408/tcp # HA Cluster distributed lock manager
mcsemon 9999/tcp # MC/System Environment monitor
console 10000/tcp # MC/System Environment console multiplexor

depending on the application running on the cluster packages, you may need to leave more open ports. But this should give you a starting point
________________________________
UNIX because I majored in cryptology...
Ranjith_5
Honored Contributor

Re: ServiceGuard and required /etc/inetd.conf enabled services?

Hi Adam,

Attached the inetd.conf of a MCSG node. Hope you can directly use this.

Regards,
Syam
Raj D.
Honored Contributor

Re: ServiceGuard and required /etc/inetd.conf enabled services?

Hi Adam ,

these are the ports in services needs to be opend and configure for MC/SG ,

-------------------------------------
clvm-cfg 1476/tcp # HA LVM configuration
psmond 1788/udp # Hardware Predictive Monitor
hp-clic 3384/udp #Hardware Management
hacl-hb 5300/tcp # High Availability (HA) Cluster heartbeat
hacl-gs 5301/tcp # HA Cluster General Services
hacl-cfg 5302/tcp # HA Cluster TCP configuration
hacl-cfg 5302/udp # HA Cluster UDP configuration
hacl-probe 5303/tcp # HA Cluster TCP probe
hacl-probe 5303/udp # HA Cluster UDP probe
hacl-local 5304/tcp # HA Cluster Commands
hacl-test 5305/tcp # HA Cluster Test
hacl-dlm 5408/tcp # HA Cluster distributed lock manager
----------------------------------------

Cheers ,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Raj D.
Honored Contributor

Re: ServiceGuard and required /etc/inetd.conf enabled services?

also this two ,

mcsemon 9999/tcp # MC/System Environment monitor
console 10000/tcp # MC/System Environment console multiplexor
-----------------------------------------


hth ,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
melvyn burnard
Honored Contributor

Re: ServiceGuard and required /etc/inetd.conf enabled services?

Take a look at page 21 of http://docs.hp.com/en/B3935-90078/B3935-90078.pdf as this gives some information regarding the service ports required.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!