Ask a Question related to Sun Solaris, Design and Development.
-
Jim Watson #1
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
-
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... -
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,... -
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... -
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... -
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>... -
Elias #2
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
-
Jim Watson #3
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...with> Jim Watson wrote:
>> > I have "inherited" a project which the original integrators have dumpedeach> > not much info available. Basically the system is as follows:
> >
> > 5 solaris (2.6) hosts are connected through a 100Mb ethernet switch andthe> > 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 asdump to> > users have to aquire a large analogue signal, convert to digital andDoes> > 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.is by> > this mean that the only way the other terminals can see the "big" diskwill> > access across the ethernet and through the host running disksuite?, orsystem> > the other hosts "see" the stripe on the FC side?
> >
> > Ideally all data transfer would be across the FC. If I can prove theRAID> > to work I intend to get the finance deptartment to sanction an externalon> > controller for attaching to the JBOD and hence presenting a large drive>> > 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
-
sharona #4
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>...
Just one note Jim,> 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
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
-
Jim Watson #5
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...news:<bgeku4$igj$1@newsg1.svr.pol.co.uk>...> "Jim Watson" <watson@quattro666.freeserve.co.uk> wrote in messagewith> > I have "inherited" a project which the original integrators have dumpedeach> > not much info available. Basically the system is as follows:
> >
> > 5 solaris (2.6) hosts are connected through a 100Mb ethernet switch andthe> > 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 asdump to> > users have to aquire a large analogue signal, convert to digital andDoes> > 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.is by> > this mean that the only way the other terminals can see the "big" diskwill> > access across the ethernet and through the host running disksuite?, orsystem> > the other hosts "see" the stripe on the FC side?
> >
> > Ideally all data transfer would be across the FC. If I can prove theRAID> > to work I intend to get the finance deptartment to sanction an externalon> > controller for attaching to the JBOD and hence presenting a large drive>> > 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
-
Darren Dunham #6
Re: Fibre Channel Storage - Access by multiple hosts
Jim Watson <watson@quattro666.freeserve.co.uk> wrote:
> Elias,It's not access to the same file, its multiple mounts.> 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?
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.
As long as you're not using UFS, or as long as they're mounting> 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.
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
-
Anthony Mandic #7
Re: Fibre Channel Storage - Access by multiple hosts
sharona wrote:
Is that right? I am yet to observe this bizarre phenomena.> My personal experience with the JBODs is that they are crap. If one
> disk in the array goes south, the whole array is gone.
How were your JBODs configured?> 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!!
-am © 2003
Anthony Mandic Guest
-
sharona #8
Re: Fibre Channel Storage - Access by multiple hosts
Anthony Mandic <qu@hotmail.com> wrote in message news:<3F2C7C74.90F4F390@hotmail.com>...
Anthony, if you are using a JBOD on and Enterprise machine and have> 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.
>
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.
They were configured with ODS on Solaris 2.6.. I wasn't the person>> > 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?
>
who set this configuration up, just the one that got stuck with the
mess..
Sharon> -am © 2003sharona Guest
-
Anthony Mandic #9
Re: Fibre Channel Storage - Access by multiple hosts
sharona wrote:
If you mean the problems with the Vixel GBICs, yes, I've had> Anthony, if you are using a JBOD on and Enterprise machine and have> > Is that right? I am yet to observe this bizarre phenomena.
> >
> not dealt with jbic problems or a disk in the array going down, you
> are lucky indeed.
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?
I suppose I should ask what array model was it?> 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.
-am © 2003
Anthony Mandic Guest



Reply With Quote

