Displaying 20 results from an estimated 224 matches for "cciss".
2007 Jul 14
1
Kernel panic in ext3:dx_probe, help needed
...r may not be ext3 related but I am trying to find any pointers
which might help me. I got a number of HP Proliant DL380 g5 with a P400
controller and also two qla2400 cards. The OS is RedHat EL4 U5 x86_64.
Every time during reboot these systems panic after the last umount and I
believe before the cciss driver is getting unloaded. The last messages I
am able to see are:
md: stopping all md devices.
md: md0 switched to read-only mode.
After this I get the panic, on other systems I believe the following
messages come (DL380 g4 with 6i controller):
cciss: stopping all cciss devices.
cciss: removin...
2009 Sep 30
2
PCI passthrough of cciss HBA
...whether I missed something:
We have a HP ML370G6 server with VT-x and VT-d enabled in the BIOS. It is
equipped with two Smart Array HBAs - one connected to the HDD array
(SmartArray P800) and one connected to an LTO tape drive (SmartArray
P212). Both controllers use the same driver on the dom0 (cciss).
dom0 OS = CentOS 5.3 Linux 2.6.18-164.el5xen x86_64
Xen = 3.4.1
My plan was to use PCI passthrough to give a domU unrestricted access to
the tape drive. However, I have been unable to get pciback to seize the
P212 controller at boot time.
Firstly, I modified the initrd to preload the pciback...
2012 Mar 06
0
mkinitrd doesn't know how to handle encrypted CCISS devices - RHEL5.4 and Xen4.1.2
...kernel /vmlinuz-2.6.18-164.el5 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.18-164.el5.img
Note :
I have tried with different option
module /vmlinuz-2.6.18.8-xen root=UUID="2e382823-1151-4231-9
module /vmlinuz-2.6.18.8-xen root=LABEL=/
module /vmlinuz-2.6.18.8-xen root=/dev/cciss/c0d0p3 ro nomodeset
console=tty0 console=ttyS0,115200n8
I have installed RHEL5.4 on HP SERVER DL380 - Processor E55042GHZ. I have
come across the bug with
subject " mkinitrd doesn''t know how to handle encrypted CCISS devices" but
still uable to solve the issue.
I have used mki...
2009 Apr 26
1
ext4 mount fails with "resize inode not valid" after a reboot
With kernel 2.6.30-rc2-git6 and prior I am having problems mounting
ext4 partitions after reboot.
A successful mount looks like this:
/dev/cciss/c0d0p8 on /squid-cache0 type ext4 (rw,noexec,nodev,noatime,data=writeback,errors=panic)
/dev/cciss/c0d0p9 on /squid-cache1 type ext4 (rw,noexec,nodev,noatime,data=writeback,errors=panic)
/dev/cciss/c0d0p10 on /squid-data type ext4 (rw,noexec,nodev,noatime,data=writeback,errors=panic)
Dmesg reports...
2013 Aug 01
0
CEEA-2013:1130 CentOS 5 cciss Update
...d 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
d2f886ac813ae8713a62a8f3d7f6c6ae6875fe5d8f37f47626bb5e1c9d70d03a kmod-cciss-PAE-3.6.28-2.el5_9.i686.rpm
f5162ef00e5a020b26633a866b90394725c5b1554158bd6059c16be4baacff2c kmod-cciss-xen-3.6.28-2.el5_9.i686.rpm
x86_64:
1d89cb721b501098db63e57b4a97c7c04767f177e07d917cccb58ee8...
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
2006 Apr 27
5
Xen 3.0.2 on AMD64 - and initrd fun :)
Mm, I have a big Quad-Opteron.. thing.. that I''m trying to get Xen onto.
I''ve used the 3.0.2 binary-install mode, updated menu.lst as per the
README, but I need an initrd which contains the HP cciss RAID driver,
and no Xen initrd image was installed into /boot.
Now I notice
xen-3.0.2-2-install/install/lib/modules/2.6.16-xen/kernel/drivers
/block/cciss.ko
But I can''t get this into an initrd; the Xen README suggests using
"mkinitrd -v -f --with=cciss" etc. but the versio...
2012 Mar 06
2
p2v with cciss failure
...er to Fedora 16 and finally got an XP with a
single SATA disk (sda) to work. I think that this means that the
current virt-p2v.iso just doesn't work with the packages that are
available on Centos 6 at the moment.
However, the machines that I currently need to actually migrate all
have cciss controllers of some sort in them. For testing I have two
very different servers with different controllers in them that both
use the cciss driver that fail to complete the transfer of the image.
Debug output is listed below, but doesn't give me any clues as to what
to look at next.
Mar...
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 is a guy that solved "the issue with the CCISS driver". I cou...
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(-)
dif...
2006 Oct 18
0
Is there a way to expand a formated ocfs2 partition without loosi ng the data on it?
...P ACU I expanded my existing RAID5 Array, I have now about 218,5
GB available.
But this is of course not reflected in my partition table. I had created 2
partitions on my drives, both formatted with ocfs2. I also run HP Mutlipath.
See the status here under:
[root@erasme ~]# fdisk -l
Disk /dev/cciss/c0d0: 36.4 GB, 36414750720 bytes
255 heads, 63 sectors/track, 4427 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/cciss/c0d0p1 * 1 13 104391 83 Linux
/dev/cciss/c0d0p2...
2005 Sep 28
3
DomU on SMP
Hi,
Im trying to set create a RHAS4 DomU on a HP proliant 360DL 4 processor SMP.
Since the xenified kernel that came with FC4 didnt work, I compiled a
xen-unstable enabled kernel for FC4. all was fine untill it gave me a
''unable to open an initial console''
I tried to make an initrd for my xen0 kern but it didnt work.
So I tried using the old initrd image that I had and Dom0
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 the community to have this
> published either in the release notes or on the...
2009 Jun 12
3
kickstart question
Hi all,
I have a kickstart file that works for /dev/sda.
I now need to detect an HP server and use /dev/cciss instead of hard
coded /dev/sda.
How can I detect what the name of the device is and use /dev/cciss and
not /dev/sda?
Jerry
2011 Aug 17
0
[PATCH node] cciss autoinstall fix
...$1"
+ local dm_dev
if [ -z "$dev" ]; then
return 1
@@ -90,15 +91,23 @@ translate_multipath_device() {
if [[ "$dev" =~ "/dev/mapper" ]]; then
echo "$dev"
return 0
- fi
+ elif [[ "$dev" =~ "/dev/cciss" ]]; then
+ #rename to cciss!device
+ dev2="cciss\!$(basename "$dev")"
+ dm_dev="/dev/$(basename $(ls -d /sys/block/$dev2/holders/dm* | head -n1))"
+ if [ -z "$dm_dev" ]; then
+ echo "$dev"
+ re...
2012 Nov 30
6
Illegal Opcode,the 2.
Hi to all,
from syslinux 4.06 and 5.00 pre 12 came the same dump.
Background: While trying to install syslinux on small (700 MB) FAT16 Partition on HP Server got Red Screen of Death with a register dump.
Illegal OpCode
EAX=00001F01 EBX=000001A4 ECX=00000000 EDX=00000019F
EBP=0000FBFA ESI=000007BE EDI=00000800
DS=0000 ES=0000 FS=0000 GS=0000
CS:EIP=0000:000083A6 SS:ESP=1000:0000AFF6
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 notes or on the Wiki.
On a sys...
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.
What can i do? Is this a know issue? Should i fil...
2009 Jan 09
0
PROBLEM: I/O stalls when running fstress against multi-device fs
...ng huge web-accessible
backtraces - please let me know if you''d like more information, etc.
Thanks,
Eric
commit: 755efdc3c4d3b42d5ffcef0f4d6e5b37ecd3bf21
uname -a: Linux bl465cb.lnx.usa.hp.com 2.6.28-btrfs-unstable #1 SMP Thu
Jan 8 14:34:46 EST 2009 x86_64 GNU/Linux
mounted as: /dev/cciss/c1d5 on /mnt type btrfs (rw)
btrfs-show:
Label: none uuid: 6c4ea7e8-1e68-4fb6-aa99-254a67ea81f2
Total devices 6 FS bytes used 4.09GB
devid 4 size 68.33GB used 3.00GB path /dev/cciss/c1d3
devid 1 size 68.33GB used 2.02GB path /dev/cciss/c1d0
devid 5 size 68.33GB used 2.01GB path /dev/...
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