Updated Branches: refs/heads/master ab42c1d6d -> 65185d183
CLOUDSTACK-2119 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/65185d18 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/65185d18 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/65185d18 Branch: refs/heads/master Commit: 65185d1836f9a35e6e26abf13852f6381992f2d8 Parents: ab42c1d Author: radhikap <[email protected]> Authored: Tue Jul 16 10:49:00 2013 +0530 Committer: radhikap <[email protected]> Committed: Tue Jul 16 10:49:00 2013 +0530 ---------------------------------------------------------------------- docs/en-US/add-remove-nic-ui.xml | 6 ++++++ docs/en-US/add-remove-nic.xml | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/65185d18/docs/en-US/add-remove-nic-ui.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/add-remove-nic-ui.xml b/docs/en-US/add-remove-nic-ui.xml index 777ac79..0429059 100644 --- a/docs/en-US/add-remove-nic-ui.xml +++ b/docs/en-US/add-remove-nic-ui.xml @@ -25,6 +25,12 @@ also change the default physical network of a virtual machine. With this functionality, hybrid or traditional server loads can be accommodated with ease. </para> <para>This feature is supported on XenServer and KVM hypervisors.</para> + <section id="prereq-addnic"> + <title>Prerequisites</title> + <para>For adding or removing physical networks to work, ensure that vm-tools are running on the + guest VMs on VMware hypervisor. If vm-tools are not present, running dhclient does not + result in IPs getting assigned to the NICs.</para> + </section> <section id="add-nic"> <title>Adding a Physical Network</title> <orderedlist> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/65185d18/docs/en-US/add-remove-nic.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/add-remove-nic.xml b/docs/en-US/add-remove-nic.xml index f2e3b58..fdccb37 100644 --- a/docs/en-US/add-remove-nic.xml +++ b/docs/en-US/add-remove-nic.xml @@ -26,7 +26,13 @@ or traditional server loads can be accommodated with ease. </para> <para>This feature is supported on XenServer and KVM hypervisors.</para> <para>The following APIs have been added to support this feature. These API calls can function - only while the VM is in running or stopped state.</para> + only while the VM is in running or stopped state.</para> + <section id="prereq-addnic"> + <title>Prerequisites</title> + <para>For adding or removing NICs to work, ensure that vm-tools are running on the + guest VMs running on VMware hypervisor. If vm-tools are not present, running dhclient does not + result in IPs getting assigned to the NICs.</para> + </section> <section id="addnic"> <title>addNicToVirtualMachine</title> <para>The addNicToVirtualMachine API adds a new NIC to the specified VM on a selected
