1 Description
This instruction describes how to change an enrollment server.
2 Procedure
2.1 Change Enrollment Server
Prerequisites
- No documents are required.
- No tools are required.
- The following conditions must apply:
- The user has the System Security Administrator role.
- The enrollment server is known.
- 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
- View the EnrollmentServerGroup MOs:
(config-CertM=1)>show -v -r
The following is an example output:
CertM=1 [...] EnrollmentServerGroup=1 enrollmentServerGroupId="1" userLabel=[] <empty> EnrollmentServer=1 [...] - Select the EnrollmentServer MO to modify, for example:
(config-CertM=1)>EnrollmentServerGroup=1,EnrollmentServer=1
- Modify the EnrollmentServer MO attributes, for example:
- (config-EnrollmentServer=1)>uri=http://192.0.2.10:8080
- (config-EnrollmentServer=1)>userLabel=admin@organization.com
- Commit the settings:
(config-EnrollmentServer=1)>commit
- Verify the settings:
(EnrollmentServer=1)>show -v
The following is an example output:
EnrollmentServer=1 [...] enrollmentServerId="1" protocol=CMP uri="http://192.0.2.10:8080" userLabel=[] <empty>

Contents