This is the multi-page printable view of this section. Click here to print.
Additional Information
1 - Migrating pepserver.cfg Settings to New Configuration Files
The pepserver.cfg file is now deprecated. This section explains how its parameters are automatically migrated and handled in other configuration files.
Parameter Migration Mapping
The following table details the migration of settings from pepserver.cfg to new configuration files.
| Deprecated Setting | New Parameter | Target Configuration File |
|---|---|---|
| policymanagement.shufflecodebooks | shuffle_codebook | bms_client.json |
| pkcs11.provider_library | BMS_PKCS11_LIBRARY | blobconfig.env |
| pkcs11.slot | BMS_PKCS11_SLOT | blobconfig.env |
| pkcs11.userpin | BMS_PKCS11_USERPIN_FILE | blobconfig.env |
| policymanagement.randomfile | BMS_RANDOM_FILE_PATH | blobconfig.env |
| ChrystokiConfigurationPath (dps.env) | ChrystokiConfigurationPath | blobconfig.env |
2 - Updating the Host Details
Updating the host details of DSG on the ESA node
Perform the following steps to update the host details of DSG on the the ESA node:
Note the IP Address and FQDN of DSG.
On the ESA CLI manager, go to Administration > OS Console.
Edit the hosts file using the following commmand.
nano /etc/ksa/hosts.appendAdd the IP Address and FQDN of DSG.
Run the following command.
/etc/init.d/networking restartExit the command prompt.
Updating the host details of ESA on the DSG node
Perform the following steps to update the host details of ESA on the the DSG node:
Note the IP Address and FQDN of ESA.
On the DSG CLI manager, go to Administration > OS Console.
Edit the hosts file using the following commmand.
nano /etc/ksa/hosts.appendAdd the IP Address and FQDN of ESA.
Run the following command.
/etc/init.d/networking restartExit the command prompt.