5.5

Table Of Contents
2 Navigate to the Orchestrator configuration directory.
Option Action
If you installed Orchestrator with
the vCenter Server installer
Go to
install_directory\VMware\Infrastructure\Orchestrator\app-
server\conf.
If you installed Orchestrator
standalone
Go to install_directory\VMware\Orchestrator\app-server\conf.
3 Create the js-io-rights.conf file and open it in a text editor.
4 Type the default contents of the js-io-rights.conf file.
-rwx C:/
+rwx C:/orchestrator
# relative to user.dir which is %orchestrator_install_dir%\app-server\bin
+rx ../../app-server/logs/
+rx ../../configuration/logs/
+rx ../bin/
-rwx ../../app-server/conf/security/
+rx ../../app-server/conf/
+rx ../../apps/
+r ../../version.txt
5 Save and close the file.
You can now set the access to the server file system for workflows and JavaScript.
Set JavaScript Access to Operating System Commands
The Orchestrator API provides a scripting class, Command, that runs commands in the Orchestrator server
host operating system. To prevent unauthorized access to the Orchestrator server host, by default,
Orchestrator applications do not have permission to run the Command class. If 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 a system property in the vmo.properties properties
file.
Procedure
1 On the Orchestrator server system, navigate to the folder that contains configuration files.
Option Action
If you installed Orchestrator with
the vCenter Server installer
Go to
install_directory\VMware\Infrastructure\Orchestrator\app-
server\conf.
If you installed the standalone
version of Orchestrator
Go to install_directory\VMware\Orchestrator\app-server\conf.
If you downloaded and deployed
the virtual appliance
Go to /etc/vco/app-server/.
2 Open the vmo.properties configuration file in a text editor.
3 Set the com.vmware.js.allow-local-process system property by adding the following line to the
vmo.properties file.
com.vmware.js.allow-local-process=true
Installing and Configuring VMware vCenter Orchestrator
112 VMware, Inc.