Fibre Channel Storage - Access by multiple hosts

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default Fibre Channel Storage - Access by multiple hosts

    I have "inherited" a project which the original integrators have dumped with
    not much info available. Basically the system is as follows:

    5 solaris (2.6) hosts are connected through a 100Mb ethernet switch and each
    also has a Fibre Channel (FC) HBA connected through a FC switch.

    Each host requires access to a FC storage system ( JBOD -10x36GB). This
    JBOD should have been ideally a 320GB RAID, or even a large stripe as the
    users have to aquire a large analogue signal, convert to digital and dump to
    storage before analyzing.

    I can use disksuite to create the RAID/stripe (probably stripe until a
    hardware FC RAID controller is purchased). My main concern is that the
    software stripe would have to be exported for use by the other users. Does
    this mean that the only way the other terminals can see the "big" disk is by
    access across the ethernet and through the host running disksuite?, or will
    the other hosts "see" the stripe on the FC side?

    Ideally all data transfer would be across the FC. If I can prove the system
    to work I intend to get the finance deptartment to sanction an external RAID
    controller for attaching to the JBOD and hence presenting a large drive on
    the FC.

    Apologies if I have made any glaring goofs on my interpretation of
    Fibre-Channel, I was only introduced to it 48 hours ago!


    Jim Watson


    Jim Watson Guest

  2. Similar Questions and Discussions

    1. Restrict Access with multiple variables..?
      Hi / using ASP/Access/Vb Is it possible to setup restrict access to a page based on several variables like this; 1. MM_Username 2. Recordset...
    2. Same /etc/hosts File On Multiple Systems
      Hi, I have about 6 or so *nix systems. Some are Linux and some are Solaris. Can I define _one_ /etc/hosts file and put it on every system? Or,...
    3. Multiple IP Addresses For Same Host in /etc/hosts
      Hi, Can you have more than one address associated with a single host name in the /etc/hosts file? Will it cause any problems? For example, if...
    4. config file: a) what Module ? b) conditionals in config (for multiple hosts)
      Hi, a) I am looking for a module to handle config files. There are a number of these modules, like AppCconig. Any consensus about The Right...
    5. One solution containing multiple projects and multiple hosts
      Can anyone help? jsausten@hotmail.com (Stephen Miller) wrote in message news:<cdb404de.0306160645.428f9f46@posting.google.com>...
  3. #2

    Default Re: Fibre Channel Storage - Access by multiple hosts

    Jim Watson wrote:
    > I have "inherited" a project which the original integrators have dumped with
    > not much info available. Basically the system is as follows:
    >
    > 5 solaris (2.6) hosts are connected through a 100Mb ethernet switch and each
    > also has a Fibre Channel (FC) HBA connected through a FC switch.
    >
    > Each host requires access to a FC storage system ( JBOD -10x36GB). This
    > JBOD should have been ideally a 320GB RAID, or even a large stripe as the
    > users have to aquire a large analogue signal, convert to digital and dump to
    > storage before analyzing.
    >
    > I can use disksuite to create the RAID/stripe (probably stripe until a
    > hardware FC RAID controller is purchased). My main concern is that the
    > software stripe would have to be exported for use by the other users. Does
    > this mean that the only way the other terminals can see the "big" disk is by
    > access across the ethernet and through the host running disksuite?, or will
    > the other hosts "see" the stripe on the FC side?
    >
    > Ideally all data transfer would be across the FC. If I can prove the system
    > to work I intend to get the finance deptartment to sanction an external RAID
    > controller for attaching to the JBOD and hence presenting a large drive on
    > the FC.
    >
    > Apologies if I have made any glaring goofs on my interpretation of
    > Fibre-Channel, I was only introduced to it 48 hours ago!
    >
    >
    > Jim Watson
    >
    >

    You'll need QFS in order to do what you want through FC. And to
    upgrade to Solaris 8 or 9 in order to use QFS.

    [url]http://www.sun.com/storage/software/performance/[/url]

    Elias

    Elias Guest

  4. #3

    Default Re: Fibre Channel Storage - Access by multiple hosts

    Elias,

    Taking the multiple access to a single file out of the equation(major point
    of QFS) , do you know if, as it currently stands, the disksuite stripe will
    be accessible from the Fibre Channel to other hosts?

    There is not a requirement for multiple users to acccess the same file at
    the same time. If I letf diskuite out of it and present the 10x36GB JBOD on
    the fibre-channel, other hosts can access files on the 10 disks as the disks
    are treated just like an attached SCSI disk to each machine. Fron my
    original post you can see that I have a requirement to present a larger disk
    than the 10 independent disks.

    Ideally I would like to automount a large RAID/stripe on bootup of the
    workstation. I'm just concerned that using disksuite is going to require
    access to the "disksuite host" through the ethernet connection. I don't
    know if a fibre-channel daemon will intercept the request for the virtual
    disk and transfer the data through FC or not.


    "Elias" <nospam@charter.net> wrote in message
    news:vim0poev9e7q76@corp.supernews.com...
    > Jim Watson wrote:
    >
    > > I have "inherited" a project which the original integrators have dumped
    with
    > > not much info available. Basically the system is as follows:
    > >
    > > 5 solaris (2.6) hosts are connected through a 100Mb ethernet switch and
    each
    > > also has a Fibre Channel (FC) HBA connected through a FC switch.
    > >
    > > Each host requires access to a FC storage system ( JBOD -10x36GB). This
    > > JBOD should have been ideally a 320GB RAID, or even a large stripe as
    the
    > > users have to aquire a large analogue signal, convert to digital and
    dump to
    > > storage before analyzing.
    > >
    > > I can use disksuite to create the RAID/stripe (probably stripe until a
    > > hardware FC RAID controller is purchased). My main concern is that the
    > > software stripe would have to be exported for use by the other users.
    Does
    > > this mean that the only way the other terminals can see the "big" disk
    is by
    > > access across the ethernet and through the host running disksuite?, or
    will
    > > the other hosts "see" the stripe on the FC side?
    > >
    > > Ideally all data transfer would be across the FC. If I can prove the
    system
    > > to work I intend to get the finance deptartment to sanction an external
    RAID
    > > controller for attaching to the JBOD and hence presenting a large drive
    on
    > > the FC.
    > >
    > > Apologies if I have made any glaring goofs on my interpretation of
    > > Fibre-Channel, I was only introduced to it 48 hours ago!
    > >
    > >
    > > Jim Watson
    > >
    > >
    >
    >
    > You'll need QFS in order to do what you want through FC. And to
    > upgrade to Solaris 8 or 9 in order to use QFS.
    >
    > [url]http://www.sun.com/storage/software/performance/[/url]
    >
    > Elias
    >

    Jim Watson Guest

  5. #4

    Default Re: Fibre Channel Storage - Access by multiple hosts

    "Jim Watson" <watson@quattro666.freeserve.co.uk> wrote in message news:<bgeku4$igj$1@newsg1.svr.pol.co.uk>...
    > I have "inherited" a project which the original integrators have dumped with
    > not much info available. Basically the system is as follows:
    >
    > 5 solaris (2.6) hosts are connected through a 100Mb ethernet switch and each
    > also has a Fibre Channel (FC) HBA connected through a FC switch.
    >
    > Each host requires access to a FC storage system ( JBOD -10x36GB). This
    > JBOD should have been ideally a 320GB RAID, or even a large stripe as the
    > users have to aquire a large analogue signal, convert to digital and dump to
    > storage before analyzing.
    >
    > I can use disksuite to create the RAID/stripe (probably stripe until a
    > hardware FC RAID controller is purchased). My main concern is that the
    > software stripe would have to be exported for use by the other users. Does
    > this mean that the only way the other terminals can see the "big" disk is by
    > access across the ethernet and through the host running disksuite?, or will
    > the other hosts "see" the stripe on the FC side?
    >
    > Ideally all data transfer would be across the FC. If I can prove the system
    > to work I intend to get the finance deptartment to sanction an external RAID
    > controller for attaching to the JBOD and hence presenting a large drive on
    > the FC.
    >
    > Apologies if I have made any glaring goofs on my interpretation of
    > Fibre-Channel, I was only introduced to it 48 hours ago!
    >
    >
    > Jim Watson
    Just one note Jim,

    My personal experience with the JBODs is that they are crap. If one
    disk in the array goes south, the whole array is gone. We replaced
    all of our JBODs with EMC's disk arrays with hot swapable disks.
    Believe me, restoring that amount of data is a real pain.. Better to
    have the hot swapable disks!!

    Sharona
    sharona Guest

  6. #5

    Default Re: Fibre Channel Storage - Access by multiple hosts

    Sharona,

    I understand your comments, my way of thinking at the moment is to use
    disksuite to provide the stripe as the software RAID would probably be too
    slow. If I can prove the concept at no extra cost then I will be in a
    better position to get the finance deptartment to agree to shelling out for
    what they should have bought in the first place.

    This project started 4 years ago and was only recently installed. As I
    don't have any experience in fibre-channel, I am hoping that this thread
    will result in somebody confirming the working of the stripe through
    disksuite. Ultimately, I see the hardware external RAID controller as they
    way forward, at the least cost, given the equipment available already. It
    is unlikely that the users (there are only 5 analysts involved) will need to
    access the same files. Therefore file locking is not a major issue.


    "sharona" <sallan1055@aol.com> wrote in message
    news:7191cfcb.0308020303.426ae86f@posting.google.c om...
    > "Jim Watson" <watson@quattro666.freeserve.co.uk> wrote in message
    news:<bgeku4$igj$1@newsg1.svr.pol.co.uk>...
    > > I have "inherited" a project which the original integrators have dumped
    with
    > > not much info available. Basically the system is as follows:
    > >
    > > 5 solaris (2.6) hosts are connected through a 100Mb ethernet switch and
    each
    > > also has a Fibre Channel (FC) HBA connected through a FC switch.
    > >
    > > Each host requires access to a FC storage system ( JBOD -10x36GB). This
    > > JBOD should have been ideally a 320GB RAID, or even a large stripe as
    the
    > > users have to aquire a large analogue signal, convert to digital and
    dump to
    > > storage before analyzing.
    > >
    > > I can use disksuite to create the RAID/stripe (probably stripe until a
    > > hardware FC RAID controller is purchased). My main concern is that the
    > > software stripe would have to be exported for use by the other users.
    Does
    > > this mean that the only way the other terminals can see the "big" disk
    is by
    > > access across the ethernet and through the host running disksuite?, or
    will
    > > the other hosts "see" the stripe on the FC side?
    > >
    > > Ideally all data transfer would be across the FC. If I can prove the
    system
    > > to work I intend to get the finance deptartment to sanction an external
    RAID
    > > controller for attaching to the JBOD and hence presenting a large drive
    on
    > > the FC.
    > >
    > > Apologies if I have made any glaring goofs on my interpretation of
    > > Fibre-Channel, I was only introduced to it 48 hours ago!
    > >
    > >
    > > Jim Watson
    >
    > Just one note Jim,
    >
    > My personal experience with the JBODs is that they are crap. If one
    > disk in the array goes south, the whole array is gone. We replaced
    > all of our JBODs with EMC's disk arrays with hot swapable disks.
    > Believe me, restoring that amount of data is a real pain.. Better to
    > have the hot swapable disks!!
    >
    > Sharona

    Jim Watson Guest

  7. #6

    Default Re: Fibre Channel Storage - Access by multiple hosts

    Jim Watson <watson@quattro666.freeserve.co.uk> wrote:
    > Elias,
    > Taking the multiple access to a single file out of the equation(major point
    > of QFS) , do you know if, as it currently stands, the disksuite stripe will
    > be accessible from the Fibre Channel to other hosts?
    It's not access to the same file, its multiple mounts.

    If you have a UFS or a normal VxFS filesystem on the storage, I don't
    care if it's SCSI, FiberChannel, or carrier pigeon, you can't mount it
    on more than one host at a time.

    This is fine if you want some sort of failover arrangement, but not if
    you want one host to update a filesystem and other machines to have
    access to it.

    Besides 'raw access' (say oracle or other databases), there are a number
    of commercial 'multi-access' filesystems.

    QFS
    Veritas Cluster Filesystem
    ADIC StorNext Filesystem.
    > There is not a requirement for multiple users to acccess the same file at
    > the same time. If I letf diskuite out of it and present the 10x36GB JBOD on
    > the fibre-channel, other hosts can access files on the 10 disks as the disks
    > are treated just like an attached SCSI disk to each machine.
    As long as you're not using UFS, or as long as they're mounting
    independent disks instead of all of them.

    Again, this has nothing to do with FiberChannel.

    --
    Darren Dunham [email]ddunham@taos.com[/email]
    Unix System Administrator Taos - The SysAdmin Company
    Got some Dr Pepper? San Francisco, CA bay area
    < This line left intentionally blank to confuse you. >
    Darren Dunham Guest

  8. #7

    Default Re: Fibre Channel Storage - Access by multiple hosts

    sharona wrote:
    > My personal experience with the JBODs is that they are crap. If one
    > disk in the array goes south, the whole array is gone.
    Is that right? I am yet to observe this bizarre phenomena.
    > We replaced
    > all of our JBODs with EMC's disk arrays with hot swapable disks.
    > Believe me, restoring that amount of data is a real pain.. Better to
    > have the hot swapable disks!!
    How were your JBODs configured?

    -am © 2003
    Anthony Mandic Guest

  9. #8

    Default Re: Fibre Channel Storage - Access by multiple hosts

    Anthony Mandic <qu@hotmail.com> wrote in message news:<3F2C7C74.90F4F390@hotmail.com>...
    > sharona wrote:
    >
    > > My personal experience with the JBODs is that they are crap. If one
    > > disk in the array goes south, the whole array is gone.
    >
    > Is that right? I am yet to observe this bizarre phenomena.
    >
    Anthony, if you are using a JBOD on and Enterprise machine and have
    not dealt with jbic problems or a disk in the array going down, you
    are lucky indeed.

    They are not hot swapable and I have personnaly spent hours restoring
    over 60gb of data to our JBOD array. Believe me it was no picnic.

    > > We replaced
    > > all of our JBODs with EMC's disk arrays with hot swapable disks.
    > > Believe me, restoring that amount of data is a real pain.. Better to
    > > have the hot swapable disks!!
    >
    > How were your JBODs configured?
    >
    They were configured with ODS on Solaris 2.6.. I wasn't the person
    who set this configuration up, just the one that got stuck with the
    mess..

    Sharon
    > -am © 2003
    sharona Guest

  10. #9

    Default Re: Fibre Channel Storage - Access by multiple hosts

    sharona wrote:
    > > Is that right? I am yet to observe this bizarre phenomena.
    > >
    > Anthony, if you are using a JBOD on and Enterprise machine and have
    > not dealt with jbic problems or a disk in the array going down, you
    > are lucky indeed.
    If you mean the problems with the Vixel GBICs, yes, I've had
    them replaced. Where possible I always try for more than one
    loop. As for the entire array going if one disk goes, would
    that be with one stripe set in the array?
    > They are not hot swapable and I have personnaly spent hours restoring
    > over 60gb of data to our JBOD array. Believe me it was no picnic.
    I suppose I should ask what array model was it?

    -am © 2003
    Anthony Mandic Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139