Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Disabling IPv6


If the configuration of your operating system supports both the IPv4 and IPv6 protocols but you prefer to disable IPv6, you can do it by modifying the BMC Release Process Management start script.

To disable IPv6 on Windows

  1. Stop the BMC Release Process Management service
  2. Go to <BRPM Home>/bin
  3. Save a backup copy for the start.bat file
  4. Open the start.bat in the text editor
  5. At the end of the script, add the following:

    @echo | call "%EXECUTABLE%" -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv4Addresses
  6. Save your changes
  7. Start the BMC Release Process Management service

To disable IPv6 on Linux or Solaris

  1. Stop the BMC Release Process Management service
  2. Go to <BRPM Home>/bin
  3. Save a backup copy for the start.bat file
  4. Open the start.bat in the text editor
  5. At the end of the script, add the following:

    exec "$EXECUTABLE" -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv4Addresses > /dev/null 2>&1 &
  6. Save your changes
  7. Start the BMC Release Process Management service

Related topics

Performing-the-installation

Installing-silently

Performing-the-upgrade


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*