▪ If you have more than one node, provide the node names as values that are separated by comma. For example, hraphaelNode01,hraphaelNode05.
▪ Single space is the delimiter for command line arguments.
▪ Windows only: If the folder name contains a space, make sure to replace the short name C:/Program Files with C:/PROGRA~1. Go to C:\ drive and run the command dir\x to get the short name.
▪ Make sure to use forward slashes as the file separator.
▪ While running the script, type y to continue to modify the local library.policy file.
grant{ permission java.security.AllPermission; };
Save the file. Type y in the console, and then press Enter to continue.
▪ The location of library.policy file is the location to which to extract the contents. For example, if you specify the location as C:\library.policy, and if the library.policy file does not exist, a library.policy is created in the C drive and copies the contents from the nodes library.policy file to the newly created policy file. If the library.policy already exists, the policy file is overwritten by the contents of the nodes library.policy file.