QuicksearchPersonalCategories |
Friday, March 19. 2010Updated 3dm2/CLI packages from 3WareTrackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
Thanks for biulding these packages. I've installed this package on an Ubuntu Intrepid box with a 3Ware 9690SA. I enabled remote access, opened a port in my firewall and started 3dm2. I can see it running, but I don't get any response - browsers just say the connection was dropped. If I telnet into the port from localhost (or remotely) it doesn't connect.
I tried the original 3Ware version 9.5.3 and it did the same. netstat doesn't list anything on port 888 at all. In both versions I've tried 'Logger 1' in the config file, but I can't find where it logs (it's not the same place as the tw_mgmt.log). The 3ware knowledge base isn't much help here either! tw_cli works fine. Any ideas?
Please check if your first network interface (eth0) has got an proper IP configured.
You need to ensure that you're using https instead of http when you connect. Since you're connecting on a non-standard port, web browsers can only assume you want straight http unless you tell them otherwise.
Make sure you go to https://:888 and it should work fine.
Works like a charm, thanks!
However, a typo in 'man 3dm2': s/Remove/Remote/ Remove access is disabled for security reasons (change RemoveAccess 0’ to ’RemoveAcces 1’ to enable it and restart he 3dm2 daemon). Wouter |