3ware management software installation

Status
Not open for further replies.

filloweb

Cadet
Joined
Jan 10, 2014
Messages
2
Hi all.

I try to install 3dm software for freenas but I can't use it after reboot.

Code:
[root@nas03] /mnt/RAID5/freebsd/freebsd# mount -uw /
[root@nas03] /mnt/RAID5/freebsd/freebsd# ./install.sh --install
...
3DM2 supports two modes of operation.
-------------------------------------
0 - 3DM2 with WEB interface
1 - 3DM2 Error/Event Logger only
 
Which version of 3DM would you like configured? (0|1)
0
 
*** 3DM2 selected. ***
 
*** Installing 3DM2 and CLI ***
 
 
Press 'Enter Key' to continue with installation or Control C to exit.
 
Removing old installation files from /tmp/3ware... /tmp/3ware/3dm2.conf
/tmp/3ware/6x/3dm2.x86
/tmp/3ware/6x/3dm2.x86_64
/tmp/3ware/6x
/tmp/3ware/7x/3dm2.x86
/tmp/3ware/7x/3dm2.x86_64
/tmp/3ware/7x
/tmp/3ware/license.txt
/tmp/3ware/logo.gif
/tmp/3ware/OpenSSL.txt
/tmp/3ware/tdm2
/tmp/3ware/tdm2Help.tgz
/tmp/3ware/tdm2Msg.tgz
/tmp/3ware/tw_cli.8.html
/tmp/3ware/tw_cli.8.nroff
/tmp/3ware/tw_cli.x86
/tmp/3ware/tw_cli.x86_64
/tmp/3ware
done.
 
Creating installation tmp directory /tmp/3ware... done.
 
Extracting installation files to /tmp/3ware... done.
 
Changing directory to /tmp/3ware to continue installation done.
 
******************************************
**** Installing 3DM2 files for x86_64
******************************************
 
Copying install.sh to /opt/3ware... done.
Installing 3dm2 binary to /opt/3ware/3DM2... done.
Setting runtime permissions for /opt/3ware/3DM2/3dm2... done.
Installing 3dm2 message files to /opt/3ware/3DM2/msg... done.
Installing 3dm2 help files to /opt/3ware/3DM2/help... done.
Installing 3dm2 configuration file to /etc/3dm2... done.
Installing 3dm2 logo file to /etc/3dm2... done.
Installing /etc/rc.d/tdm2 script... done.
Setting runtime permissions for /etc/rc.d/tdm2... done.
 
******************************************
**** Installing CLI files for x86_64
******************************************
 
Installing CLI binary to /opt/3ware/CLI/tw_cli... done.
Setting runtime permissions for /opt/3ware/CLI/tw_cli... done.
Installing CLI html help to /opt/3ware/CLI... done.
Installing CLI man page to /usr/share/man/man8... done.
 
***************************************
**** Configuring CLI & 3DM2
***************************************
 
Removing old /usr/sbin/3dm2 symbolic link... done.
Creating /usr/sbin/3dm2 symbolic link to /opt/3ware/3DM2/3dm2... done.
Removing old /usr/sbin/tw_cli symbolic link... done.
Creating /usr/sbin/tw_cli symbolic link to /opt/3ware/CLI/tw_cli... done.
Setting runtime permissions for /etc/3dm2/3dm2.conf... done.
 
***************************************
**** Finishing Installation
***************************************
 
 
*** Starting 3DM2 using configuration found in /etc/3dm2/3dm2.conf ***
Starting tdm2.
 
Cleaning up installation files....
 
Removing working directory /tmp/3ware
./3ware/3dm2.conf
./3ware/6x/3dm2.x86
./3ware/6x/3dm2.x86_64
./3ware/6x
./3ware/7x/3dm2.x86
./3ware/7x/3dm2.x86_64
./3ware/7x
./3ware/license.txt
./3ware/logo.gif
./3ware/OpenSSL.txt
./3ware/tdm2
./3ware/tdm2Help.tgz
./3ware/tdm2Msg.tgz
./3ware/tw_cli.8.html
./3ware/tw_cli.8.nroff
./3ware/tw_cli.x86
./3ware/tw_cli.x86_64
./3ware
 
Installation complete, press 'Enter Key' to continue.


After reboot I can't log into web interface: https://nas03:888

Could you help me?

Thanks a lot.
filloweb
 
D

dlavigne

Guest
Is your controller not covered by the built-in twe driver?
 

filloweb

Cadet
Joined
Jan 10, 2014
Messages
2
Hi.

I can use tw_cli without any problem but I want to use the web interface if possible.
 
D

dlavigne

Guest
In that case, your best bet would be to create a feature request at bugs.freenas.org so that it can be included in the base. Post the issue number here.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
I tried to add the 3ware GUI. In short, it doesn't work without some work. What you are doing is a bad idea on top of it because:

1. There's very little free space on the USB stick's partitions, so installing more software is just a bad idea(how many times do we have to tell people this is not even remotely a good idea?)
2. The GUI shouldn't be necessary for hardware that is appropriate for ZFS. (You should be setting up the controller as jbod and then never logging into it again. Just yesterday I had to recover someone's pool because they went into their Adaptec interface and changed some settings).
3. If I remember correctly it caused major problems for the FreeNAS WebGUI.

In short, I'm not seeing what you are trying to gain from this adventure except to have extra knobs and bells to look at, and nothing in there isn't available from the smartctl and monitored by FreeNAS if properly setup. So going into those settings is completely unnecessary, dangerous, and redundant.
 
Status
Not open for further replies.
Top