Re: Adding dasd to Red Hat, mkinitrd problem

2009-09-14 Thread Sue Sivets
Thank you Robert. I learned 2 things from your note, 1st. I can use $(uname -r) instead of typing the kernel version, and 2nd, there's a typo in the mkinitrd sample command in the RedHat manual I was working from. Your command worked like a champ. Thank you so much. Thank you Mark, you were

Re: Adding dasd to Red Hat, mkinitrd problem

2009-09-10 Thread Shawn Wells
On 09/09/2009 03:29 PM, Sue Sivets wrote: I'm trying to add 2 new mini disks to Redhat 5.3, and I've now reached the point where I'm going nowhere fast. The dasd are online, and mounted, I've updated both fstab and modprobe.conf, and I've renamed the initrd img file according to the RedHat

Re: Adding dasd to Red Hat, mkinitrd problem

2009-09-10 Thread Sterling James
(ex: mkinitrd /boot/initrd-2.2.5-15.img 2.2.5-15) How do I get the new dasd added to this RedHat system? Thanks to anyone who can help. Check out http://kbase.redhat.com/faq/docs/DOC-2404, How do I add a new DASD to a Red Hat Enterprise Linux guest in z/VM (IBM's virtualization

Re: Adding dasd to Red Hat, mkinitrd problem

2009-09-10 Thread Brad Hinson
Sterling James wrote: (ex: mkinitrd /boot/initrd-2.2.5-15.img 2.2.5-15) How do I get the new dasd added to this RedHat system? Thanks to anyone who can help. Check out http://kbase.redhat.com/faq/docs/DOC-2404, How do I add a new DASD to a Red Hat Enterprise Linux guest in z/VM (IBM's

Re: Adding dasd to Red Hat, mkinitrd problem

2009-09-10 Thread John Summerfield
Brad Hinson wrote: Sterling James wrote: (ex: mkinitrd /boot/initrd-2.2.5-15.img 2.2.5-15) How do I get the new dasd added to this RedHat system? Thanks to anyone who can help. Check out http://kbase.redhat.com/faq/docs/DOC-2404, How do I add a new DASD to a Red Hat Enterprise Linux

Adding dasd to Red Hat, mkinitrd problem

2009-09-09 Thread Sue Sivets
I'm trying to add 2 new mini disks to Redhat 5.3, and I've now reached the point where I'm going nowhere fast. The dasd are online, and mounted, I've updated both fstab and modprobe.conf, and I've renamed the initrd img file according to the RedHat Installation Guide. When I try to run mkinitrd,

Re: Adding dasd to Red Hat, mkinitrd problem

2009-09-09 Thread RPN01
The command we use is the following, if you're remaking your current system: mkinitrd -v -f initrd-$(uname -r).img $(uname -r) Don't know if this will help -- Robert P. Nix Mayo Foundation.~. RO-OE-5-55 200 First Street SW/V\ 507-284-0844

Re: Adding dasd to Red Hat, mkinitrd problem

2009-09-09 Thread Mark Post
On 9/9/2009 at 4:22 PM, RPN01 nix.rob...@mayo.edu wrote: The command we use is the following, if you're remaking your current system: mkinitrd -v -f initrd-$(uname -r).img $(uname -r) Don't know if this will help I think it will. It looks like the last parameter she's been typing