Delete Enrollment Server

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to delete an EnrollmentServer Managed Object (MO) from the containing EnrollmentServerGroup MO.

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:

  1. Navigate to the CertM MO, for example:

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

  2. Enter Config mode:

    (CertM=1)>configure

  3. 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
    [...]
  4. Navigate to the EnrollmentServerGroup MO with the EnrollmentServer MO to be deleted, for example:

    (config-CertM=1)>EnrollmentServerGroup=1

  5. Delete the EnrollmentServer MO, for example:

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

  6. Commit the deletion:

    (config-EnrollmentServerGroup=1)>commit

  7. 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>


Copyright

© Ericsson AB 2014, 2015, 2016. All rights reserved. No part of this document may be reproduced in any form without the written permission of the copyright owner.

Disclaimer

The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Ericsson shall have no liability for any error or damage of any kind resulting from the use of this document.

Trademark List
All trademarks mentioned herein are the property of their respective owners. These are shown in the document Trademark Information.

    Delete Enrollment Server