1 Description
This instruction describes how to delete an EnrollmentServer Managed Object (MO) from the containing EnrollmentServerGroup MO.
2 Procedure
2.1 Delete Enrollment Server
Prerequisites
- No documents are required.
- No tools are required.
- The following conditions must apply:
- The user has the System Security Administrator role.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
Steps
- Navigate to the CertM Managed Object (MO), for example:
>dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1
- Enter Config mode:
(CertM=1)>configure
- List the existing EnrollmentServerGroup MOs with the EnrollmentServer MOs:
(config-CertM=1)>show -v -r
The following is an example output:
CertM=1 [...] EnrollmentServerGroup=1 enrollmentServerGroupId="1" userLabel=[] <empty> EnrollmentServer=1 [...] - Navigate to the EnrollmentServerGroup MO with the EnrollmentServer MO to be deleted, for example:
(config-CertM=1)>EnrollmentServerGroup=1
- Delete the EnrollmentServer MO, for example:
(config-EnrollmentServerGroup=1)>no EnrollmentServer=1
- Commit the deletion:
(config-EnrollmentServerGroup=1)>commit
- Verify that the EnrollmentServer MO is deleted from the EnrollmentServerGroup MO:
(EnrollmentServerGroup=1)>show -v -r
The following is an example output:
EnrollmentServerGroup=1 enrollmentServerGroupId="1" userLabel=[] <empty>

Contents