JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle VM Server for SPARC 2.2 Administration Guide     Oracle VM Server for SPARC
search filter icon
search icon

Document Information

Preface

Part I Oracle VM Server for SPARC 2.2 Software

1.  Overview of the Oracle VM Server for SPARC Software

2.  Installing and Enabling Software

3.  Oracle VM Server for SPARC Security

4.  Setting Up Services and the Control Domain

Output Messages

Creating Default Services

How to Create Default Services

Initial Configuration of the Control Domain

How to Set Up the Control Domain

Rebooting to Use Logical Domains

How to Reboot

Enabling Networking Between the Control/Service Domain and Other Domains

How to Configure the Virtual Switch as the Primary Interface

Enabling the Virtual Network Terminal Server Daemon

How to Enable the Virtual Network Terminal Server Daemon

5.  Setting Up Guest Domains

6.  Setting Up I/O Domains

7.  Using Virtual Disks

8.  Using Virtual Networks

9.  Migrating Domains

10.  Managing Resources

11.  Managing Domain Configurations

12.  Performing Other Administration Tasks

Part II Optional Oracle VM Server for SPARC Software

13.  Oracle VM Server for SPARC Physical-to-Virtual Conversion Tool

14.  Oracle VM Server for SPARC Configuration Assistant (Oracle Solaris 10)

15.  Using the Oracle VM Server for SPARC Management Information Base Software

16.  Logical Domains Manager Discovery

17.  Using the XML Interface With the Logical Domains Manager

Glossary

Index

Enabling Networking Between the Control/Service Domain and Other Domains


Caution

Caution - This section only applies to the Oracle Solaris 10 system. Do not configure the vsw interface on the Oracle Solaris 11 system.


By default, networking between the control domain and other domains in the system is disabled. To enable this, the virtual switch device should be configured as a network device. The virtual switch can either replace the underlying physical device (nxge0 in this example) as the primary interface or be configured as an additional network interface in the domain.

Guest domains can automatically communicate with the control domain or service domain as long as the corresponding network back-end device is configured in the same virtual LAN or virtual network.


Note - Perform the following procedure from the control domain's console, as the procedure could temporarily disrupt network connectivity to the domain.


How to Configure the Virtual Switch as the Primary Interface


Note - If necessary, you can configure the virtual switch as well as the physical network device. In this case, create the virtual switch as in Step 2, and do not delete the physical device (skip Step 3). You must then configure the virtual switch with either a static IP address or a dynamic IP address. You can obtain a dynamic IP address from a DHCP server. For additional information and an example of this case, see Configuring a Virtual Switch and the Service Domain for NAT and Routing.


  1. Print the addressing information for all interfaces.
    primary# ifconfig -a
  2. Create the virtual switch.
    primary# ifconfig vsw0 plumb
  3. Delete the physical network device assigned to the virtual switch (net-dev).
    primary# ifconfig nxge0 down unplumb
  4. To migrate properties of the physical network device (nxge0) to the virtual switch device (vsw0), do one of the following:
    • If networking is configured by using a static IP address, reuse the IP address and netmask of nxge0 for the virtual switch.
      primary# ifconfig vsw0 IP-of-nxge0 netmask netmask-of-nxge0 broadcast + up
    • If networking is configured by using DHCP, enable DHCP for the virtual switch.
      primary# ifconfig vsw0 dhcp start
  5. Make the required configuration file modifications to make this change permanent.
    primary# mv /etc/hostname.nxge0 /etc/hostname.vsw0
    primary# mv /etc/dhcp.nxge0 /etc/dhcp.vsw0