search for: i86xpv

Displaying 20 results from an estimated 58 matches for "i86xpv".

Did you mean: i86pc
2008 May 19
3
How to build Xen with on-src-b79
...However, the nightly build did not produce xen.gz, and grepping nightly.log for "xen" didn''t show any build errors. When I searched the proto/root_i386 directory, produced as part of the build, for filenames containing the string "xen", this is what I saw: ./platform/i86xpv/kernel/drv/amd64/xenbus ./platform/i86xpv/kernel/drv/amd64/xencons ./platform/i86xpv/kernel/drv/xencons.conf ./platform/i86xpv/kernel/drv/xenbus ./platform/i86xpv/kernel/drv/xencons ./usr/platform/i86xpv/include/sys/xen_errno.h ./usr/platform/i86xpv/include/sys/xen_mmu.h ./usr/lib/devfsadm/linkmod/...
2007 Oct 09
4
dom0 boot panic after bfu to b75
After BFU-ing my system to b75 I ended up with a panicing system when booting into Xen: grub> #---------- ADDED BY BOOTADM - DO NOT EDIT ---------- grub> title Solaris on Xen grub> kernel$ /boot/$ISADIR/xen.gz grub> module$ /platform/i86xpv/kernel/$ISADIR/unix /platform/i86xpv/kernel/$ISADIR/unix -B console=ttyb grub> module$ /platform/i86pc/$ISADIR/boot_archive grub> #---------------------END BOOTADM-------------------- > SunOS Release 5.11 Version onnv-gate 64-bit > Copyright 1983-2007 Sun Microsystems, Inc. All rights...
2008 Mar 26
25
Failure to install SNV85 DomU at Xen 3.2 CentOS 5.1 Dom0 (64-bit)
...*********** Installation profile ************************ [root@ServerRHL51 vm]# cat snv85.install name = "Solaris85pvm" vcpus = 1 memory = "1024" kernel = "/usr/lib/xen-solaris/unix-85" ramdisk = "/usr/lib/xen-solaris/x86.miniroot-85" extra = "/platform/i86xpv/kernel/amd64/unix - nowin -B install_media=cdrom" disk = [''file:/usr/lib/xen-solaris/snv85.iso,6:cdrom,r'',''phy:/dev/sdb7,0,w''] vif = [''bridge=eth2''] on_shutdown = "destroy" on_reboot = "destroy" on_crash = "destroy&...
2009 Jun 02
4
OSOL 2009.06 as PV DomU at Xen 3.5 Ubuntu 9.04 Dom0 (2.6.30-rc6-tip)
Copied ramdisk and kernel to Dom0 root@ServerXen331:/mnt/home/boris/isos# cat copy.sh mount -o loop,ro os200906.iso /mnt cp /mnt/boot/x86.microroot /home/boris/solaris cp /mnt/platform/i86xpv/kernel/amd64/unix /home/boris/solaris Created profile like for osol 2008.11 root@ServerXen331:/mnt/home/boris/solaris# cat osol200906.install name = "sol0906" vcpus = 1 memory = "1024" kernel = "/home/boris/solaris/unix" ramdisk = "/home/boris/solaris/x86.mic...
2008 Jan 05
11
Help with booting dom0 on a Dell 2950
Hi, I have installed b_78 on a Dell 2950 and booting to bare metal works fine but when I try to boot using the grub entry Solaris xVM it will boot to the point where it displays the uname info and then just stays there. It will not boot past that point. I have enabled VT technology in the BIOS (but only after the installation). Where/what can I look at to trouble shoot this? I am new to xen and
2008 Nov 01
2
st devices not showing up in xvm
I have a Sony lib-162 tape library hooked up to an adaptec 39160 scsi controller. I''m running OpenSolaris / Indiana snv_98 with the CADP160 driver installed from a SXCE dvd (snv_99). When I boot without xvm, I can run "mt config" and see the configuration information for the first drive in the library. Under xvm, some scsi operations still work - I can access the changer, move
2008 Jul 22
2
Problems mounting ZFS after install
...;'file:/home/oshman/sol-nv-b93.iso,6:cdrom,r'', ''phy:/dev/sdb1,0,w'' ] vif = [ '''' ] kernel = ''/home/oshman/solaris/unix-66-0624-nd'' ramdisk = ''/home/oshman/solaris/x86.miniroot-66-0624-nd'' extra = ''/platform/i86xpv/kernel/unix - nowin -B install_media=cdrom'' Worked like a charm after a little troubleshooting. Post install config: [root@internetpowagroup oshman]# cat opensolaris name = ''solaris'' memory = ''512'' disk = [''phy:/dev/sdb1,0,w'' ] vif = [...
2008 Feb 12
4
xVM and VirtualBox
...ns fine on bare metal. Unfortunately the necessary driver does not load automatically in a xVM Dom0. It can be loaded manually but it looks like it does not work in a Dom0: bash-3.2# modinfo | grep vbox # this is a one time task: bash-3.2# cp /platform/i86pc/kernel/drv/amd64/vboxdrv /platform/i86xpv/kernel/drv/amd64 bash-3.2# modload /platform/i86xpv/kernel/drv/amd64/vboxdrv bash-3.2# modinfo | grep vbox 269 fffffffff85fa000 f230 268 1 vboxdrv (VirtualBox Driver) bash-3.2# VirtualBox & [1] 744 VirtualBox starts up but can not start a VirtualMachine because the vboxdrv driver doe...
2008 Jul 03
3
xm create fails with ''elf_xen_note_check: ERROR:''
Hi -- I''m getting this error even though I have correct DVD ISO image for snv_92. bash-3.2# uname -a SunOS stoakly2 5.11 snv_92 i86pc i386 i86xpv bash-3.2# xm create snv.py Using config file "./snv.py". Error: (2, ''Invalid kernel'', ''elf_xen_note_check: ERROR: Will only load images built for the generic loader or Linux images'') bash-3.2# cat snv.py memory = ''1024'' vcpus = 4 #...
2007 Jan 19
0
[PATCH] Update pygrub for new Solaris directory names
...grub @@ -503,7 +503,7 @@ def run_grub(file, entry, fs): # If nothing has been specified, look for a Solaris domU. If found, perform the # necessary tweaks. def sniff_solaris(fs, cfg): - if not fs.file_exists("/platform/i86xen/kernel/unix"): + if not fs.file_exists("/platform/i86xpv/kernel/unix"): return cfg # darned python @@ -516,10 +516,10 @@ def sniff_solaris(fs, cfg): longmode = True if not cfg["kernel"]: - cfg["kernel"] = "/platform/i86xen/kernel/unix" + cfg["kernel"] = &qu...
2008 Oct 27
7
Fujitsu Siemens PRIMERGY RX300
Hi all Opensolaris works perfectly, but I am not able to boot the xvm kernel on this hardware. I added the -k option in grub, but the system hangs before the hostname line without any debug info. I''ve tried snv from b94 to b99, with the same results. If I install Debian with xen kernel I am able to use pvm and hvm guests. What can I do ? thanks Giacomo -- This message posted from
2009 Jun 26
14
Unable to install Solaris 10 Update 7 Dom-U
uname -a SunOS i7 5.11 snv_114 i86pc i386 i86xpv The box is a core i7 with 6GB of RAM. The command virt-install --name 10u7 --ram 1024 --hvm --file /guests/10u7 --os-type=solaris os-variant=solaris10 --location /export/iso/sol-10-u7-ga-x86-dvd.iso get as far as opening the VNC client, when I select Solaris from grub, the OS starts to boot...
2009 Jul 01
14
can''t boot 2009.06 domU on Xen 3.4.1 / CentOS 5.3 dom0
I''ve got a CentOS 5.3 dom0 with Xen 3.4.1-rc5 (or so). I''ve tried the same stuff below with 3.4.0, no difference. I''m trying to install 2009.06 PV domU based on instructions from [1] and [2]. I can run the install fine, I can also get the kernel and boot archive (from [2]) after the install. But for the life of me I can''t get the installed domU to boot. If I
2008 Mar 17
4
VNC authentication failures to windows HVM
...d astring \''vnc\'' config/default-nic astring ''nge1'' but I get an authentication error whenever I try to connect to the console with ''vncviewer :0'' - I''m on the xvm host itself. other relevant data: SunOS xvm0 5.11 snv_83 i86pc i386 i86xpv What I really want is a way to set a null password for the VNC console if possible, since I don''t intend to allow remote connections, but instead will launch them with X over an ssh tunnel. Any ideas? cheers, Blake -- BLAKE IRVIN Systems Administrator irvin@vivisimo.com...
2009 Dec 07
9
Trying to Run OpenSolaris PV
...uid="e1ba32be-9789-d187-dc94-6cf25ea17d9e" memory=1024 vcpus=4 on_poweroff="destroy" on_reboot="restart" on_crash="destroy" localtime=0 kernel="/etc/xen/vm/osol-5.11-0.128a" ramdisk="/etc/xen/vm/osol-5.11-0.128a.boot" extra="/platform/i86xpv/kernel/amd64/unix - nowin -B install_media=cdrom" disk=[ ''file:/xenstore/nfs/ImageServer/disk0,0,w'', ''file:/xenstore/iso/Solaris/osol-dev-128a-ai-x86.iso,6:cdrom,r'', ] vif=[ ''mac=00:16:3e:11:be:de,bridge=xenbr30'', ] serial="pty"...
2007 Jul 23
12
GRUB, zfs-root + Xen: Error 16: Inconsistent filesystem structure
...39;ve tried to install snv66 + xen into an lzjb compressed zfs root filesystem. menu.lst entry for xen is: # ------------------------------------------------------------ title Solaris Nevada snv_66 X86 (xen dom0) root (,0,g) bootfs files/s11-root-xen kernel$ /boot/$ISADIR/xen.gz module$ /platform/i86xpv/kernel/$ISADIR/unix /platform/i86xpv/kernel/$ISADIR/uni x -B $ZFS-BOOTFS -vk module$ /platform/i86pc/$ISADIR/boot_archive # ------------------------------------------------------------ grub boot for xen crashes with the error message: Error 16: Inconsistent filesystem structure GRUB uses f...
2009 Jul 19
5
How to disable checksum offloading for OSOL DomU via kmdb at initial boot ?
Adding -kd to extra line drops me to kmdb :- root@ServerJaunty:/home/boris/nevada# xm create -c osol.install Using config file "./osol.install". Started domain osol.install (id=4) Loading kmdb... Welcome to kmdb Loaded modules: [ unix krtld genunix ] [0]> I want patch kernel like it happens when adding to /etc/system:- set xnf:xnf_cksum_offload = 0
2008 Jan 26
20
Solaris 10 HVM on Intel VT?
Can I run 8/07 fully virtualised on an Intel VT CPU (with a Linux Dom0)? I gave up on 11/06 because of real mode problems. If not, does anyone have an estimate of when this might be possible, if at all? Thanks - Evan
2007 Nov 09
2
live upgrade and xvm...
...nd try again. ERROR: Cannot make the boot environment. I only get this error if I''m booted with the xen kernel, and I workaround it by booting "regular" Solaris. My grub entry for xvm looks like this: title xvm_76 root (hd0,0,a) kernel$ /boot/$ISADIR/xen.gz module$ /platform/i86xpv/kernel/$ISADIR/unix /platform/i86xpv/kernel/$ISADIR/unix -k module$ /platform/i86pc/$ISADIR/boot_archive The problem seems to stem from the fact that the output of prtconf -v doesn''t contain a line with ''biosdev'' if booted under xvm, which is why lumake works on regul...
2007 Dec 05
1
Failed boot of xVM on an AMD Turion 64 X2 TL-52 based laptop (with 4GB RAM) ...
Hello: I successfully installed Solaris10 nv77 x86 on my Compaq NX6325 laptop with the following specs: - Mobile AMD Turion 64 X2 TL-52 (dual core 64bit). - 4GB RAM. The installation destination was an external 120GB USB 2.0 drive. I was able to successfully boot into regular Solaris, but not into xVM Solaris. Meaning, after highlighting the xVM menu item and pressing enter, the screen turns