2.5 Updating and Configuring the Identity Vault

After you install the Identity Manager Home files, you must also update your existing Identity Vault.

  1. Download the hpd-conf-vault-4.0.2A.zip file to your Identity Vault server.

  2. Extract the contents of the ZIP file to a directory on the server.

  3. (Conditional) If you have not previously installed the SAML schema and NMAS methods, complete the following steps:

    1. In a terminal, navigate to the ExtractedDirectory/saml directory, where ExtractedDirectory is the location of the extracted hpd-conf-vault-4.0.2A.zip files.

    2. Enter the following command:

      unzip nmassaml.zip
      
    3. Navigate to the extracted SAML directory.

    4. Enter the following command to install the SAML schema:

      ndssch -h eDirectoryHostIP eDirectoryAdmin authsaml.sch
      

      Where eDirectoryHostIP is the IP address of your eDirectory installation and eDirectoryAdmin is the administrative user account for eDirectory. For example:

      ndssch -h 164.99.99.99 admin.sa.system authsaml.sch
      
    5. Enter your administrative user account password.

    6. Enter the following command to install the NMAS methods:

      nmasinst -addmethod eDirectoryAdmin TreeName ./config.txt
      
    7. Enter your administrative user account password.

  4. In a terminal, navigate to the ExtractedDirectory/schema directory.

  5. Enter the following commands:

    unzip osp-sch.zip
    
    ndssch -h eDirectoryHostIP eDirectoryAdmin osp.sch
    
  6. Enter your administrative user account password.

  7. On the server command line, enter the following command to stop eDirectory:

    /etc/init.d/ndsd stop
    
  8. Move the following files from the eDirectory classes directory, which is /opt/novell/eDirectory/lib/dirxml/classes by default, to the /tmp directory:

    • nrfdriver.jar

    • srvprvUAD.jar

    NOTE:The location of the classes directory may vary depending on your installation.

  9. Copy the following files from the classes subdirectory of the extracted hpd-conf-vault-4.0.2A.zip directory to the eDirectory classes directory:

    • nrfdriver.jar

    • srvprvUAD.jar

  10. At a command prompt, use the following command to restart eDirectory:

    /etc/init.d/ndsd start