mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-18 11:34:23 +01:00
CLOUDSTACK-2119
This commit is contained in:
parent
65185d1836
commit
a67cce3d26
@ -19,20 +19,20 @@
|
|||||||
under the License.
|
under the License.
|
||||||
-->
|
-->
|
||||||
<section id="add-remove-nic-ui">
|
<section id="add-remove-nic-ui">
|
||||||
<title>Reconfiguring Physical Networks in VMs</title>
|
<title>Reconfiguring Networks in VMs</title>
|
||||||
<para>&PRODUCT; provides you the ability to move VMs between networks and reconfigure a VM's
|
<para>&PRODUCT; provides you the ability to move VMs between networks and reconfigure a VM's
|
||||||
network. You can remove a VM from a physical network and add to a new physical network. You can
|
network. You can remove a VM from a network and add to a new network. You can also change the
|
||||||
also change the default physical network of a virtual machine. With this functionality, hybrid
|
default network of a virtual machine. With this functionality, hybrid or traditional server
|
||||||
or traditional server loads can be accommodated with ease. </para>
|
loads can be accommodated with ease. </para>
|
||||||
<para>This feature is supported on XenServer and KVM hypervisors.</para>
|
<para>This feature is supported on XenServer, VMware, and KVM hypervisors.</para>
|
||||||
<section id="prereq-addnic">
|
<section id="prereq-addnic">
|
||||||
<title>Prerequisites</title>
|
<title>Prerequisites</title>
|
||||||
<para>For adding or removing physical networks to work, ensure that vm-tools are running on the
|
<para>For adding or removing networks to work, ensure that vm-tools are running on the guest VMs
|
||||||
guest VMs on VMware hypervisor. If vm-tools are not present, running dhclient does not
|
on VMware hypervisor. If vm-tools are not present, running dhclient does not result in IPs
|
||||||
result in IPs getting assigned to the NICs.</para>
|
getting assigned to the NICs.</para>
|
||||||
</section>
|
</section>
|
||||||
<section id="add-nic">
|
<section id="add-nic">
|
||||||
<title>Adding a Physical Network</title>
|
<title>Adding a Network</title>
|
||||||
<orderedlist>
|
<orderedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Log in to the CloudPlatform UI as an administrator or end user.</para>
|
<para>Log in to the CloudPlatform UI as an administrator or end user.</para>
|
||||||
@ -85,7 +85,7 @@
|
|||||||
</orderedlist>
|
</orderedlist>
|
||||||
</section>
|
</section>
|
||||||
<section id="remove-nic">
|
<section id="remove-nic">
|
||||||
<title>Removing a Physical Network</title>
|
<title>Removing a Network</title>
|
||||||
<orderedlist>
|
<orderedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Log in to the CloudPlatform UI as an administrator or end user.</para>
|
<para>Log in to the CloudPlatform UI as an administrator or end user.</para>
|
||||||
@ -118,7 +118,7 @@
|
|||||||
</orderedlist>
|
</orderedlist>
|
||||||
</section>
|
</section>
|
||||||
<section id="default-nic">
|
<section id="default-nic">
|
||||||
<title>Selecting the Default Physical Network</title>
|
<title>Selecting the Default Network</title>
|
||||||
<orderedlist>
|
<orderedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Log in to the CloudPlatform UI as an administrator or end user.</para>
|
<para>Log in to the CloudPlatform UI as an administrator or end user.</para>
|
||||||
|
|||||||
@ -19,19 +19,18 @@
|
|||||||
under the License.
|
under the License.
|
||||||
-->
|
-->
|
||||||
<section id="add-remove-nic">
|
<section id="add-remove-nic">
|
||||||
<title>Reconfiguring Physical Networks in VMs</title>
|
<title>Reconfiguring Networks in VMs</title>
|
||||||
<para>&PRODUCT; provides you the ability to move VMs between networks and reconfigure a VM's
|
<para>&PRODUCT; provides you the ability to move VMs between networks and reconfigure a VM's
|
||||||
network. You can remove a VM from a physical network and add to a new physical network. You can
|
network. You can remove a VM from a network and add to a new network. You can
|
||||||
also change the default physical network of a virtual machine. With this functionality, hybrid
|
also change the default network of a virtual machine. With this functionality, hybrid
|
||||||
or traditional server loads can be accommodated with ease. </para>
|
or traditional server loads can be accommodated with ease. </para>
|
||||||
<para>This feature is supported on XenServer and KVM hypervisors.</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
|
<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">
|
<section id="prereq-addnic">
|
||||||
<title>Prerequisites</title>
|
<title>Prerequisites</title>
|
||||||
<para>For adding or removing NICs to work, ensure that vm-tools are running on the
|
<para>For adding or removing NICs to work, ensure that vm-tools are running on the guest VMs on
|
||||||
guest VMs running on VMware hypervisor. If vm-tools are not present, running dhclient does not
|
VMware hypervisor.</para>
|
||||||
result in IPs getting assigned to the NICs.</para>
|
|
||||||
</section>
|
</section>
|
||||||
<section id="addnic">
|
<section id="addnic">
|
||||||
<title>addNicToVirtualMachine</title>
|
<title>addNicToVirtualMachine</title>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user