3ware Esclade 7006-2

Mike Tancsa mike at sentex.net
Fri Jan 7 08:58:56 PST 2005


At 02:37 AM 07/01/2005, Justin England wrote:

>----- Original Message ----- From: "Mike Tancsa" <mike at sentex.net>
>To: "Justin England" <Justin at rapidcity.net>
>Cc: <freebsd-questions at 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>
<title>3ware 3DM2 - ns6.recycle.net - Summary</title>
</head>
<noscript>You 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>
       <p>This 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



More information about the freebsd-questions mailing list