Problems installing host agents
Hi,
I obviously have missed something regarding host agent installation, but I cannot see what I am doing wrong:
1. I have created a user in Cloud Control which has Super Admin privs
2. Logged on CC BUI as this user
3. Create named credentials, ssh key setup, user clouduser
4. created user clouduser on target host. Passwordless ssh to host intended to having the agent is OK.
5. Created sudo entry on target host:
clouduser ALL=(root) NOPASSWD: /usr/bin/id, /*/agentibd, /*/agentdeployroot.sh
6. If I run
ssh target "sudo /usr/bin/id" I get
uid=0(root) gid=0(root)
7. Start a deploy agent job using this named credential
I obviously have missed something regarding host agent installation, but I cannot see what I am doing wrong:
1. I have created a user in Cloud Control which has Super Admin privs
2. Logged on CC BUI as this user
3. Create named credentials, ssh key setup, user clouduser
4. created user clouduser on target host. Passwordless ssh to host intended to having the agent is OK.
5. Created sudo entry on target host:
clouduser ALL=(root) NOPASSWD: /usr/bin/id, /*/agentibd, /*/agentdeployroot.sh
6. If I run
ssh target "sudo /usr/bin/id" I get
uid=0(root) gid=0(root)
7. Start a deploy agent job using this named credential
0