1 Description
This instruction describes how to delete a node credential.
2 Procedure
2.1 Delete Node Credential
Prerequisites
- No documents are required.
- No tools are required.
- The following conditions must apply:
- The user has the System Security Administrator role.
- All Managed Object (MO) references to the NodeCredential MO to be deleted are deleted.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
Steps
- Navigate to the CertM MO, for example:
>dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1
- Enter Config mode:
(CertM=1)>configure
- List the node credentials:
(config-CertM=1)>show
The following is an example output:
CertM=1 [...] NodeCredential=1 NodeCredential=2 NodeCredential=3 [...]
- Delete the node credential, for example:
(config-CertM=1)>no NodeCredential=1
- Commit the change:
(config-CertM=1)>commit
All resources belonging to the NodeCredential MO are deleted.
- Verify the deletion by checking the NodeCredential MO
instances:
(CertM=1)>show
The following is an example output:
CertM=1 [...] NodeCredential=2 NodeCredential=3 [...]

Contents