When the 3DM2 process is running in the background, you can log into the 3DM2 application pages using a browser.
Two levels of access are provided:
• Users can check the status of the controller, units, and attached drives.
• Administrators can check status, configure, and maintain the units and drives on the 3ware controller.
To log in to the 3DM2 web application, for FreeBSD, Linux, OpenSolaris, and Windows
1 Open your browser and enter the URL for your system.
The default URL is https://localhost:888/
If you are using Fedora Core 10, use https://127.0.0.1:888.
(Fedora Core 10 made changes that affected 3DM2.
https://localhost:888 can no longer be used in a web browser to access 3DM2. Other Linux distributions may also be affected.)
If remote access is enabled, you also can replace “localhost” with the IP address of the computer that contains the 3ware controller. For example:
https://<IP address>:888/.
2 The first time you start 3DM2, your browser might prompt you for a security certificate. If it does, accept the certificate.
For example, when using Windows Internet Explorer, you might see the message shown below. In this example, click View Certificate and accept the certificate so that you do not see the security message each time you start 3DM2.
Note: Administrator and User status in 3DM2 is not related to Administrator/User settings in the operating system.
Note:If you receive a Page Not Found message, make sure that you entered the URL correctly by specifying https, not http. If you did, 3DM2 might not be running in the background. You can start it manually. See, “Managing the 3DM2 Daemon under FreeBSD, Linux, Mac OS, OpenSolaris, and VMware” on page 49 or “Starting the 3DM2 Process under Microsoft Windows” on page 50.
Starting 3DM2 and Logging In
Figure 24. Security Certificate Message from Browser
(You also can click Yes or Continue, in which case you will see this message the next time you start 3DM2.)
If you are using a different browser, the steps to accept the certificate are different.
3 When the 3DM2 logon screen appears, select whether you are a User or Administrator.
4 Enter your password and click Login.
If you are logging in for the first time after installing 3DM2, the default password for both User and Administrator is 3ware.
To log in to the 3DM2 web application, for Mac OS
1 You can start the 3DM2 web application in one of the following ways:
• In the Finder, choose Applications >> LSI, and then double-click Connect to 3DM2.webarchive.
Your browser will open and go to the URL for 3DM2.
OR
• Open your browser and enter the URL for your system.
The default URL is https://localhost:888/
If remote access is enabled, you can also replace “localhost” with the Hostname or IP address of the computer that contains the 3ware controller. For example: https://<IP address>:888/
2 The first time you start 3DM2, your browser might prompt you for a security certificate. If it does, accept the certificate.
Note:If you forget the passwords, uninstalling and reinstalling 3DM2 resets the passwords to 3ware.
If you are using Mac OS, you might see the message shown below. In this example, click Show Certificate and accept the certificate so that you to not see the security message each time you start 3DM2.
Figure 25. Security Certificate Message from Safari Browser
(You also can click Yes or Continue, in which case you will see this message the next time you start 3DM2.)
3 When the 3DM2 logon screen appears, select whether you are a User or Administrator.
4 Enter your password and click Login.
If you are logging in for the first time after installing 3DM2, the default password for both User and Administrator is 3ware.
To log in to the 3DM2 web application, for VMware
For VMware you must login remotely, since there in no GUI installed on the host system. Use the IP address of the computer that contains the 3ware controller. For example: https://<IP address>:888/
Note:If you forget the passwords, uninstalling and reinstalling 3DM2 resets the passwords to 3ware.
Starting 3DM2 and Logging In
Managing the 3DM2 Daemon under FreeBSD, Linux, Mac OS, OpenSolaris, and VMware
3DM2 should start automatically after installation and upon bootup. If it does not, use the steps below to manage it.
To manage the 3DM2 daemon manually for FreeBSD 1 Login as root on the machine on which 3DM2 is installed.
2 Type:
/etc/rc.d/3dm2 start|stop|restart
To manage the 3DM2 daemon manually for Linux 1 Login as root on the machine on which 3DM2 is installed.
2 Type:
/etc/rc.d/init.d/tdm2 start|stop|restart or (some Linux versions use this directory instead):
/etc/rc.d/tdm2 start|stop|restart
To manage the 3DM2 daemon manually for Mac OS
You can restart 3DM2 by restarting your Mac. However, you can also manage the 3DM2 Daemon manually by using the steps below.
1 Check to see if the 3DM2 process is already running.
Open a Terminal window and type:
ps -ax | grep 3dm2 | grep -v grep
If 3DM2 is running, you will see it included on the output line that displays.
2 Stop the 3DM2 process so you can restart the process In a Terminal window and type:
sudo killall 3dm2
When prompted, enter your administrator password.
Wait for one minute or so before verifying that the process has been terminated. (It can take a couple of minutes for the process to be stopped) Verify that the process has been terminated by typing:
ps -ax | grep 3dm2 | grep -v grep The output line should not include 3DM2
If the process is still running, contact LSI/3ware Technical Support for assistance.
3 Start the 3DM2 process manually Open terminal window and type:
sudo /usr/sbin/3dm2
Enter your administrator password, when prompted for it.
The 3DM2 process starts
Open your browser and enter the URL for your system. The default URL is http://localhost:888/
You can also replace “locahost” with the IP address of the computer that contains the 3ware controller. For example:
http://<IP address>888/
To manage the 3DM2 daemon manually for OpenSolaris Consult OpenSolaris documentation for more information. OpenSolaris System Administrator Collection: http://docs.sun.com/app/docs/coll/47.24
To manage the 3DM2 daemon manually for VMware 1 Login as root on the machine on which 3DM2 is installed.
2 Type:
/etc/init.d/tdm2 start|stop|restart