The vRealize Orchestrator API provides a scripting class, Command, that runs commands in the vRealize Orchestrator server host operating system. To prevent unauthorized access to the server host, by default, vRealize Orchestrator applications do not have permission to run the Command class. If vRealize Orchestrator applications require permission to run commands on the host operating system, you can activate the Command scripting class.
You grant permission to use the Command class by setting an vRealize Orchestrator configuration system property.
Procedure
Results
You granted permissions to vRealize Orchestrator applications to run local commands in the vRealize Orchestrator server host operating system.
Note: By setting the
com.vmware.js.allow-local-process system property to
true, you allow the
Command scripting class to write anywhere in the file system. This property overrides any file system access permissions that you set in the
js-io-rights.conf file for the
Command scripting class only. The file system access permissions that you set in the
js-io-rights.conf file still apply to all scripting classes other than
Command.