Re: 3ware Esclade 7006-2

2005-01-07 Thread Mike Tancsa
At 02:37 AM 07/01/2005, Justin England wrote:
- Original Message - From: Mike Tancsa [EMAIL PROTECTED]
To: Justin England [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Wednesday, January 05, 2005 8:19 PM
Subject: Re: 3ware Esclade 7006-2

On Mon, 3 Jan 2005 23:01:31 -0700, in sentex.lists.freebsd.questions
you wrote:
I have downloaded the CLI util and the 3dm2 web interface from 3ware.com 
and have been trouble getting them to work.
Its not totally obvious, but to connect to the 3dmd2, you need to talk
to it via https, not http. So if you have it on the default port of
888, try
https://127.0.0.1
and not
http://127.0.0.1

Thanks for the tip... but still didn't work.  I have set the port to 80, 
just to make sure it wasn't a browser issue

Use the default 888.  It seems to get confused occasionally when its not on 
that port (although I have a few RELENG_4 boxes on non standard ports that 
work fine). I have a couple of boxes running RELENG_5 on the 7xxx and 8xxx 
without issue with the 3dm2 daemon

What is the output of
# openssl s_client  -host 127.0.0.1 -port 888
Assuming you have it bound to all addresses and listening on the default 
port of 888.

Once connected, type GET / HTTP/1.0
You should see
GET / HTTP/1.0
HTTP/1.1 200 OK
Server: 3ware/2.0
Connection: close
Content-Type: text/html
Content-Length: 757
html
head
meta http-equiv=Pragma content=no-cache
script
var cur_controller = 0;
var cur_unit = -2;
var lastmessage = 
var who = 1;
function init()
{
  window.menu.document.location.replace(/menu.html);
  setTimeout(window.content.document.location.replace('/page0.html?c=0'), 
500);
}
/script
title3ware 3DM2 - ns6.recycle.net - Summary/title
/head
noscriptYou must enable JavaScript for 3DM2 to run properly/noscript
frameset frameborder=no rows=138,* onLoad=init()
  frame name=menu scrolling=no noresize src=/blank.html
  frame name=content src=/blank.html
  noframes
body
  pThis page uses frames, but your browser doesn't support them./p
/body
  /noframes
/frameset
/html
closed

---Mike
, but it still doesn't work. Again, anybody have any success running the 
3ware.com download of 3dm2 using a 7006-2 Esclade controller running the 
5.3-RELEASE twe driver?



Thanks,
Justin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 3ware Esclade 7006-2

2005-01-06 Thread Justin England
- Original Message - 
From: Mike Tancsa [EMAIL PROTECTED]
To: Justin England [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Wednesday, January 05, 2005 8:19 PM
Subject: Re: 3ware Esclade 7006-2


On Mon, 3 Jan 2005 23:01:31 -0700, in sentex.lists.freebsd.questions
you wrote:
I have downloaded the CLI util and the 3dm2 web interface from 3ware.com 
and have been trouble getting them to work.
Its not totally obvious, but to connect to the 3dmd2, you need to talk
to it via https, not http. So if you have it on the default port of
888, try
https://127.0.0.1
and not
http://127.0.0.1

Thanks for the tip... but still didn't work.  I have set the port to 80, 
just to make sure it wasn't a browser issue, but it still doesn't work. 
Again, anybody have any success running the 3ware.com download of 3dm2 using 
a 7006-2 Esclade controller running the 5.3-RELEASE twe driver?

Thanks,
Justin 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 3ware Esclade 7006-2

2005-01-05 Thread Justin England
- Original Message - 
From: Frederic Andres [EMAIL PROTECTED]
To: FreeBSD Questions freebsd-questions@freebsd.org
Cc: Justin England [EMAIL PROTECTED]
Sent: Wednesday, January 05, 2005 12:28 AM
Subject: Re: 3ware Esclade 7006-2


Hi,
My question is mainly on the driver though.  Which should I use?
The twe driver seems to be working as far as I have tested, but do
I need the driver downloaded from 3ware to get 3dm2 and the CLI to
work?  If so, what is the best way to install the driver as I am
using this array as the boot disk?
I have the same 3ware controller running on FreeBSD 5.2/5.2.1 and it
works very well.
I use the default drivers (twe) during the installation of FreeBSD.
Concerning the admin tools, I installed the port
/usr/ports/sysutils/3dm which provides an alert daemon and a web
interface to check hardward.
In addition, I downloaded the command line tool from 3ware website :
the cli program, version 7.7.1 for FreeBSD 4.8 Beta. (it works on
FreeBSD 5.2.x serie and should work on 5.3.x).
I am using the built-in twe driver and everything appears to be working 
great.  I also downloaded the CLI util from the 3ware site, and after a bit 
or experimenting with it, I have that working fine as well.

As for the 3dm util, when attempting to install from ports, this is what I 
get:

===  3dm-1.10.0.011_1,1 This port is obsolete and should not be used. 
Please visit the 3ware website (www.3ware.com) for a newer version of the 
3dm utility.

Well, I downloaded the latest 3dm util, but am unsuccessful it getting it to 
work.  It launches without errors, but when attempting to connect to it's 
web interface, nothing happens.  Telnet'ing directly to it's port (888 by 
default) and sending it a GET request produces no output, so I am assuming 
that it is not compatible with the 5.3 twe driver, although the CLI 
interface is.

Anybody been able to get the 3dm2 web interface, downloaded from 3ware.com, 
working with the twe driver that comes with 5.3-RELEASE?

Thanks,
Justin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 3ware Esclade 7006-2

2005-01-05 Thread Mike Tancsa
On Mon, 3 Jan 2005 23:01:31 -0700, in sentex.lists.freebsd.questions
you wrote:

I have downloaded the CLI util and the 3dm2 web interface from 3ware.com and 
have been trouble getting them to work.  

Its not totally obvious, but to connect to the 3dmd2, you need to talk
to it via https, not http. So if you have it on the default port of
888, try
https://127.0.0.1
and not
http://127.0.0.1




My question is mainly on the driver though.  Which should I use?  

The 3ware folk keep the driver in the source tree up to date. So use
it, not the one from the website.

---Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 3ware Esclade 7006-2

2005-01-04 Thread Frederic Andres
Hi,

 My question is mainly on the driver though.  Which should I use?
 The twe driver seems to be working as far as I have tested, but do
 I need the driver downloaded from 3ware to get 3dm2 and the CLI to
 work?  If so, what is the best way to install the driver as I am
 using this array as the boot disk?

I have the same 3ware controller running on FreeBSD 5.2/5.2.1 and it
works very well.

I use the default drivers (twe) during the installation of FreeBSD.

Concerning the admin tools, I installed the port
/usr/ports/sysutils/3dm which provides an alert daemon and a web
interface to check hardward.
In addition, I downloaded the command line tool from 3ware website :
the cli program, version 7.7.1 for FreeBSD 4.8 Beta. (it works on
FreeBSD 5.2.x serie and should work on 5.3.x).

I hope that it will help you,
Fred

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


3ware Esclade 7006-2

2005-01-03 Thread Justin England
I have just installed 5.3-RELEASE on an IBM eServer series x330 with the 
primary ATA controller being an Esclade 7006-2 with two drives in a RAID 1 
array.  I configured the array with the BIOS utilities, and when installing 5.3 
from the CD, it recognizes the array on the twe driver and everything seems to 
be working.

I have downloaded the CLI util and the 3dm2 web interface from 3ware.com and 
have been trouble getting them to work.  So far, it appears that the CLI seems 
to be working, although it has been reporting some strange errors, not on the 
array itself, but on the commands I have been testing.  As for the 3dm2 web 
interface, I can't seem to get anything working there.

My question is mainly on the driver though.  Which should I use?  The twe 
driver seems to be working as far as I have tested, but do I need the driver 
downloaded from 3ware to get 3dm2 and the CLI to work?  If so, what is the best 
way to install the driver as I am using this array as the boot disk?

Also, can anybody give me some hints and tips on using the 3ware card from 
experience?

Thanks,

Justin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]