Delete Enrollment Server Group

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to delete an enrollment server group.

1.1   Prerequisites

This section describes the prerequisites, which must be fulfilled before using the procedure.

1.1.1   Conditions

The following conditions must apply:

2   Procedure

To delete an enrollment server group:

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

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

  2. Enter Config mode:

    (CertM=1)>configure

  3. Delete the EnrollmentServerGroup MO, for example:

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

  4. Commit the change:

    (config-CertM=1)>commit

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

    (CertM=1)>show -v -r

    The following is an example output:

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