5.1

Table Of Contents
Procedure
1 Open the following Orchestrator application server service file in a text editor.
Option Action
If you installed the standalone
version of Orchestrator
Go to
install_directory
\VMware\Orchestrator\app-
server\server\vmo\conf\jboss-service.xml.
If the vCenter Server installed
Orchestrator
Go to
install_directory
\VMware\Infrastructure\Orchestrator\app-
server\server\vmo\conf\jboss-service.xml.
2 Find the following entry in the jboss-service.xml file.
<!-- The SSL domain setup -->
<mbean code="org.jboss.security.plugins.JaasSecurityDomain"
name="Security:name=JaasSecurityDomain,domain=dunes">
<constructor>
<arg type="java.lang.String" value="dunes"/>
</constructor>
<attribute name="KeyStoreURL">${java.home}/lib/security/jssecacerts</attribute>
<attribute name="KeyStorePass">dunesdunes</attribute>
</mbean>
3 Change the keystoreURL and keystorePass attributes to refer to the path to the
<your_keystore_filename> file and the password you created when you ran the keytool utility.
keystoreURL="/PathToKeystore/<your_keystore_filename>"
keystorePass="NewKeystorePassword"
The keystoreURL attribute is a URL and must contain slashes as directory separators.
4 Save the jboss-service.xml file and restart the Orchestrator server.
The Orchestrator client authenticates the Orchestrator server by using the SSL certificate you changed.
Back Up the Orchestrator Configuration and Elements
You can take a snapshot of your system configuration at any moment and import this configuration into a new
Orchestrator instance to back up your Orchestrator configuration. You can also back up the Orchestrator
elements that you modified.
If you edit any standard workflows, actions, policies, Web views, or configuration elements, and then import
a package containing the same elements with a higher version number, your changes to the elements are lost.
To make modified and custom elements available after the upgrade, you must export them in a package before
you start the upgrade procedure.
Each Orchestrator server instance has unique certificates and each vCenter Server plug-in instance has a unique
ID. The certificates and the unique ID define the identity of the Orchestrator server and the vCenter Server
plug-in. If you do not export the Orchestrator configuration or back up the Orchestrator elements for backup
purposes, make sure that you change these identifiers.
Procedure
1 Log in to the Orchestrator configuration interface as vmware.
2 On the General tab, click Export Configuration.
3 (Optional) Type a password to protect the configuration file.
Use the same password when you import the configuration.
4 Click Export.
Installing and Configuring VMware vCenter Orchestrator
78 VMware, Inc.