The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
This section describes how to install WAE Automation software in a multiple-server deployment where the primary server is designated as the Planning server. In a dual-server deployment, the secondary server is referred to as the Automation server.
See Table 5-1 for a list of services and software installed on each server.
Step 1 Navigate to the appropriate installation template file from $WAE_ROOT/software/wae-platsvcs/confmgmt/etc/:
Step 2 Edit the template file by entering the following information:
Step 3 Run the wae_dist_deploy installer:
wae_dist_deploy -template-file <install_template.yml> -deploy
wae_dist_deploy -template-file 2node.yml -deploy
Step 4 When prompted, enter the WAE user password.
Wait at least 5 minutes for the deployment to complete. A confirmation message appears when the installation is successful.
Step 5 To verify if the deployment was successful:
wae_dist_deploy -template-file <install_template.yml> -config-test <config_test_option>
where <config_test_option>
can be one of the following:
services
—Lists status for applicable services running on each server. wae-core
—Tests and lists bundled core services. ports
—Tests and lists the TCP ports of services on the servers. license
—Tests if required licenses are installed for each server. :list
—Lists all available tests. :all
—Runs all available tests. wae_dist_deploy -template-file 2node.yml -config-test ports
Note To find all available options for -config-test, enter
wae_dist_deploy -template-file <install_template.yml> -config-test :list
.