Delete Enrollment Server Group

Contents

1Description

2

Procedure
2.1Delete Enrollment Server Group

1   Description

This instruction describes how to delete an enrollment server group.

2   Procedure

2.1   Delete Enrollment Server Group

Prerequisites

Steps

  1. Navigate to the EnrollmentServerGroup to be deleted, for example:

    >dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1,EnrollmentServerGroup=1

  2. Show the node credential it is associated to:

    (EnrollmentServerGroup=1)>show reservedBy

    The following is an example output:

    ManagedElement=1,SystemFunctions=1,SecM=1,
    CertM=1,NodeCredential=1
  3. Navigate to the NodeCredential Managed Object (MO) referred by attribute reservedBy, for example:

    (EnrollmentServerGroup=1)>dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1,NodeCredential=1

  4. Enter Config mode:

    (NodeCredential=1)>configure

  5. Remove all references from the NodeCredentialMOs to the EnrollmentServerGroup MO to be deleted, for example:

    (Config-NodeCredential=1)>no enrollmentServerGroup

  6. Commit the change:

    (Config-NodeCredential=1)>commit

  7. Navigate to the CertM Managed Object (MO), for example:

    >dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1

  8. Enter Config mode:

    (CertM=1)>configure

  9. Delete the EnrollmentServerGroup MO, for example:

    (config-CertM=1)>no EnrollmentServerGroup=1

  10. Commit the change:

    (config-CertM=1)>commit

  11. Verify the deletion by checking the EnrollmentServerGroup MO instances:

    (CertM=1)>show -v -r

    The following is an example output:

    CertM=1
    [...]
       EnrollmentServerGroup=2
          enrollmentServerGroupId="2"
          userLabel=[] <empty>
             EnrollmentServer=1
       EnrollmentServerGroup=3
          enrollmentServerGroupId="3"
          userLabel=[] <empty>
             EnrollmentServer=3
    [...]