- Disk enhancements for DVD boot support, User SCSI command (USCSICMD) input/output control pass-through and disk reset support, multihost (MHD) disks, disk DevID support, and format(1M) command fixes incl. support for unformatted vDisks.
- Improved Volume Manager support – you can now export a volume as a full disk and install on it.
- Network improvements include support to use physical trunk devices for external connectivity.
- Support for interrupt statistics reporting in guest domains using intrstat(1M)
- Solaris Cluster software support in guest domains. (PreReq: LDom Manager 1.0.3, S10U5+patches).
- XML format produced by the 'ldm ls-constraints -x' command now conforms to the new version 3 (v3) specification. (See Eric's blog for more info.)
Tuesday May 20, 2008
Thursday Sep 27, 2007
In order to enable networking between the domains and the service domain, the LDoms 1.0 Admin guide (pg 42) recommends users to unplumb the physical adapter; and plumb the vSwitch instead. In order for this to function correctly, the LDoms vSwitch will need to be assigned the same MAC address as that of the physical adapter. This workaround is only necessary when the vSwitch is plumbed as a network device, and enable it to receive packets from the external network. A patch to address this issue is in the works and will be released soon.
The issue is also documented in the LDoms 1.0.1 release notes.
Wednesday Aug 08, 2007
Wednesday Jul 18, 2007
Thursday Jun 28, 2007
Tuesday Jun 19, 2007
This configuration was implemented on a T2000 with files exported as vDisks, and two vNet devices connected to vSwitch services on the two service domains. A simple chess program and disk benchmark was run on the LDom (ldg1) to generate load. Subsequently, the primary service domain was rebooted triggering a failover to the alternate service domain. Note the very slight pause in the domain's operation at the time of failover. Also note that, the pings to primary service domain stall and then resume during reboot. In a subsequent blog I will post step-by-step instructions for setting up the configuration described here.
NOTE: The ability to soft reset a PCI-E leaf or failover to an alternate service domain is not part of LDoms 1.0 and will require running LDoms release 1.0.1 or higher.
Sunday May 20, 2007
LDoms virtual device support comprises of devices and services through which IO functionality is provided to all logical domains by proxying the capabilities of a physical device. The current LDoms virtual IO functionality includes support for virtual networking, disk, and console along with their corresponding proxy servers. It also includes a general purpose infrastructure for inter-domain communication called Logical Domain Channels (LDC).
The virtual network support is implemented using two components, the virtual network and switch device. The virtual network (vnet) device is an simple Ethernet device, that communicates with other vnet devices in the system via the virtual switch and/or directly using a point-to-point connection. The virtual switch (vsw) device functions as both a layer-2 network switch and a (de)mux for packets sent/received through the physical network adapter. The virtual switch classifies incoming packets on the basis of target vNet MAC addr and switches the packets to the appropriate vnet device. Similarly it acts as the forwarding agent for all packets originating from the vNets and destined to clients outside the box.
The virtual disk infrastructure provides all logical domains access to block-level storage, though a virtual disk that is backed by a real disk, disk volume or file that is a physical resource of another domain i.e. the service domain. Though the virtual disks (vdc) appear as regular disks in the client domain, the corresponding physical disk is owned and exported by the virtual disk service (vds) running on the service domain. Using a simple request/response mechanism, the client virtual disk forwards all its disk requests to the virtual disk server, and passes back to its filesystem the response it receives from the server.
In addition to the disk and network infrastructure, the console IO from all domains except primary domain is redirected to the service domain instead of the system's service processor. The service domain acts as a concentrator for all console traffic and exports console access to domain users via Unix sockets. A service domain providing console services consists of two components: a virtual console concentrator (vcc) driver and the virtual NTS daemon (vntsd).
Finally, the core infrastructure for communication between devices, services and clients in all domains is provided via Logical Domain Channels (LDC). The LDC functionality consists of support both in the Hypervisor and Solaris, and is used to send small messages or share regions of memory between the logical domains.
Please refer to the LDoms Administration and Beginners guides for more information and examples on using virtual IO. In future blogs I will discuss common virtual IO tips, tricks and gotchas.
Friday Apr 27, 2007
Thursday Mar 15, 2007
The term was coined in 1999, and today Webster’s dictionary defines a blog as a “diary; a personal chronological log of thoughts published on a Web page.” More importantly, it says that blogs are “typically updated daily” and that “blogs often reflect the personality of the author.”
I have been planning to start blogging to document my adventures in the world of computing, both work and personal; a forum where I will share my technical and not so technical endeavours. And ofcourse, the primary goal still being; a blog to share information about my experiences with Sun products, some common gotchas and what I do at Sun.
So what do I do: I currently work on the Logical Domains (LDoms) project that brings virtualization support to Sun's Cool Threads servers. Traditionally on large computer systems, users dimension their systems to handle different load conditions by partitioning their hardware into smaller machines. Even though hardware partitions provide good isolation, it can at times result in under utilization of partition resources. Logical Domains allows users to dimension resources in a system by abstracting the underlying compute and IO resources. The Logical Domaining technology is built upon a platform virtualization software layer referred to as the 'Hypervisor'. This layer abstracts the harware detail of a machine from its operating systems. I currently lead a small team of developers working on the virtualization of IO resources like storage and networking in an LDoms environment. This team is part of a larger team responsible for implementing all the components needed as part of the entire LDoms software stack.
Although LDoms has not been officially released yet, code for LDoms has been available in both OpenSolaris and Solaris S10U3 releases since last year. The initial LDoms release is targeted at Sun's T1000 and T2000 platforms; and an early access version is available for download. Preliminary information about LDoms can also be obtained by reading the following LDoms Blueprint document.
I hope this first introductory blog gives everyone a preview of what I do at Sun and a quick overview of what is LDoms. In subsequent posts I will talk more about LDoms, IO virtualization and other fun stuff.
This blog copyright 2008 by narayan
