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
- Stop the BMC Release Process Management service
- Go to <BRPM Home>/bin
- Save a backup copy for the start.bat file
- Open the start.bat in the text editor
At the end of the script, add the following:
@echo | call "%EXECUTABLE%" -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv4Addresses- Save your changes
- Start the BMC Release Process Management service
To disable IPv6 on Linux or Solaris
- Stop the BMC Release Process Management service
- Go to <BRPM Home>/bin
- Save a backup copy for the start.bat file
- Open the start.bat in the text editor
At the end of the script, add the following:
exec "$EXECUTABLE" -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv4Addresses > /dev/null 2>&1 &- Save your changes
- Start the BMC Release Process Management service
Related topics
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*