Operating System - HP-UX
1840329 Members
3733 Online
110162 Solutions
New Discussion

Re: port 2300 cvmmon ClusterView Management Cluster Support

 
SOLVED
Go to solution
Steve Post
Trusted Contributor

port 2300 cvmmon ClusterView Management Cluster Support

What is it?
I need that port for a database. My earlier version of hpux11.0 uses this port. I need it on my new box.

I doesn't look like it is in use.
I think it is for product B5174BA.
But I can't any more information on it from either the hpux site (here), or from Google.

Any idea if I can steal the port BACK?
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: port 2300 cvmmon ClusterView Management Cluster Support

Shalom,

If you steal that port back for your database you will likely disable your clustering software, be it from veritas or HP.

If you are using clustering, you will have a production down incident, most likely.

You may be able to configure either the database or the cluser software to user a different port. I'd go for whatever is easiest. Oracle is pretty easy to route to another port with listener.ora and tnsnames.ora

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
melvyn burnard
Honored Contributor

Re: port 2300 cvmmon ClusterView Management Cluster Support

This is the ClusterView Plus product, which was used for Cluster management and integrated in Open View.
Support for this product ended July 1st 2003.


I would say you could disable this software and even remove it
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Steve Post
Trusted Contributor

Re: port 2300 cvmmon ClusterView Management Cluster Support

From running netstat -a | grep LISTEN, I see nothing is using this port 2300. I also searched the entire system for cvmmon with no success. I ran through swlist to look for this product. It is not installed. I ran:
cd /etc/rc.config.d
grep -iE "cluster|cvmmon" *
cd /sbin/init.d
grep -iE "cluster|cvmmon" *

In /etc/rc.config.d I got the MC service guard files. They showed up due to "cluster" in the search.

In /sbin/init.d/ I got something in vxvm-startup.

I'm not using MC/Service Guard or VxVM. I'm taking it out of this TEST box. (yes it's NOT production). No problems.