Skip to main content
Hitachi Vantara Knowledge

How to Configure OSS Java in System Path for VSP 1x00 and 5x00 SVPs

 

Objective

  • This article will show how to configure OSS OpenJDK Java for Enterprise SVPs 

Environment

  • VSP G1X00 and VSP F1500
    • Virtual Storage Platform G1000 (VSP G1000)
    • Virtual Storage Platform G1500 (VSP G1500)
    • Virtual Storage Platform F1500 (VSP F1500)
  • VSP 5000 Series
    • Virtual Storage Platform 5100 (VSP 5100)
    • Virtual Storage Platform 5100H (VSP 5100H)
    • Virtual Storage Platform 5200 (VSP 5200) 
    • Virtual Storage Platform 5500 (VSP 5500)
    • Virtual Storage Platform 5500H (VSP 5500H)
    • Virtual Storage Platform 5600 (VSP 5600) 
  • Windows 10
  • OSS Java 
  • OpenJDK Java SVPs
  • SVPs Default Java
  • System Environment Variable

Procedure

  1. Open Microsoft Add/Remove Programs and verify that Oracle Java is not installed
  2. Open Command Prompt as Administrator and run the following command:
    • java --version
       
      • java_version.PNG
        • We expect to see ERROR:  'java' is not recognized as an internal or external command, operable program or batch file
  3. Set the OpenJDK Java located in C:\Mapp\OSS\openjdk11\bin using the following command:
    • setx /m PATH "%PATH%;C:\DKC200\san\SN2\tool\WCLauncher\bundle\jre_win\bin
    • clipboard_e8889bdaa020c502845643e5e8731bf3d.png
  4. Reboot the SVP
  5. Once the reboot is completed, log back into the SVP and open command prompt. Test the Java --Version command. It should display the OSS OpenJDK Java version
    clipboard_e2468aca2143b2e68b368db60e7323daf.png

 

Additional Notes

 

  • Was this article helpful?