similar to: mkinitrd doesn't know how to handle encrypted CCISS devices - RHEL5.4 and Xen4.1.2

Displaying 20 results from an estimated 200 matches similar to: "mkinitrd doesn't know how to handle encrypted CCISS devices - RHEL5.4 and Xen4.1.2"

2010 May 17
1
Migrating file based Xen RHEL5.4 to KVM
On Mon, May 17, 2010 at 02:13:02AM +0200, Martin Jeppesen wrote: > I was wondering, if you can help me out with a answer or two about > migrating file based RHEL5.4 Xen guests to RHEL5.5 KVM? > > Reading the source code to virt-v2v, it seams to me that migrating > RHEL 5.4 file based guests would be: > > * Log in to the guest > # yum install kernel > # vi /etc/rc.local
2011 Jul 26
0
Kernel panic after xen 4.0.1 being installed in RHEL5.4. Help
HI guys: While I ran xen 4.0.1 in RHEL5.4 , an kernel panic were found that displayed as follow: PCI: Not using MMCONFIG. Red Hat nash version 5.1.19.6 starting IRQ handler type mismatch for IRQ 288 cciss: Unable to get irq 288 for cciss0 mount: could not find filesystem ''/dev/root'' setuproot: moving /dev failed: No such file or
2011 Sep 20
9
XL: pv guests dont reboot after migration (xen4.1.2-rc2-pre)
A pv guest will not reboot after migration, the guest itself does everything right, including the shutdown, but xl does not recreate the guest, it just shuts it down. This goes for 2.6.39 and 3.0.4 guest kernels, havent tried different ones. I also haven tried different xen versions. Dont know if this would affect hvm, probably not since qemu leaves the guest running and does a
2008 Aug 21
1
ext2online with 1k blocks not working
Hello, As a Virtuozzo users we have majority of our diskspace formatted with -i 1024 -b 1024. Lately I discovered that on CentOS 4.6 ext2online barfs when I try to grow such filesystem. Running it with -v -d, it prints lots of lines like: ext2online v1.1.18 - 2001/03/18 for EXT2FS 0.5b ext2online: 873646830 is a bad size for an ext2 fs! rounding down to 873644033 ... group NNN inode table has
2007 Sep 04
0
capture xen & dom0 serial output in HP ILO''s virtual serial port
Hey, Does anyone know how I can capture both Xen & Dom0 console output on a "Virtual Serial Port" from HP''s iLO (Integrated Lights-Out) interface? Plain linux is no problem, but combined with Xen it seems to go haywire :-) So far I''ve been combining options and the only thing that actually gave me some output (albeit only the Xen console, not dom0) was this:
2008 Feb 07
0
equota reporting wrong blocks
Hi Friends, I am running samba as domain member of AD 2k3 on Centos 4.4 . Quota of 2GB is set for each user but for one of the user quota or edquota is showing wrong blocks even though disk space occupied by that user is 809M. quota bhavesh.kumar Disk quotas for user bhavesh.kumar (uid 11254): Filesystem blocks quota limit grace files quota limit grace /dev/cciss/c0d0p5
2011 Sep 06
3
Quota fs (ignore mount)
Hi, I set "quota: fs:INBOX:noenforcing:mount=/var/spool/mail", but receive: "fs quota add storage dir = /home/pit/mail"... Why ? In fstab: /dev/mapper/mpath1p1 /var/spool/mail ext2 usrquota 0 0 In dovecot.log: Sep 06 15:02:00 pop3-login: Info: Login: user=<pit>, method=PLAIN, rip=192.168.3.10, lip=192.168.6.3, TLS Sep 06 15:02:00 POP3(pit): Info: Loading modules
2008 Feb 08
0
Re: discrepancy between what quota reports and what du reports
On Feb 7, 2008 4:31 PM, ankush grover <ankushcentos at gmail.com> wrote: > Hi Friends, > > > I am running samba as domain member of AD 2k3 on Centos 4.4 . Quota of > 2GB is set for each user but for one of the user quota or edquota is > showing wrong blocks even though disk space occupied by that user is > 809M. > > > quota bhavesh.kumar > Disk quotas for
2008 Feb 19
1
discrepancy between what quota reports and what du reports (second time post)
Hi Friends, I am running samba as domain member of AD 2k3 on Centos 4.4 . Quota of 2GB is set for each user but for 2-3 uers quota or edquota is showing wrong blocks even though disk space occupied by that user is very less than the quota specified for ex 810 MB. quota bhavesh.kumar Disk quotas for user bhavesh.kumar (uid 11254): Filesystem blocks quota limit grace files quota
2005 May 20
1
CCISS driver on HP DL380 G3 ?
Hi. I am trying to boot Xen 2.0.5 on an HP DL380 G3. It won''t. The box has an "HP Smart Array 5i" that when running normal Linux is handled by the CCISS driver. I suspect that this is what is not supported in the stock Xen kernel. Am I correct that I need to build a kernel from source ? According to http://lists.xensource.com/archives/html/xen-devel/2004-11/msg00709.html there
2005 Jul 21
2
cciss module - where is it in menuconfig?
Hi Can anyone help me find which option I need to activate to build the the xen0 kernel with cciss support? Thnaks for your help. Shaz _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Jan 31
0
Xen and cciss (Smart Array 5300)
Hi all, i have the same problem as in http://lists.xensource.com/archives/html/xen-users/2006-01/msg00458.html : I have tried to boot xen with cciss compiled in kernel and as module (with initramfs). The kernel hangs at the moment the cciss module is load. A vanilla kernel works without any problems (but of course, i want xen ;-) ) I am using gentoo with xen 3.0.2 and xen-sources-2.6.16.28-r2.
2009 Aug 05
0
[PATCH node] Provides a workaround for HP CCISS devices.
Since they do not present a block.device property via HAL, this patch goes directly to /dev/cciss/ and pulls together any devices found there. It ignores anything that ends with p# since those are partitions and not block devices. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- scripts/ovirt-config-storage | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff
2011 Aug 17
0
[PATCH node] cciss autoinstall fix
Signed-off-by: Mike Burns <mburns at redhat.com> --- scripts/ovirt-config-storage | 21 +++++++++++++++------ 1 files changed, 15 insertions(+), 6 deletions(-) diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage index c8fb049..46f7e19 100755 --- a/scripts/ovirt-config-storage +++ b/scripts/ovirt-config-storage @@ -83,6 +83,7 @@ get_multipath_deps() {
2015 Sep 28
0
cciss solution for CentOS 7
Greetings, ----- Original Message ----- > I've recently come across a thread in the CentOS forums [0] regarding > the solution to getting hardware requiring the cciss driver, such as HP > ProLiant G5 systems, to install and boot with CentOS 7. The thread was a > start in the right direction, but I believe I've determined a better > workflow and feel that it would benefit
2013 Aug 01
0
CEEA-2013:1130 CentOS 5 cciss Update
CentOS Errata and Enhancement Advisory 2013:1130 Upstream details at : https://rhn.redhat.com/errata/RHEA-2013-1130.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 31dfe744e171002bdc77819e73e9900aa039129d94f4ae36405d87a954292da0 kmod-cciss-3.6.28-2.el5_9.i686.rpm
2015 Sep 28
2
cciss solution for CentOS 7
I've recently come across a thread in the CentOS forums [0] regarding the solution to getting hardware requiring the cciss driver, such as HP ProLiant G5 systems, to install and boot with CentOS 7. The thread was a start in the right direction, but I believe I've determined a better workflow and feel that it would benefit the community to have this published either in the release
2010 Apr 30
3
Announce: Lustre 1.8.3 is available!
Hi all, Lustre 1.8.3 is available on the Sun Download Center Site. http://www.sun.com/software/products/lustre/get.jsp Our forwarding link has not yet been updated but should be shortly, so you can either find your way in through: http://www.sun.com/downloads/index.jsp?tab=2#L and look for Lustre 1.8.3 near the bottom of the "L" section. or
2010 Apr 30
3
Announce: Lustre 1.8.3 is available!
Hi all, Lustre 1.8.3 is available on the Sun Download Center Site. http://www.sun.com/software/products/lustre/get.jsp Our forwarding link has not yet been updated but should be shortly, so you can either find your way in through: http://www.sun.com/downloads/index.jsp?tab=2#L and look for Lustre 1.8.3 near the bottom of the "L" section. or
2008 Dec 24
6
Bug when using /dev/cciss/c0d2 as mdt/ost
I am trying to build lustre-1.6.6 against the pre-patched kernel downloaded from SUN. But as written in Operations manual, it creates rpms for 2.6.18-92.1.10.el5_lustrecustom. Is there a way to ask it not to append custom as extraversion. Running kernel is 2.6.18-92.1.10.el5_lustre.1.6.6smp. -- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced