Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dsccreg add-agent problems

rsc-ffmJun 13 2014 — edited Jul 24 2014

Hi,

I've successfully setup DSCC with version from 11.1.1.7.1 on DSCChost

I've registered successfuly one server (HOSTB) running version 11.1.1.7.1 with an agent to this DSCChost

Now I tried to add the second server to the same DSCC and got the following error message during adding the agent:

# /opt/dsee7/bin/dsccreg add-agent -H DSCChost /opt/dsee7/var/dcc/<hostname>_agent
Agent path: /opt/dsee7/var/dcc/<hostname>_agent
Enter DSCC agent "/opt/dsee7/var/dcc/<hostname>_agent" password:
Cannot connect to DSCC registry
/opt/dsee7/var/dcc/<hostname>_agent has not been registered in DSCC on DSCChost

DSCC registry is definitely running on this host...

Any explanation why this fails?

Thanks,

Roland

This post has been answered by bhadra12 on Jul 23 2014
Jump to Answer

Comments

Hi Roland,

I guess this is due to the fact you are using -H option instead of -h.  -H is useful to address issues related to multiple network interface support.

Try -h

-Sylvain

------

When closing a thread as answered remember to mark the correct and helpful posts to make it easier for others to find them

rsc-ffm

Hi Sylvain,

I tried it with both versions and both failed.

Roland

bhadra12
Answer

Hi Ronald,

It must work with -h option. -H is the hostname used by the dscc registry to connect the agent. That means localhost in this case.

Did you check the status of DSCC agent on the second server? (agent which you are trying to add)

# /opt/dsee7/bin/dsccagent info

-Bhadra

Marked as Answer by rsc-ffm · Sep 27 2020
rsc-ffm

Hi,

I got this answer also on a case, that I've opened!

Thanks,

Roland

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 21 2014
Added on Jun 13 2014
4 comments
2,373 views