Control-M Agent with Solaris 10

Everything about Control-M agents installation or setup.
Post Reply
User avatar
fyot
Nouveau
Nouveau
Posts: 736
Joined: 26 Apr 2005 12:00
Location: PARIS
Contact:

Control-M Agent with Solaris 10

Post by fyot » 07 Jun 2007 7:13

There is an installation issue with Control-M Agent setup.

When Control-M Agent setup finished to install components it should modify inetd.conf and restart service.

So, it's not the case with Solaris 10, and the Control-M agent didn't start.
All inetd.conf information are now loaded in a database.

To solve that issue you must to restart manually inetd.conf.

Launch following command to load new inetd information in the database:
inetconv -i /etc/inetd.conf

User avatar
philmalmaison
Nouveau
Nouveau
Posts: 1148
Joined: 08 Jun 2007 12:00
Location: Ile de France

Post by philmalmaison » 14 Jun 2007 8:17

should have to start the service by svcadm some times ...
:?

User avatar
philmalmaison
Nouveau
Nouveau
Posts: 1148
Joined: 08 Jun 2007 12:00
Location: Ile de France

Post by philmalmaison » 19 Jun 2007 3:29

in case of problem of service not started, do the following:
svcs | grep "service name define for the agent installation"
and if not started :
svcadm enable svc:/network/<servicename>/tcp:default

Post Reply