similar to: iscsi boot xen0 initrd

Displaying 20 results from an estimated 2000 matches similar to: "iscsi boot xen0 initrd"

2004 Sep 30
1
RE: Loop and ENBD device management (was Re: Automation scripts)
> This should already be useful, at least for file-based disks. It''d be > nice to > have the ENBD script working and have some kind of iSCSI script at some > stage. For iSCSI, have a look at iscsi-init at sourceforge. http://iscsi-init.sourceforge.net. Load it as a module in an initrd and it uses some kernel parameters and automatically configures the network and then
2004 Oct 12
2
brctl troubles - more info
Just did a quick scan for that error message in the kernel source. Turns out it''s triggered in net/bridge/br_fdb.c:289. if (!is_valid_ether_addr(addr)) return -EADDRNOTAVAIL; Interestingly enough, it''s claiming that the mac addy isn''t any good! 8-( I''ll go add a printk line to that to see if I can determine what kind of data
2004 Oct 15
0
MAC address uniqueness
FWIW, I assign my MAC addresses as "FE:FD:XX:00:YY:ZZ" Where: XX = what xen does to MAC addresses (00 in xen0, 01 in xenU) YY = vmid (unique across all physical servers) ZZ = interface number in xenU (00 = eth0, 01 = eth1) Works for me! Someone asked about trying to find a duplicate MAC address on a network - it''s pretty hard to do as the whole idea is that MAC addresses are
2004 Oct 09
1
about memory alloc
Hi, I have a question, If I start 2 or more guest linux, does the physical memory of code segment and readonly data segment be reused? What''s the relationship between the physical memory and the number of guest os that can create? xiaofeng ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT
2004 Oct 14
3
atropos scheduler params
Hi folks, I''m trying to use the atropos scheduler with Xen. Couple of questions: - the scheduling param *has* to be specified at boot time right, or does Xen allow changing the scheduling scheme at run time?? - xm help atropos gives a very vague message at best, perhaps we could make it more elaborate: xm atropos DOM SLICE PERIOD LATENCY XTRATIME o is DOM the vm ID or the vm NAME (as
2004 Oct 18
3
potential bug in "xm atropos" implementation
>From tools/libxc/xc_atropos.c: int xc_atropos_domain_set(int xc_handle, u32 domid, u64 period, u64 slice, u64 latency, int xtratime) which takes 6 arguments >From tools/python/xen/xm/main.py: class ProgAtropos(Prog): <snip> def main(self, args): if len(args) != 5: self.err("%s: Invalid argument(s)" % args[0])
2004 Oct 12
3
Problem with VBD
Hi! $ xm create -n -f xmtest Using config file "xmtest". (vm (name testdomain) (memory 128) (image (linux (kernel /boot/vmlinuz-2.6.8-foo1-XenU) (ip :1.2.3.4:::tesmo:eth0:dhcp) (root ''/dev/xda1 ro'') (args 1) ) ) (device (vbd (uname phy:loop0) (dev xda1) (mode w))) (device (vif (mac
2004 Oct 19
3
NPTL/TLS "emulation" idea
Hi, Currently TLS wraparound segments are a problem in Xen, since the kernel needs to be protected by keeping the user space segments out of kernel space. A few weeks ago Roland, Jakub and myself brainstormed about this problem. One of the things that came up is that the positive (glibc private data) and -ve (TLS) data are not generally used at the same time. This lead to one of us (I
2004 Oct 01
6
xm list dropping domain?
I rebooted xenU from console (dom2) and exited (ctr-]). xm list does not report 2 anymore yet I can log into 2 via console and it is running just fine. Is this a bug? I''ll pull/rebuild and see what happens.. (this is xen-2.0, cset 1.1321.1.1, rh7.3 dom0/dom1) ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on
2004 Oct 21
1
hypervisor interface, XENd api
hi all, the link on the website seems to be broken. does anyone have the doc for the hypervisor interface and the xend api. thanks. deepak ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift
2012 May 31
0
iSCSI offload with Broadcom NetXtreme II BCM5709.
Hello all. We recently purchased HP Proliant DL380 G7 server and also a HP Lefthand P4500 G2 24TB iSCSI box. The server itself has Quad Ethernet based on the BCM5709 Chipset from Broadcom (NetXtreme II). My main question is about iSCSI offload mechanism, as iSCSI itself is pretty new to me but I have gotten a good hold on it tho. I have managed to setup and configured our Lefthand box into
2004 Oct 21
3
Problem booting Dom0
Hi, Thanks to everyone involved in the Xen project. I think it is great and can''t wait to get my hands dirty with it. In the meantime, I cannot boot Dom0 on an ibm x335 and I am not sure what the problem is. Any insights are welcome. Here is what my grub.conf file looks like: title Fedora Core (2.6.8-1.521) root (hd0,0) kernel /vmlinuz-2.6.8-1.521 ro root=/dev/sda9
2004 Dec 28
4
error: (XEN) Not enough memory for DOM0 memory reservation.
Dear list, I''m trying to get Xen working on a P3-600E with 320 MB RAM. (256+64) It has suse linux 9.1 installed on it, and I tried to get xen running with both the binary download from the xen pages and the suse xen packages mentioned on this list some days ago. Both ''install packages/kernels'' lead to the same error: (XEN) Not enough memory for DOM0 memory
2004 Sep 28
6
VM Remote access options
Just to error test my own thinking here, there seems to be the following options for remote graphical access to a running domian vm. Besides the normal network service via a port and a raw console, the options are straight X, VNC, and XN. X - supports a single X window running on a local XServer, tied to a single process on the remote system. No remote desktop VNC - comes in two flavors of
2009 Mar 25
0
CentOS won't shutdown ... or do anything else
I started to have problems similar to ones described in the past on this list but could not find any kind of resolution. I did an lsmod, a mount command, and for fun, did an strace on shutdown to see where it is hanging, and an ltrace as well. Any thoughts? Module Size Used by parport_pc 28033 0 lp 15661 0 parport 38153 2
2004 Aug 28
4
iSCSI root
As promised, here''s what I did to get iSCSI root running under XenU under Debian 3.1 (Sarge): Be running linux 2.6 under XenU. Build XenU with SCSI disk support (I did them as modules) Get linux-iscsi 4.0.1.8 from http://sourceforge.net/projects/linux-iscsi/ Build it according to the instructions there (i found it a bit tricky) and install under your XenU Get iscsi-init 4.0.1 from
2004 Nov 22
1
byg report : "console=com1" and "Unknown interrupt"
hello, I''m booting xen on iTuner over serial console. It seems to me that it is bug that unless I explictly specify "console=com1" I get unhelpfull message "Unknown Interrupt" and halt (infinite loop). sh-2.05b# /sbin/kexec -e Starting new kernel Unknown interrupt adding "console=com1" fixes this problem for me so I doubt it I''m going to look
2009 Apr 03
1
xen0 and xenU for linux-2.6.27-xen.hg
Hello, please can someone on the list point me to the right direction how to build xen0 and xenU kernels for linux-2.6.27-xen.hg? A make world KERNELS="linux-2.6-xen0 linux-2.6-xenU" leads me to the error: select-linux-arch: x86 select-linux-image: cannot determine Linux image to use for x86 in build-linux-2.6.27-xen0_x86_32 cp: missing destination file operand after
2006 Mar 17
0
Mount fails with EBUSY if running xen0 kernel
Hi, I''ve two SCSI disks attached to my system (Ubuntu Dapper). One is the system disk. The other one should be used for the guest images. My problem now is that I cannot mount /dev/sdb1 (ext3 fs) when booted with a xen0 kernel (2.6.12-xen0 as well as 2.6.16-xen0). Booting the normal Dapper kernel (2.6.15 no xen support) the disk mounts fine. strace mount /dev/sdb1 /images Shows:
2004 Sep 14
6
initrd / initramfs future
Hello, I would like to know if initrd is here to stay, now that klibc and initramfs are ready. As the multipath-tools maintainer, I'm facing the choice to 1) put the multipath configuration tool in the initrd * dynamic binary is possible * storage hba drivers as modules loaded * no klibc limitations (no mntent for libsysfs ...) 2) put the multipath configuration tool in the initramfs *