Re: fcp disk under SUSE9

2009-03-11 Thread Robert J McCarthy
Mark,
  The following is in kernel for yhe INITRD_MODULES 
# This variable contains the list of modules to be added to the initial
# ramdisk by calling the script "mk_initrd"
# (like drivers for scsi-controllers, for lvm or reiserfs) #
INITRD_MODULES="jbd ext3"
Thank you,  Bob 

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Mark Post
Sent: Tuesday, March 10, 2009 12:58 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: fcp disk under SUSE9

>>> On 3/10/2009 at 10:34 AM, Robert J McCarthy
 wrote:

> Two additional pieces of information that I forget to mention. After 
> the SUSE 9 guest is re-IPLed, the volume group can most of the time be

> activated by entering a "vgchange -ay" command. Occassionally this 
> does not work and we have issue a "config" command that will rebuild 
> the links and then the "vgchange"

What do you have in /etc/sysconfig/kernel for the INITRD_MODULES
variable?


Mark Post


Re: fcp disk under SUSE9

2009-03-10 Thread Mark Post
>>> On 3/10/2009 at 10:34 AM, Robert J McCarthy  
>>> wrote:

> Two additional pieces of information that I forget to mention. After the
> SUSE 9 guest is re-IPLed, the volume group can most of the time be
> activated by entering a "vgchange -ay" command. Occassionally this does
> not work and we have issue a "config" command that will rebuild the
> links and then the "vgchange"

What do you have in /etc/sysconfig/kernel for the INITRD_MODULES variable?


Mark Post


Re: fcp disk under SUSE9

2009-03-10 Thread Robert J McCarthy
Two additional pieces of information that I forget to mention. After the
SUSE 9 guest is re-IPLed, the volume group can most of the time be
activated by entering a "vgchange -ay" command. Occassionally this does
not work and we have issue a "config" command that will rebuild the
links and then the "vgchange"
   Thanks,   Bob   

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Richard Troth
Sent: Friday, March 06, 2009 7:15 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: fcp disk under SUSE9

We use FCP with SLES 9 all the time.
Is your disk on two paths? If so, then you also need to have MPIO
installed and running. (multipathd and boot.multipath)


You ran mkinitrd and zipl, but did you notice if they were successful?
Is /boot on its own disk? Is it mounted RW? Is the underlying minidisk
RW?


You said that you have to define the vol group manually. That's how we
always do it: pvcreate, vgcreate (or vgextend), and lvcreate (or
lvextend).


I recommend that you NOT partition a SAN volume intended to be used as a
PV. (ie: pvcreate /dev/sda instead of pvcreate /dev/sda1) But I don't
think that is your problem. More inclined to think there is a hardware
problem, but how then does SLES 10 cope?


I hope this helps.







On 3/6/09, Robert J McCarthy  wrote:
> We are attempting to use zfcp scsi devices with SuSE 9 sp4 (linux on 
> z) We place a 10gb lun into a volume group.
> We have to manually create the volume groups since yast is not working

> for SUSE 9 (known issue) Once this procedue is completed, the disk is 
> recognized and can be used for read/write operation. The mount is 
> placed in fstab.
> After we reboot the machine nothing comes back (We perform mkintrd and

> zipl).
> We can manually re-define the volume group and the system will 
> recognize it again.
> There are occasions when the data is corrupted. Has anyone run into 
> issues attaching fcp disk to a volume group with SUSE 9 ? We have had 
> no problems utilizing fcp disk with SUSE 10.
>

--
Sent from Gmail for mobile | mobile.google.com

-- R;   <><

Q: Isn't filtering stupidity elitist?
A: Yes. Yes, it is. That's sort of the whole point.   -- Ortiz and Starr


Re: fcp disk under SUSE9

2009-03-10 Thread Robert J McCarthy
Richard and Mark,
   Thank you for your assistance. We have verified all of your
recommendations and re-defined the volume group per pvcreate, vgcreate,
and lvcreate. Once complete, the volume group is recognized and I is
used, in our case for Oracle user data. Our linux operating system and
Oracle binaries are on 3390 DASD and have no issues. We are still
experiencing the same issues when we re-IPL the linux guest. We don't
think that it is a hardware problem, since this is the same disk string
used for our SUSE 10 guests. Can you think of anything else that we
might have missed, particularily if it is unique to SUSE 9 (as opposed
to SUSE 10)
   Thank you,   Bob   

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Richard Troth
Sent: Friday, March 06, 2009 7:15 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: fcp disk under SUSE9

We use FCP with SLES 9 all the time.
Is your disk on two paths? If so, then you also need to have MPIO
installed and running. (multipathd and boot.multipath)


You ran mkinitrd and zipl, but did you notice if they were successful?
Is /boot on its own disk? Is it mounted RW? Is the underlying minidisk
RW?


You said that you have to define the vol group manually. That's how we
always do it: pvcreate, vgcreate (or vgextend), and lvcreate (or
lvextend).


I recommend that you NOT partition a SAN volume intended to be used as a
PV. (ie: pvcreate /dev/sda instead of pvcreate /dev/sda1) But I don't
think that is your problem. More inclined to think there is a hardware
problem, but how then does SLES 10 cope?


I hope this helps.







On 3/6/09, Robert J McCarthy  wrote:
> We are attempting to use zfcp scsi devices with SuSE 9 sp4 (linux on 
> z) We place a 10gb lun into a volume group.
> We have to manually create the volume groups since yast is not working

> for SUSE 9 (known issue) Once this procedue is completed, the disk is 
> recognized and can be used for read/write operation. The mount is 
> placed in fstab.
> After we reboot the machine nothing comes back (We perform mkintrd and

> zipl).
> We can manually re-define the volume group and the system will 
> recognize it again.
> There are occasions when the data is corrupted. Has anyone run into 
> issues attaching fcp disk to a volume group with SUSE 9 ? We have had 
> no problems utilizing fcp disk with SUSE 10.
>

--
Sent from Gmail for mobile | mobile.google.com

-- R;   <><

Q: Isn't filtering stupidity elitist?
A: Yes. Yes, it is. That's sort of the whole point.   -- Ortiz and Starr


Re: fcp disk under SUSE9

2009-03-08 Thread Mark Post
>>> On 3/6/2009 at 11:15 AM, Robert J McCarthy 
>>> wrote: 
> We are attempting to use zfcp scsi devices with SuSE 9 sp4 (linux on z) 
> We place a 10gb lun into a volume group.
> We have to manually create the volume groups since yast is not working for 
> SUSE 9 (known issue)  
> Once this procedue is completed, the disk is recognized
> and can be used for read/write operation. The mount is placed in fstab. 
> After we reboot the machine nothing comes back (We perform mkintrd and 
> zipl). 

After you manually activated it, did you create the necessary hwcfg-zfcp-?? 
file in /etc/sysconfig/hardware ?


Mark Post


Re: fcp disk under SUSE9

2009-03-06 Thread Richard Troth
We use FCP with SLES 9 all the time.
Is your disk on two paths? If so, then you also need to have MPIO
installed and running. (multipathd and boot.multipath)


You ran mkinitrd and zipl, but did you notice if they were successful?
Is /boot on its own disk? Is it mounted RW? Is the underlying minidisk
RW?


You said that you have to define the vol group manually. That's how we
always do it: pvcreate, vgcreate (or vgextend), and lvcreate (or
lvextend).


I recommend that you NOT partition a SAN volume intended to be used as
a PV. (ie: pvcreate /dev/sda instead of pvcreate /dev/sda1) But I
don't think that is your problem. More inclined to think there is a
hardware problem, but how then does SLES 10 cope?


I hope this helps.







On 3/6/09, Robert J McCarthy  wrote:
> We are attempting to use zfcp scsi devices with SuSE 9 sp4 (linux on z)
> We place a 10gb lun into a volume group.
> We have to manually create the volume groups since yast is not working for
> SUSE 9 (known issue)
> Once this procedue is completed, the disk is recognized
> and can be used for read/write operation. The mount is placed in fstab.
> After we reboot the machine nothing comes back (We perform mkintrd and
> zipl).
> We can manually re-define the volume group and the system will recognize it
> again.
> There are occasions when the data is corrupted. Has anyone run into issues
> attaching fcp disk to a volume group with SUSE 9 ? We have had no problems
> utilizing
> fcp disk with SUSE 10.
>

-- 
Sent from Gmail for mobile | mobile.google.com

-- R;   <><

Q: Isn't filtering stupidity elitist?
A: Yes. Yes, it is. That's sort of the whole point.   -- Ortiz and Starr


fcp disk under SUSE9

2009-03-06 Thread Robert J McCarthy
We are attempting to use zfcp scsi devices with SuSE 9 sp4 (linux on z) 

We place a 10gb lun into a volume group.
We have to manually create the volume groups since yast is not working fo
r 
SUSE 9 (known issue)  
Once this procedue is completed, the disk is recognized
and can be used for read/write operation. The mount is placed in fstab. 

After we reboot the machine nothing comes back (We perform mkintrd and 

zipl). 
We can manually re-define the volume group and the system will recognize 
it 
again.
There are occasions when the data is corrupted. Has anyone run into issue
s 
attaching fcp disk to a volume group with SUSE 9 ? We have had no problem
s 
utilizing
fcp disk with SUSE 10.