cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Who rated this post

Description:

We were observing error below when trying to delete user-id-agent and commit failed.

 

Error:

user-id-agent-sequence > user-id-agents 'Test1' is invalid. uknown or unsupported user-id-agent.

user-id-agent-sequence > user-id-agents is invalid

commit failed

 

Resolution:

 

show user-id-agent-sequence (To review the agents listed in sequence giving errors) 
set user-id-agent-sequence user-id-agents [ Test1 Test2 ]


show user-id-agent
set user-id-agent Test1 host-port port xxxx
set user-id-agent Test1 host-port collectorname test\test
set user-id-agent Test1 host-port secret T3$T
set user-id-agent Test1 host-port host x.x.x.x
set user-id-agent Test2 host-port port xxxx
set user-id-agent Test2 host-port collectorname test\test
set user-id-agent Test2 host-port secret T3$T
set user-id-agent Test2 host-port host x.x.x.x

 

Perform final steps;

delete user-id-agent-sequence
delete user-id-agent Test1
delete user-id-agent Test2

Regards,
Sufian Bhatti
Who rated this post