Symptom
NEC Cluster R3
Issue with updating the java policy file.
Issue with updating the java policy file.
Resolution
- Open the Cluster Manager by navigating to http://localhost:29003.
- A dialog opens prompting you to add content to a java security file. At this point you have one of two options:
- Copy the line
notepad %HOMEDRIVE%HOMEPATH%.java.policy.
Go to Start> Run>, paste that line and press [Enter]. This creates a java policy only for the user you are logged in as. - Navigate to C:\Program Files\Java\jreXXXX\lib\security and open the file name java.policy. This creates a java policy for all users of a server.
- A Wordpad file opens. Copy the
grant code...
lines from the dialog and paste it in the file. You can paste the entry more than once. Each time you paste it, you can modify the IP addresses to the ones being used by the cluster. - Enter a new line for each Public IP, each Private IP, Management IP, the cluster name itself and localhost.
- Save and close the file when you are done.
- A Wordpad file opens. Copy the
- Copy the line
grant codeBase "http://localhost:29003/clptrek.jar" {
permission java.security.AllPermission;
};
grant codeBase "http://localhost:29003/webmanager.jar" {
permission java.security.AllPermission;
};
Applies To
OnGuard (All versions)
NEC R3