diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml
index bca70b1399d..d19582d526d 100644
--- a/docs/en-US/Release_Notes.xml
+++ b/docs/en-US/Release_Notes.xml
@@ -5079,7 +5079,7 @@ under the License.
Start the first Management Server. Do not start any other Management Server nodes
yet.
- # service cloud-management start
+ # service cloudstack-management start
Wait until the databases are upgraded. Ensure that the database upgrade is complete.
After confirmation, start the other Management Servers one at a time by running the same
command on each node.
@@ -5092,7 +5092,7 @@ under the License.
Start all Usage Servers (if they were running on your previous version). Perform
this on each Usage Server host.
- # service cloud-usage start
+ # service cloudstack-usage start
@@ -5118,7 +5118,7 @@ under the License.
Start the agent.
- # service cloud-agent start
+ # service cloudstack-agent start
Edit /etc/cloud/agent/agent.properties to change the
@@ -5662,7 +5662,7 @@ under the License.
Start the first Management Server. Do not start any other Management Server nodes
yet.
- # service cloud-management start
+ # service cloudstack-management start
Wait until the databases are upgraded. Ensure that the database upgrade is complete.
You should see a message like "Complete! Done." After confirmation, start the other
Management Servers one at a time by running the same command on each node.
@@ -5670,7 +5670,7 @@ under the License.
Start all Usage Servers (if they were running on your previous version). Perform
this on each Usage Server host.
- # service cloud-usage start
+ # service cloudstack-usage start
(KVM only) Additional steps are required for each KVM host. These steps will not
@@ -5696,7 +5696,7 @@ under the License.
Start the agent.
- # service cloud-agent start
+ # service cloudstack-agent start
Copy the contents of the agent.properties file to the new
diff --git a/docs/en-US/aws-ec2-configuration.xml b/docs/en-US/aws-ec2-configuration.xml
index dd7732ebced..d6dd2b5467e 100644
--- a/docs/en-US/aws-ec2-configuration.xml
+++ b/docs/en-US/aws-ec2-configuration.xml
@@ -35,7 +35,7 @@
Be sure you have included the Amazon default service offering, m1.small. As well as any EC2 instance types that you will use.
If you did not already do so when you set the configuration parameter in step , restart the Management Server.
- # service cloud-management restart
+ # service cloudstack-management restart
The following sections provides details to perform these steps
diff --git a/docs/en-US/change-database-password.xml b/docs/en-US/change-database-password.xml
index 0ab52675e3c..2bff289eb5a 100644
--- a/docs/en-US/change-database-password.xml
+++ b/docs/en-US/change-database-password.xml
@@ -29,8 +29,8 @@
Before changing the password, you'll need to stop CloudStack's management server and the usage engine if you've deployed that component.
-# service cloud-management stop
-# service cloud-usage stop
+# service cloudstack-management stop
+# service cloudstack-usage stop
@@ -68,8 +68,8 @@ db.usage.password=ENC(encrypted_password_from_above)
After copying the new password over, you can now start CloudStack (and the usage engine, if necessary).
- # service cloud-management start
- # service cloud-usage start
+ # service cloudstack-management start
+ # service cloudstack-usage start
diff --git a/docs/en-US/citrix-xenserver-installation.xml b/docs/en-US/citrix-xenserver-installation.xml
index 2cd39a41368..900c2a308e4 100644
--- a/docs/en-US/citrix-xenserver-installation.xml
+++ b/docs/en-US/citrix-xenserver-installation.xml
@@ -610,8 +610,8 @@ master-password=[your password]
Restart the Management Server and Usage Server. You only need to do this once for
all clusters.
- # service cloud-management start
-# service cloud-usage start
+ # service cloud-management start
+# service cloudstack-usage start
diff --git a/docs/en-US/configure-usage-server.xml b/docs/en-US/configure-usage-server.xml
index 173f4a5306d..83bed07b349 100644
--- a/docs/en-US/configure-usage-server.xml
+++ b/docs/en-US/configure-usage-server.xml
@@ -32,8 +32,8 @@
In Actions, click the Edit icon.
Type the desired value and click the Save icon.
Restart the Management Server (as usual with any global configuration change) and also the Usage Server:
- # service cloud-management restart
-# service cloud-usage restart
+ # service cloudstack-management restart
+# service cloudstack-usage restart
The following table shows the global configuration settings that control the behavior of the Usage Server.
diff --git a/docs/en-US/creating-network-offerings.xml b/docs/en-US/creating-network-offerings.xml
index 1f79fb166ce..5545062e3c3 100644
--- a/docs/en-US/creating-network-offerings.xml
+++ b/docs/en-US/creating-network-offerings.xml
@@ -208,7 +208,7 @@
mode. In this mode, network resources are allocated only when the first virtual machine
starts in the network. When conservative mode is off, the public IP can only be used for
a single service. For example, a public IP used for a port forwarding rule cannot be
- used for defining other services, such as SaticNAT or load balancing. When the conserve
+ used for defining other services, such as StaticNAT or load balancing. When the conserve
mode is on, you can define more than one service on the same public IP.
If StaticNAT is enabled, irrespective of the status of the conserve mode, no port
diff --git a/docs/en-US/database-replication.xml b/docs/en-US/database-replication.xml
index 718c34959da..8979ce104f1 100644
--- a/docs/en-US/database-replication.xml
+++ b/docs/en-US/database-replication.xml
@@ -121,14 +121,14 @@ mysql> start slave;
Failover
This will provide for a replicated database that can be used to implement manual failover for the Management Servers. &PRODUCT; failover from one MySQL instance to another is performed by the administrator. In the event of a database failure you should:
- Stop the Management Servers (via service cloud-management stop).
+ Stop the Management Servers (via service cloudstack-management stop).
Change the replica's configuration to be a master and restart it.
Ensure that the replica's port 3306 is open to the Management Servers.
Make a change so that the Management Server uses the new database. The simplest process here is to put the IP address of the new database server into each Management Server's /etc/cloud/management/db.properties.
Restart the Management Servers:
-# service cloud-management start
+# service cloudstack-management start
diff --git a/docs/en-US/hypervisor-host-install-agent.xml b/docs/en-US/hypervisor-host-install-agent.xml
index e5bfa37fb6d..41b6719bbaf 100644
--- a/docs/en-US/hypervisor-host-install-agent.xml
+++ b/docs/en-US/hypervisor-host-install-agent.xml
@@ -27,8 +27,8 @@
To manage KVM instances on the host &PRODUCT; uses a Agent. This Agent communicates with the Management server and controls all the instances on the host.
First we start by installing the agent:
In RHEL or CentOS:
- $ yum install cloud-agent
+ $ yum install cloudstack-agent
In Ubuntu:
- $ apt-get install cloud-agent
+ $ apt-get install cloudstack-agent
The host is now ready to be added to a cluster. This is covered in a later section, see . It is recommended that you continue to read the documentation before adding the host!
-
\ No newline at end of file
+
diff --git a/docs/en-US/hypervisor-host-install-libvirt.xml b/docs/en-US/hypervisor-host-install-libvirt.xml
index 23468236a04..11db1c8b793 100644
--- a/docs/en-US/hypervisor-host-install-libvirt.xml
+++ b/docs/en-US/hypervisor-host-install-libvirt.xml
@@ -24,7 +24,7 @@
Install and Configure libvirt
- &PRODUCT; uses libvirt for managing virtual machines. Therefore it is vital that libvirt is configured correctly. Libvirt is a dependency of cloud-agent and should already be installed.
+ &PRODUCT; uses libvirt for managing virtual machines. Therefore it is vital that libvirt is configured correctly. Libvirt is a dependency of cloudstack-agent and should already be installed.
In order to have live migration working libvirt has to listen for unsecured TCP connections. We also need to turn off libvirts attempt to use Multicast DNS advertising. Both of these settings are in /etc/libvirt/libvirtd.conf
diff --git a/docs/en-US/increase-management-server-max-memory.xml b/docs/en-US/increase-management-server-max-memory.xml
index 16d18e75830..51c8724a020 100644
--- a/docs/en-US/increase-management-server-max-memory.xml
+++ b/docs/en-US/increase-management-server-max-memory.xml
@@ -28,7 +28,7 @@
Edit the Tomcat configuration file:/etc/cloud/management/tomcat6.conf
Change the command-line parameter -XmxNNNm to a higher value of N.For example, if the current value is -Xmx128m, change it to -Xmx1024m or higher.
- To put the new setting into effect, restart the Management Server.# service cloud-management restart
+ To put the new setting into effect, restart the Management Server.# service cloudstack-management restart
For more information about memory issues, see "FAQ: Memory" at Tomcat Wiki.
diff --git a/docs/en-US/install-usage-server.xml b/docs/en-US/install-usage-server.xml
index 9dde5523f5e..ffd748d758e 100644
--- a/docs/en-US/install-usage-server.xml
+++ b/docs/en-US/install-usage-server.xml
@@ -52,7 +52,7 @@
Once installed, start the Usage Server with the following command.
-# service cloud-usage start
+# service cloudstack-usage start
diff --git a/docs/en-US/removing-xenserver-kvm-hosts.xml b/docs/en-US/removing-xenserver-kvm-hosts.xml
index c7043723ff6..fd33bb7e363 100644
--- a/docs/en-US/removing-xenserver-kvm-hosts.xml
+++ b/docs/en-US/removing-xenserver-kvm-hosts.xml
@@ -27,7 +27,7 @@
A node cannot be removed from a cluster until it has been placed in maintenance mode. This will ensure that all of the VMs on it have been migrated to other Hosts. To remove a Host from the cloud:
Place the node in maintenance mode. See .
- For KVM, stop the cloud-agent service.
+ For KVM, stop the cloudstack-agent service.
Use the UI option to remove the node.Then you may power down the Host, re-use its IP address, re-install it, etc
diff --git a/docs/en-US/set-database-buffer-pool-size.xml b/docs/en-US/set-database-buffer-pool-size.xml
index 1c7503101ca..8265ae544f2 100644
--- a/docs/en-US/set-database-buffer-pool-size.xml
+++ b/docs/en-US/set-database-buffer-pool-size.xml
@@ -26,7 +26,7 @@
Set Database Buffer Pool Size
It is important to provide enough memory space for the MySQL database to cache data and indexes:
- Edit the Tomcat configuration file:/etc/my.cnf
+ Edit the MySQL configuration file:/etc/my.cnf
Insert the following line in the [mysqld] section, below the datadir line. Use a value that is appropriate for your situation. We recommend setting the buffer pool at 40% of RAM if MySQL is on the same server as the management server or 70% of RAM if MySQL has a dedicated server. The following example assumes a dedicated server with 1024M of RAM.
innodb_buffer_pool_size=700M
Restart the MySQL service.# service mysqld restart
diff --git a/docs/en-US/set-global-project-resource-limits.xml b/docs/en-US/set-global-project-resource-limits.xml
index d91942ad8db..8ec13259051 100644
--- a/docs/en-US/set-global-project-resource-limits.xml
+++ b/docs/en-US/set-global-project-resource-limits.xml
@@ -76,7 +76,7 @@
Restart the Management Server.
- # service cloud-management restart
+ # service cloudstack-management restart
diff --git a/docs/en-US/set-projects-creator-permissions.xml b/docs/en-US/set-projects-creator-permissions.xml
index 9b272f6bc7e..dd9cfe95d56 100644
--- a/docs/en-US/set-projects-creator-permissions.xml
+++ b/docs/en-US/set-projects-creator-permissions.xml
@@ -56,7 +56,7 @@
Restart the Management Server.
- # service cloud-management restart
+ # service cloudstack-management restart
diff --git a/docs/en-US/set-up-invitations.xml b/docs/en-US/set-up-invitations.xml
index c1303cf5e92..180c041e87e 100644
--- a/docs/en-US/set-up-invitations.xml
+++ b/docs/en-US/set-up-invitations.xml
@@ -89,7 +89,7 @@
Restart the Management Server:
- service cloud-management restart
+ service cloudstack-management restart
diff --git a/docs/en-US/stop-restart-management-server.xml b/docs/en-US/stop-restart-management-server.xml
index 5c1bcecbc00..74a687c23a1 100644
--- a/docs/en-US/stop-restart-management-server.xml
+++ b/docs/en-US/stop-restart-management-server.xml
@@ -26,9 +26,9 @@
The root administrator will need to stop and restart the Management Server from time to time.
For example, after changing a global configuration parameter, a restart is required. If you have multiple Management Server nodes, restart all of them to put the new parameter value into effect consistently throughout the cloud..
To stop the Management Server, issue the following command at the operating system prompt on the Management Server node:
- # service cloud-management stop
+ # service cloudstack-management stop
To start the Management Server:
- # service cloud-management start
+ # service cloudstack-management start
To stop the Management Server:
- # service cloud-management stop
+ # service cloudstack-management stop
diff --git a/docs/en-US/sys-offering-sysvm.xml b/docs/en-US/sys-offering-sysvm.xml
index cccf3e04796..563dd6f5ebf 100644
--- a/docs/en-US/sys-offering-sysvm.xml
+++ b/docs/en-US/sys-offering-sysvm.xml
@@ -65,7 +65,7 @@
Restart &PRODUCT; Management Server. Restarting is required because the default
offerings are loaded into the memory at startup.
- service cloud-management restart
+ service cloudstack-management restart
Destroy the existing CPVM or SSVM offerings and wait for them to be recreated. The new
diff --git a/docs/en-US/zone-add.xml b/docs/en-US/zone-add.xml
index 4f6606fce03..3ca5789cd99 100644
--- a/docs/en-US/zone-add.xml
+++ b/docs/en-US/zone-add.xml
@@ -42,7 +42,7 @@
Restart the Management Server.
- # service cloud-management restart
+ # service cloudstack-management restart
Refresh the &PRODUCT; UI browser tab and log back in.