Dell VMware ESX Server 3i Przewodnik Instalacji Strona 91

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 110
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 90
VMware, Inc. 91
Chapter 3 Installing and Configuring ESX Server on Blade Servers
3Create the bond. Using vi or a similar text editor, edit /etc/vmware/hwconfig and
add the following two lines to the end of the file, where x is a bond number from 0
to 9.
nicteam.vmnic0.team = “bond<x>”
nicteam.vmnic1.team = “bond<x>”
4Use the vmxnet_console module to give network access to the service console.
Using vi or a similar text editor, edit /etc/rc.local and add the following lines,
where x is the bond number you selected in step 3.
#vmxnet_console through bond<x>
/etc/rc.d/init.d/network stop
rmmod vmxnet_console
insmod vmxnet_console devName=bond<x>
/etc/init.d/network start
mount -a
5 Reboot ESX Server for your changes to take effect unless you are creating a VLAN
for the service console. See “Creating a VLAN with NIC Teaming for the Service
Console” on page 83.
Creating VLANs with NIC Teaming on Intel Blade Servers
System administrators use virtual LANs, or VLANs to increase performance and
security. VLANs also improve manageability and network tuning by defining
broadcast domains without the constraint of physical location.
You can create VLANs for the service console and the virtual machines.
Creating a VLAN with NIC Teaming for the Service Console
1 Create a bond between the two NICs as described in the previous section, “Using
NIC Teaming on Intel Blade Servers” on page 90. However, do not reboot ESX
Server at this time.
2Using vi or a similar text editor, edit /etc/rc.local and add the following lines to
the end of the file, where x is the bond number you selected and y is the VLAN tag
number (from 1 to 4095). These lines allow you to use the vmxnet_console module
to give network access through the bond to the service console.
#vmxnet_console through bond<x> VLAN<y>
/etc/rc.d/init.d/network stop
rmmod vmxnet_console
insmod vmxnet_console devName=”bond<x>.<y>”
/etc/init.d/network start
mount -a
Przeglądanie stron 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 ... 109 110

Komentarze do niniejszej Instrukcji

Brak uwag