1. Oracle VM Server for SPARC 软件概述
A. Oracle VM Server for SPARC 物理机到虚拟机转换工具
B. Oracle VM Server for SPARC Configuration Assistant
D. 将 XML 接口与 Logical Domains Manager 结合使用
默认情况下,会禁用系统中控制域与其他域之间的联网。要启用此功能,应将虚拟交换机设备配置为网络设备。虚拟交换机可以取代底层物理设备(在此示例中为 nxge0)作为主接口,或者配置为域中的附加网络接口。
注 - 请从控制域的控制台执行下列配置步骤,因为该过程可能会暂时中断与域的网络连接。
primary# ifconfig -a
primary# ifconfig vsw0 plumb
primary# /usr/sbin/dladm show-link | grep vsw vsw0 type: non-vlan mtu: 1500 device: vsw0
primary# ifconfig nxge0 down unplumb
如果使用静态 IP 地址配置网络,请对 vsw0 重用 nxge0 的 IP 地址和网络掩码。
primary# ifconfig vsw0 IP_of_nxge0 netmask netmask_of_nxge0 broadcast + up
如果使用 DHCP 配置网络,请为 vsw0 启用 DHCP。
primary# ifconfig vsw0 dhcp start
primary# mv /etc/hostname.nxge0 /etc/hostname.vsw0 primary# mv /etc/dhcp.nxge0 /etc/dhcp.vsw0
注 - 如有必要,也可以配置虚拟交换机和物理网络设备。这种情况下,需要像步骤 2 中一样激活 (plumb) 虚拟交换机,但不需要取消激活 (unplumb) 物理设备(跳过步骤 4)。然后,必须使用静态 IP 地址或动态 IP 地址配置虚拟交换机。可以从 DHCP 服务器获取动态 IP 地址。有关其他信息和这种情况的示例,请参见针对 NAT 和路由配置虚拟交换机和服务域。