Symantec logo
Removing pre-existing license keys

If you have pre-existing license keys, clean those keys.

See Obtaining SF Oracle RAC license keys

 To remove pre-existing license keys

  1. View license key files currently installed on a node:

    # cd /opt/VRTS/bin

    # ./vxlicrep

    The output lists the license keys and information about their respective products.

  2. Navigate to the directory containing the license key files and list the files.

    # cd /etc/vx/licenses/lic

    # ls -a

  3. Move the license key files to another location for future reference.

    For example, in the directory containing the license key files, create a sub-directory and move the files to that new location:

    # mkdir OLD

    # mv * OLD