1 - Migrating pepserver.cfg Settings to New Configuration Files

Migrating the Pep Server configurations to new configuration files in DSG

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 SettingNew ParameterTarget Configuration File
policymanagement.shufflecodebooksshuffle_codebookbms_client.json
pkcs11.provider_libraryBMS_PKCS11_LIBRARYblobconfig.env
pkcs11.slotBMS_PKCS11_SLOTblobconfig.env
pkcs11.userpinBMS_PKCS11_USERPIN_FILEblobconfig.env
policymanagement.randomfileBMS_RANDOM_FILE_PATHblobconfig.env
ChrystokiConfigurationPath (dps.env)ChrystokiConfigurationPathblobconfig.env

2 - Updating the Host Details

Steps to update the host details on ESA and DSG.

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:

  1. Note the IP Address and FQDN of DSG.

  2. On the ESA CLI manager, go to Administration > OS Console.

  3. Edit the hosts file using the following commmand.

    nano /etc/ksa/hosts.append
    
  4. Add the IP Address and FQDN of DSG.

  5. Run the following command.

    /etc/init.d/networking restart 
    
  6. Exit 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:

  1. Note the IP Address and FQDN of ESA.

  2. On the DSG CLI manager, go to Administration > OS Console.

  3. Edit the hosts file using the following commmand.

    nano /etc/ksa/hosts.append
    
  4. Add the IP Address and FQDN of ESA.

  5. Run the following command.

    /etc/init.d/networking restart 
    
  6. Exit the command prompt.