I would like to know can we able to connect 2 hosts to a single T3
storage? if yes how?
Thank You.
|
|
0
|
|
|
|
Reply
|
chandra_2000_us
|
6/12/2004 9:12:44 PM |
|
In article <480cb9d4.0406121312.66b83cee@posting.google.com>,
chandra_2000_us@yahoo.com (chan01) wrote:
> I would like to know can we able to connect 2 hosts to a single T3
> storage? if yes how?
Why? Unless you use a clustering solution on both hosts, only one host
will be able to mount the disks. If it's for quick failover, that's
still a clustering solution.
AFAIK, you buy 2 HBAs and put one in each system.
--
DeeDee, don't press that button! DeeDee! NO! Dee...
|
|
0
|
|
|
|
Reply
|
Michael
|
6/13/2004 12:45:55 AM
|
|
"Michael Vilain <vilain@spamcop.net>" wrote:
> In article <480cb9d4.0406121312.66b83cee@posting.google.com>,
> chandra_2000_us@yahoo.com (chan01) wrote:
>
>
>>I would like to know can we able to connect 2 hosts to a single T3
>>storage? if yes how?
> Why? Unless you use a clustering solution on both hosts, only one host
> will be able to mount the disks. If it's for quick failover, that's
> still a clustering solution.
> AFAIK, you buy 2 HBAs and put one in each system.
you can connect a single t3 brick to multiple hosts. If you
are not running a cluster (and I'm not including poor man's
cluster aka PMC) then that's fine, you just need to ensure
that you use lun masking of one sort or another to prevent
both hosts from seeing and trying to use the same lun.
make sure you get the latest controller and disk firmware
installed, and please, whatever you do, do NOT try to get
PMC going -- you'll cause yourself no end of headaches.
mcbofh
|
|
0
|
|
|
|
Reply
|
McBofh
|
6/13/2004 6:22:38 AM
|
|
In article <40CBF2AE.7010905@optusnet.com.au>,
McBofh <james.N0SPAm.mcpherson@optusnet.com.au> wrote:
> "Michael Vilain <vilain@spamcop.net>" wrote:
> > In article <480cb9d4.0406121312.66b83cee@posting.google.com>,
> > chandra_2000_us@yahoo.com (chan01) wrote:
> >
> >
> >>I would like to know can we able to connect 2 hosts to a single T3
> >>storage? if yes how?
> > Why? Unless you use a clustering solution on both hosts, only one host
> > will be able to mount the disks. If it's for quick failover, that's
> > still a clustering solution.
> > AFAIK, you buy 2 HBAs and put one in each system.
>
> you can connect a single t3 brick to multiple hosts. If you
> are not running a cluster (and I'm not including poor man's
> cluster aka PMC) then that's fine, you just need to ensure
> that you use lun masking of one sort or another to prevent
> both hosts from seeing and trying to use the same lun.
>
> make sure you get the latest controller and disk firmware
> installed, and please, whatever you do, do NOT try to get
> PMC going -- you'll cause yourself no end of headaches.
You've described essentially a mini-SAN, with different LUNs mounted on
different hosts. That's great that the T3 can do this. But mounting
the same LUN on multiple machines still needs a clustering filesystem.
UFS won't allow it.
My mistake for thinking that's what they wanted in the original post.
They didn't say _why_ they wanted to connect the T3 to two systems. My
assumption was that they wanted to share the disks, which they didn't
say explicitly that.
--
DeeDee, don't press that button! DeeDee! NO! Dee...
|
|
0
|
|
|
|
Reply
|
Michael
|
6/13/2004 6:49:38 AM
|
|
chan01 <chandra_2000_us@yahoo.com> wrote:
> I would like to know can we able to connect 2 hosts to a single T3
> storage? if yes how?
>
yes you can, you will need an FC switch.
toomas
--
You always have the option of pitching baseballs at empty
spray paint cans in a cul-de-sac in a Cleveland suburb.
|
|
0
|
|
|
|
Reply
|
Toomas
|
6/13/2004 9:09:11 AM
|
|
"Michael wrote:
> You've described essentially a mini-SAN, with different LUNs mounted on
> different hosts. That's great that the T3 can do this. But mounting
> the same LUN on multiple machines still needs a clustering filesystem.
> UFS won't allow it.
UFS allows this but you will face data corruption unless you mount the
lun read-only from all hosts.
But just for curiosity. What is this "custering filesystem" you are
talking about?
Sami
--
..signature: No such file or directory
|
|
0
|
|
|
|
Reply
|
Sami
|
6/13/2004 8:54:37 PM
|
|
Toomas Soome wrote:
> chan01 <chandra_2000_us@yahoo.com> wrote:
>
>>I would like to know can we able to connect 2 hosts to a single T3
>>storage? if yes how?
>>
>
>
> yes you can, you will need an FC switch.
>
> toomas
Is that a supported configuration? Our SE stated that the
T3[A-B] is only supported with a single host attachment. Sounds
like our SE is confused?
|
|
0
|
|
|
|
Reply
|
Matty
|
6/14/2004 1:38:27 AM
|
|
In article <dhrup1-ns2.ln1@mankeli.baana.suomi.net>,
Sami Ketola <Sami.Ketola@iki.finland.invalid> wrote:
> "Michael wrote:
> > You've described essentially a mini-SAN, with different LUNs mounted on
> > different hosts. That's great that the T3 can do this. But mounting
> > the same LUN on multiple machines still needs a clustering filesystem.
> > UFS won't allow it.
>
> UFS allows this but you will face data corruption unless you mount the
> lun read-only from all hosts.
>
> But just for curiosity. What is this "custering filesystem" you are
> talking about?
>
> Sami
QFS and SUN Cluster Filesystem. There are other filesystems besides UFS
that coordinate access of files by locking or other means. VMS had this
in the 1980's.
--
DeeDee, don't press that button! DeeDee! NO! Dee...
|
|
0
|
|
|
|
Reply
|
Michael
|
6/14/2004 4:43:18 AM
|
|
Sami Ketola <Sami.Ketola@iki.finland.invalid> writes:
>"Michael wrote:
>> You've described essentially a mini-SAN, with different LUNs mounted on
>> different hosts. That's great that the T3 can do this. But mounting
>> the same LUN on multiple machines still needs a clustering filesystem.
>> UFS won't allow it.
>UFS allows this but you will face data corruption unless you mount the
>lun read-only from all hosts.
You will face panics *and* data corruption unless it mounted read-only
everywhere; UFS assumes that disks do not change under it so even if
there's just one writer the readers will face inconsistent data and
may produce garbage and/or panic.
Casper
--
Expressed in this posting are my opinions. They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth.
|
|
0
|
|
|
|
Reply
|
Casper
|
6/14/2004 8:41:23 AM
|
|
In article <Bf7zc.6954$aG5.631@bignews3.bellsouth.net>,
Matty <mattyml@bellsouth.net> wrote:
>Toomas Soome wrote:
>> chan01 <chandra_2000_us@yahoo.com> wrote:
>>
>>>I would like to know can we able to connect 2 hosts to a single T3
>>>storage? if yes how?
>> yes you can, you will need an FC switch.
>Is that a supported configuration? Our SE stated that the
>T3[A-B] is only supported with a single host attachment. Sounds
>like our SE is confused?
Well a T3 only has one host port per tray. If you need more you also
need a switch (or hub). This will not give you more than one host
attachment, rather you attach the switch. In the case of T3a I would not
recommend it since it doesn't support fabrics, while T3b does.
/wfr
Fredrik
--
Fredrik Lundholm
dol @ ce.chalmers.se
|
|
0
|
|
|
|
Reply
|
dol
|
6/14/2004 9:42:43 AM
|
|
On Mon, 14 Jun 2004 08:41:23 +0000, Casper H. S. Dik wrote:
> Sami Ketola <Sami.Ketola@iki.finland.invalid> writes:
>
>>"Michael wrote:
>>> You've described essentially a mini-SAN, with different LUNs mounted on
>>> different hosts. That's great that the T3 can do this. But mounting
>>> the same LUN on multiple machines still needs a clustering filesystem.
>>> UFS won't allow it.
>
>>UFS allows this but you will face data corruption unless you mount the
>>lun read-only from all hosts.
>
> You will face panics *and* data corruption unless it mounted read-only
> everywhere; UFS assumes that disks do not change under it so even if
> there's just one writer the readers will face inconsistent data and
> may produce garbage and/or panic.
>
> Casper
Well, i have a T3+ here with only one Lun, but 3 slices on it.
I mount the different slices on different workstartions.
No problem so far.
Rene
|
|
0
|
|
|
|
Reply
|
Rene
|
6/14/2004 2:16:14 PM
|
|
Casper H.S. Dik <Casper.Dik@sun.com> wrote:
> You will face panics *and* data corruption unless it mounted read-only
> everywhere; UFS assumes that disks do not change under it so even if
> there's just one writer the readers will face inconsistent data and
> may produce garbage and/or panic.
That's what I was talking about. You should be safe if you mount
the Shared UFS filesystem read-only everywhere.
Sami
--
..signature: No such file or directory
|
|
0
|
|
|
|
Reply
|
Sami
|
6/14/2004 8:03:55 PM
|
|
|
11 Replies
341 Views
(page loaded in 0.11 seconds)
Similiar Articles: can we connect 2 sun servers to one T3 storage ? - comp.unix ...I would like to know can we able to connect 2 hosts to a single T3 storage? if yes how? Thank You. ... T3 Storage refused telnet connection - comp.unix.solaris ...TELNET CONNECTION CLOSED - comp.unix.programmer telnet - Connection closed by foreign host ... can we connect 2 sun servers to one T3 storage ? - comp.unix ... ssh ... ssh_exchange_identification: Connection closed by remote host ...can we connect 2 sun servers to one T3 storage ? - comp.unix ... T3 Storage refused telnet connection - comp.unix.solaris ... FTP ... to one T3 storage ? - comp.unix ... Cluster, shared LUN, and multi-host filesystems - comp.unix ...can we connect 2 sun servers to one T3 storage ? - comp.unix ... Cluster, shared LUN, and multi-host filesystems - comp.unix ... can we connect 2 sun servers to one T3 ... FTP: lost connection while transfering multiple files - comp.unix ...can we connect 2 sun servers to one T3 storage ? - comp.unix ... FTP: lost connection while transfering multiple files - comp.unix ... T3 Storage refused telnet connection ... telnet - Connection closed by foreign host - comp.unix.solaris ...can we connect 2 sun servers to one T3 storage ? - comp.unix ... I connected this machine (ice1) to my other server ... T3 Storage refused telnet connection ... Volume not found - comp.unix.solariscan we connect 2 sun servers to one T3 storage ? - comp.unix ... Volume not found - comp.unix.solaris... boot and install servers etc. If we can ... for free on the Sun ... 7-zip switches - comp.compressioncan we connect 2 sun servers to one T3 storage ? - comp.unix ... 7-zip switches - comp.compression can we connect 2 sun servers to one T3 storage ? - comp.unix ..... will ... Eudora 7.1.0.9 on windows 7 connection closed by foreign host ...can we connect 2 sun servers to one T3 storage ? - comp.unix ... 11 Replies 154 Views (0.304 seconds) Tweet ... ssh_exchange_identification: Connection closed by remote ... How can I determine the maximum simultaneous FTP connections a ...can we connect 2 sun servers to one T3 storage ? - comp.unix ... > AFAIK, you buy 2 HBAs and put one in each system. you can ... > UFS won't allow it. Symantec NetBackup 7.1 release update - comp.os.vmsSupport for 7.0, 7.0.1 and 7.1 master and media servers. 2. ... dka100:[000000...] %NBU-I-CONNECT ... 10 and Netbackup Enterprise Server 6.5 - comp.sys.sun ... Why was the hub faster than the switch? - comp.dcom.xdsl ...can we connect 2 sun servers to one T3 storage ? - comp.unix ... If you need more you also need a switch (or hub). This will not give you more than one host attachment ... comp.unix.solaris - page 23... the storage using 2... pparissi (1) ... SUN web site , T3 supports 73GB and 181Gb disk , but not 146GB ,we have been using 146GB FC-AL with our SUN servers ... cant connect ... ssh_exchange_identification: Connection closed by remote host ...There was an usual incident where user can't get to this server via ... Connection closed by remote host ... T3 Storage ... unable to connect to mysql via ssh tunnel - comp ... Disk I/O - comp.unix.solaris... hardware raid 5 on each t3, then raid 0 filesystem across both luns) Can any ... anyone got any idea on how we can ... Collecting IOPS on solaris server & storage - comp.sys.sun ... can we connect 2 sun servers to one T3 storage ? - comp.unix ...I would like to know can we able to connect 2 hosts to a single T3 storage? if yes how? Thank You. ... T3 Storage refused telnet connection - comp.unix.solaris ...TELNET CONNECTION CLOSED - comp.unix.programmer telnet - Connection closed by foreign host ... can we connect 2 sun servers to one T3 storage ? - comp.unix ... ssh ... 7/22/2012 2:48:35 PM
|