diff --git a/docs/en-US/about-password-encryption.xml b/docs/en-US/about-password-encryption.xml
index 3cd84d19508..08e1709255a 100644
--- a/docs/en-US/about-password-encryption.xml
+++ b/docs/en-US/about-password-encryption.xml
@@ -60,6 +60,6 @@
over a known port.
The encryption type, database secret key, and Management Server secret key are set during
&PRODUCT; installation. They are all parameters to the &PRODUCT; database setup script
- (cloud-setup-databases). The default values are file, password, and password. It is, of course,
+ (cloudstack-setup-databases). The default values are file, password, and password. It is, of course,
highly recommended that you change these to more secure keys.
diff --git a/docs/en-US/management-server-install-db-external.xml b/docs/en-US/management-server-install-db-external.xml
index a28dee56934..29507209fbf 100644
--- a/docs/en-US/management-server-install-db-external.xml
+++ b/docs/en-US/management-server-install-db-external.xml
@@ -132,7 +132,7 @@ bind-address = 0.0.0.0
server node IP. If not specified, the local IP address will be used.
- cloud-setup-databases cloud:<dbpassword>@<ip address mysql server> \
+ cloudstack-setup-databases cloud:<dbpassword>@<ip address mysql server> \
--deploy-as=root:<password> \
-e <encryption_type> \
-m <management_server_key> \
diff --git a/docs/en-US/management-server-install-db-local.xml b/docs/en-US/management-server-install-db-local.xml
index 918cdc0a265..b8d07e014ee 100644
--- a/docs/en-US/management-server-install-db-local.xml
+++ b/docs/en-US/management-server-install-db-local.xml
@@ -135,7 +135,7 @@ binlog-format = 'ROW'
server node IP. If not specified, the local IP address will be used.
- cloud-setup-databases cloud:<dbpassword>@localhost \
+ cloudstack-setup-databases cloud:<dbpassword>@localhost \
--deploy-as=root:<password> \
-e <encryption_type> \
-m <management_server_key> \
@@ -152,7 +152,7 @@ binlog-format = 'ROW'
Now that the database is set up, you can finish configuring the OS for the Management
Server. This command will set up iptables, sudoers, and start the Management Server.
- # cloud-setup-management
+ # cloudstack-setup-management
You should see the message “&PRODUCT; Management Server setup is done.”
diff --git a/docs/en-US/management-server-install-multi-node.xml b/docs/en-US/management-server-install-multi-node.xml
index 21cf28fc719..ae925bf8447 100644
--- a/docs/en-US/management-server-install-multi-node.xml
+++ b/docs/en-US/management-server-install-multi-node.xml
@@ -53,12 +53,12 @@ linkend="sect-source-buildrpm"/> or as
Configure the database client. Note the absence of the --deploy-as argument in this
case. (For more details about the arguments to this command, see .)
- # cloud-setup-databases cloud:dbpassword@dbhost -e encryption_type -m management_server_key -k database_key -i management_server_ip
+ # cloudstack-setup-databases cloud:dbpassword@dbhost -e encryption_type -m management_server_key -k database_key -i management_server_ip
Configure the OS and start the Management Server:
- # cloud-setup-management
+ # cloudstack-setup-management
The Management Server on this node should now be running.
diff --git a/docs/en-US/region-add.xml b/docs/en-US/region-add.xml
index 960777c0a2e..802e462ce16 100644
--- a/docs/en-US/region-add.xml
+++ b/docs/en-US/region-add.xml
@@ -45,7 +45,7 @@
the additional command-line flag -r <region_id> to set a
region ID for the new region. The default region is automatically assigned a
region ID of 1, so your first additional region might be region 2.
- cloud-setup-databases cloud:<dbpassword>@localhost --deploy-as=root:<password> -e <encryption_type> -m <management_server_key> -k <database_key> -r <region_id>
+ cloudstack-setup-databases cloud:<dbpassword>@localhost --deploy-as=root:<password> -e <encryption_type> -m <management_server_key> -k <database_key> -r <region_id>
By the end of the installation procedure, the Management Server should have been started. Be sure that the Management Server installation was successful and complete.
Add region 2 to region 1. Use the API command addRegion. (For information about how to make an API call, see the Developer's Guide.)
@@ -82,7 +82,7 @@
However, you must repeat certain steps additional times for each additional region:
Install &PRODUCT; in each additional region. Set the region ID for each region during the database setup step.
- cloud-setup-databases cloud:<dbpassword>@localhost --deploy-as=root:<password> -e <encryption_type> -m <management_server_key> -k <database_key> -r <region_id>
+ cloudstack-setup-databases cloud:<dbpassword>@localhost --deploy-as=root:<password> -e <encryption_type> -m <management_server_key> -k <database_key> -r <region_id>
Once the Management Server is running, add your new region to all existing regions by
repeatedly calling the API command addRegion. For example, if you were adding
region 3:
@@ -125,4 +125,4 @@ http://<IP_of_region_3_Management_Server>:8080/client/api?command=addRegio
http://<IP_of_region_2_Management_Server>:8080/client/api?command=removeRegion&id=3&apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ&signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D
-
\ No newline at end of file
+