Validate the Implementation
Use the validation steps described here to
troubleshoot unexpected issues when applying the stack. These steps assume
that a valid SSH public key was used when you applied the stack and that a
compute instance was created to run Management Agent. Log in to
the Compute instance by using the SSH key and then perform the necessary
validations.
To validate the implementation, use this procedure:
- Validate the entity name in the Management Agent
Logs by entering the following command:
grep 'entity-name-in-use' /var/lib/oracle-cloud-agent/plugins/oci-managementagent/polaris/agent_inst/log /mgmt_agent_logan.log
- Use the credential management tool found in
Management Agent to verify the vault secret was added to the
wallet and is configured correctly for use. To verify, run
this command:
/var/lib/oracle-cloud-agent/plugins/oci-managementagent/polaris/agent_inst/bin/credential_mgmt.sh -o listCredentials -s logan
- Verify the Cloud-Init logs by running the following
commands:
grep 'Successfully added secrets to agent wallet' /var/log/cloud-init-output.log
grep 'Successfully deployed logan plugin' /var/log/cloud-init-output.log
grep 'Successfully enabled auto association' /var/log/cloud-init-output.log