**************
First session :-
**************
r...@opensolaris:~# virt-install -n VF12S -r 1024 -p --vnc --os-type=linux 
--os-variant=fedora11 \
>  -f /dev/zvol/dsk/tank02/guest -l http://192.168.1.34/f12 --debug
Fri, 18 Dec 2009 19:03:35 DEBUG    Using libvirt URI 'xen'
Fri, 18 Dec 2009 19:03:35 DEBUG    Requesting virt method 'xen'
Fri, 18 Dec 2009 19:03:35 DEBUG    Received virt method 'xen'
Fri, 18 Dec 2009 19:03:35 DEBUG    Hypervisor name is 'xen'
Fri, 18 Dec 2009 19:03:35 DEBUG    Setting size for existing storage to '21.0'
Fri, 18 Dec 2009 19:03:35 DEBUG    Detected storage as type 'block'
Fri, 18 Dec 2009 19:03:36 DEBUG    Could not open "/etc/sysconfig/keyboard" 
[Errno 2] No such file or directory: '/etc/sysconfig/keyboard'
Fri, 18 Dec 2009 19:03:36 DEBUG    Could not open "/etc/X11/xorg.conf": [Errno 
2] No such file or directory: '/etc/X11/xorg.conf' 
Fri, 18 Dec 2009 19:03:36 DEBUG    Did not parse any usable keymapping.
Fri, 18 Dec 2009 19:03:36 DEBUG    DistroInstaller location is a network source.


Starting install...
Fri, 18 Dec 2009 19:03:36 DEBUG    Attempting to detect distro:
Fri, 18 Dec 2009 19:03:36 DEBUG    Fetching URI: 
http://192.168.1.34/f12/.treeinfo
Fri, 18 Dec 2009 19:03:36 DEBUG    Saved file to 
/var/tmp/virtinst-.treeinfo.ZsYpGu
Retrieving file .treeinfo 100% |=========================| 1.2 kB    00:00     
Fri, 18 Dec 2009 19:03:36 DEBUG    Fetching URI: 
http://192.168.1.34/f12/images/pxeboot/vmlinuz
Fri, 18 Dec 2009 19:03:36 DEBUG    Saved file to 
/var/tmp/virtinst-vmlinuz.gJVAkE
Retrieving file vmlinuz.. 100% |=========================| 3.3 MB    00:00     
Fri, 18 Dec 2009 19:03:36 DEBUG    Fetching URI: 
http://192.168.1.34/f12/images/pxeboot/initrd.img
Retrieving file initrd.im  87% |=====================    |  20 MB    00:00 ETA 
Fri, 18 Dec 2009 19:03:37 DEBUG    Saved file to 
/var/tmp/virtinst-initrd.img.K6J5gU
Retrieving file initrd.im 100% |=========================|  22 MB    00:00     
Fri, 18 Dec 2009 19:03:37 DEBUG    Creating guest from:
<domain type='xen'>
  <name>VF12S</name>
  <currentMemory>1048576</currentMemory>
  <memory>1048576</memory>
  <uuid>31d31310-7f07-3e9d-a7cc-785d6a72b99f</uuid>
  <os>
    <type arch='i686'>linux</type>
    <kernel>/var/tmp/virtinst-vmlinuz.gJVAkE</kernel>
    <initrd>/var/tmp/virtinst-initrd.img.K6J5gU</initrd>
    <cmdline>method=http://192.168.1.34/f12</cmdline>
  </os>
<clock offset="utc"/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <distro>
    <type>linux</type>
    <variant>fedora11</variant>
  </distro>
  <vcpu>1</vcpu>
  <devices>
    <disk type='block' device='disk'>
      <source dev='/dev/zvol/dsk/tank02/guest'/>
      <target dev='xvda' bus='xen'/>
    </disk>
    <interface type='bridge'>
      <source bridge=''/>
      <mac address='00:16:36:24:8a:0b'/>
    </interface>
    <input type='mouse' bus='xen'/>
    <graphics type='vnc' port='-1' keymap='en-us'/>
  </devices>
</domain>

Creating domain...                                                 0 B 00:03 
Fri, 18 Dec 2009 19:03:40 DEBUG    Created guest, looking to see if it is 
running
Fri, 18 Dec 2009 19:03:40 DEBUG    Launching console callback
Fri, 18 Dec 2009 19:03:40 DEBUG    VNC Port: 5900; VNC host: localhost
Fri, 18 Dec 2009 19:03:40 DEBUG    Saving XML boot config:
<domain type='xen'>
  <name>VF12S</name>
  <currentMemory>1048576</currentMemory>
  <memory>1048576</memory>
  <uuid>31d31310-7f07-3e9d-a7cc-785d6a72b99f</uuid>
  <bootloader>/usr/lib/xen/bin/pygrub</bootloader>
<clock offset="utc"/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <distro>
    <type>linux</type>
    <variant>fedora11</variant>
  </distro>
  <vcpu>1</vcpu>
  <devices>
    <disk type='block' device='disk'>
      <source dev='/dev/zvol/dsk/tank02/guest'/>
      <target dev='xvda' bus='xen'/>
    </disk>
    <interface type='bridge'>
      <source bridge=''/>
      <mac address='00:16:36:24:8a:0b'/>
    </interface>
    <input type='mouse' bus='xen'/>
    <graphics type='vnc' port='-1' keymap='en-us'/>
  </devices>
</domain>


TigerVNC Viewer for X version 1.0.0
Copyright (C) 2002-2005 RealVNC Ltd.
Copyright (C) 2000-2006 TightVNC Group
Copyright (C) 2004-2009 Peter Astrand for Cendio AB
See http://www.tigervnc.org for information on TigerVNC.

Fri Dec 18 19:03:41 2009
 CConn:       connected to host localhost port 5900

Fri Dec 18 19:08:06 2009
 CConnection: Server supports RFB protocol version 3.8
 CConnection: Using RFB protocol version 3.8
 TXImage:     Using default colormap and visual, TrueColor, depth 24.
 CConn:       Using pixel format depth 24 (32bpp) little-endian rgb888
 CConn:       Using Tight encoding

******************
Second session :-
******************
r...@opensolaris:~# virsh console VF12S
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.31.5-127.fc12.x86_64 ([email protected]) 
(gcc version 4.4.2 20091027 (Red Hat 4.4.2-7) (GCC) ) #1 SMP Sat Nov 7 21:11:14 
EST 2009
Command line: method=http://192.168.1.34/f12
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
ACPI in unprivileged domain disabled
BIOS-provided physical RAM map:
 Xen: 0000000000000000 - 00000000000a0000 (usable)
 Xen: 00000000000a0000 - 0000000000100000 (reserved)
 Xen: 0000000000100000 - 0000000040000000 (usable)
DMI not present or invalid.
last_pfn = 0x40000 max_arch_pfn = 0x400000000
init_memory_mapping: 0000000000000000-0000000040000000
RAMDISK: 019ce000 - 04498000
No NUMA configuration found
Faking a node at 0000000000000000-0000000040000000
Bootmem setup node 0 0000000000000000-0000000040000000
  NODE_DATA [0000000000008000 - 000000000001dfff]
  bootmap [000000000001e000 -  0000000000025fff] pages 8
(7 early reserv69b000]

                        #6 [0000100000 - 00002d8000]          PGTABLE ==> 
[0000100000 - 00002d8000]

                                                                                
                   Zone PFN ranges:

   DMA      0x00000000 -> 0x00001000

                                      DMA32    0x00001000 -> 0x00100000

                                                                         Normal 
  0x00100000 -> 0x00100000

                                                                                
                          Movable zone start PFN for each node

                            early_node_map[2] active PFN ranges

                                                                   0: 
0x00000000 -> 0x000000a0

                                                                                
                  0: 0x00000100 -> 0x00040000

           SMP: Allowing 1 CPUs, 0 hotplug CPUs

                                               No local APIC present

                                                                    APIC: 
disable apic facility

                                                                                
               PM: Registered nosave memory: 00000000000a0000 - 
000000000010000Freeing SMP alternatives: 33k freed
ftrace: converting mcount calls to 0f 1f 44 00 00
ftrace: allocating 20852 entries in 82 pages
Brought up 1 CPUs
Booting paravirtualized kernel on Xen
Xen version: 3.4.2-xvm-debug (preserve-AD)
Grant table initialized
regulator: core version 0.5
Time: 165:165:165  Date: 165/165/65
NET: Registered protocol family 16
PCI: Fatal: No config space access function found
bio: create slab <bio-0> at 0
ACPI: Interpreter disabled.
xen_balloon: Initialising balloon driver.
vgaarb: loaded
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: System does not support PCI
PCI: System does not support PCI
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
pnp: PnP ACPI: disabled
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 43816k freed
platform rtc_cmos: registered platform RTC device (no PNP device found)
audit: initializing netlink socket (disabled)
type=2000 audit(1261152220.702:1): initialized
HugeTLB registered 2 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 2133
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Console: switching to colour frame buffer device 100x37
console [tty0] enabled
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
brd: module loaded
loop: module loaded
input: Macintosh mouse button emulation as /devices/virtual/input/input0
Fixed MDIO Bus: probed
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI)

VNC Console is up
-- 
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to