Hi,
Earlier I got a tip on how to install and run DFM on an Ubuntu server instead of RedHat / SuSE (http://www.eigenmagic.com/2009/06/26/how-to-install-netapp-dfm-on-ubuntu/)
However, I would like to do the same thing with OnCommand Core, but the former DFM routine doesn't seem to work well at all. So, I wonder if someone else has manage to do the same thing with OnCommand Core and succeeded?
Thanks, /P
Hi,
On 2012-05-30 21:59, Fredrik Pettai wrote:
Earlier I got a tip on how to install and run DFM on an Ubuntu server instead of RedHat / SuSE (http://www.eigenmagic.com/2009/06/26/how-to-install-netapp-dfm-on-ubuntu/)
However, I would like to do the same thing with OnCommand Core, but the former DFM routine doesn't seem to work well at all. So, I wonder if someone else has manage to do the same thing with OnCommand Core and succeeded?
What kind of problem do you run into?
I know that the Sybase DB used by OnCommand Core isn't compatible with Linux kernels >= 3.0. You need to run the dfm commands with 'setarch --uname-2.6' to make it work (during install, at the command line, and in the init script as well).
Only Ubuntu Precise has a util-linux package that is current enough to support that option.
The same problem occurs on SLES11 SP2, btw. Only difference is that SLES provides a wrapper called 'uname26' which is symlinked to setarch and enables the '--uname-2.6' behaviour by default, so you can save yourself some typing.
Please note that both platforms (Ubuntu and SLES11 SP2) are not supported for OnCommand Core (last time I looked, anyway).
Regards, Oliver
Hi,
On May 30, 2012, at 22:49 , Oliver Brakmann wrote:
Hi,
On 2012-05-30 21:59, Fredrik Pettai wrote:
Earlier I got a tip on how to install and run DFM on an Ubuntu server instead of RedHat / SuSE (http://www.eigenmagic.com/2009/06/26/how-to-install-netapp-dfm-on-ubuntu/)
However, I would like to do the same thing with OnCommand Core, but the former DFM routine doesn't seem to work well at all. So, I wonder if someone else has manage to do the same thing with OnCommand Core and succeeded?
What kind of problem do you run into?
Sorry, I was being vague in my description...
I tried to use Ubuntu 10.04 LTS, because that's somewhat close (release date wise) to RHEL 5.4 which was on the supported OS matrix.
root@dfm:~# uname -a Linux dfm 2.6.32-21-server #32-Ubuntu SMP Fri Apr 16 09:17:34 UTC 2010 x86_64 GNU/Linux
root@dfm:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 10.04.4 LTS Release: 10.04 Codename: lucid
Installation messages follows:
root@dfm:~# ./occore-setup-5-0-1-linux-x64.sh Preparing to install OnCommand Core Package Unpacking files needed for the installation ... [: 85: NTAPdfm: unexpected operator [: 934: NTAPdfm: unexpected operator -e By default, the DataFabric Manager server sends AutoSupport event messages and weekly reports to NetApp Technical Support. Messages are sent over secure HTTPS, HTTP or SMTP(HTTPS by default). This information is used to assist you with troubleshooting and problem resolution. AutoSupport will significantly speed problem determination and resolution should a problem occur on the system. -e Status AutoSupport event messages will be sent to NetApp once per week and will start 24 hours after installation. If you do not want AutoSupport event messages sent to NetApp, you can disable AutoSupport by setting the AutoSupport Enabled global option to "No". This option will initially be set to "Unknown" unless manually set, and will automatically become "Yes" after 24 hours if not set manually to "No". -e If you do not want to include private data such as IP addresses, host names, and user names, set the AutoSupport Content global option to "minimal". -e Please respond with "Yes" if you have read and agree with the use of the AutoSupport feature on this DataFabric Manager server or "No" to abort the installation.[y,n,?]:y -e Please choose the edition of OnCommand Core Package installation.
[1] Express edition - Simplifies deployment with automated configuration. - Provides the same level of data protection capability as the Standard edition, but with reduced monitoring capabilities. - Runs OnCommand Core and OnCommand Host on the same server. - Recommended for use with up to four storage systems and one virtualized server.
[2] Standard edition - Recommended for full storage monitoring capabilities in all deployments. - Must be installed on a dedicated system.
Please enter your choice of OnCommand Core Package installation.[1,2](default 2): ./dfmsetup.sh: 998: [[: not found ./dfmsetup.sh: 998: [[: not found ./dfmsetup.sh: 998: [[: not found -e Error: please respond with either '1' or '2'.-e Please choose the edition of OnCommand Core Package installation.
[1] Express edition - Simplifies deployment with automated configuration. - Provides the same level of data protection capability as the Standard edition, but with reduced monitoring capabilities. - Runs OnCommand Core and OnCommand Host on the same server. - Recommended for use with up to four storage systems and one virtualized server.
[2] Standard edition - Recommended for full storage monitoring capabilities in all deployments. - Must be installed on a dedicated system.
Please enter your choice of OnCommand Core Package installation.[1,2](default 2):2 ./dfmsetup.sh: 998: [[: not found ./dfmsetup.sh: 998: [[: not found ./dfmsetup.sh: 998: [[: not found -e Error: please respond with either '1' or '2'.[1,2](default 2):2 ./dfmsetup.sh: 998: [[: not found ./dfmsetup.sh: 998: [[: not found ./dfmsetup.sh: 998: [[: not found -e Error: please respond with either '1' or '2'.[1,2](default 2):^Croot@dfm:~#
try this:
sudo ./dfmsetup-3-8-linux.sh -o
the -o option is to bypass the RHEL check.
you may need to install the new license before upgrading. I don't remember.
Scott
On May 30, 2012, at 12:59 PM, Fredrik Pettai wrote:
Hi,
Earlier I got a tip on how to install and run DFM on an Ubuntu server instead of RedHat / SuSE (http://www.eigenmagic.com/2009/06/26/how-to-install-netapp-dfm-on-ubuntu/)
However, I would like to do the same thing with OnCommand Core, but the former DFM routine doesn't seem to work well at all. So, I wonder if someone else has manage to do the same thing with OnCommand Core and succeeded?
Thanks, /P
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
more precisely
./occore-setup-5-0-1-linux-x64.sh -o
On May 30, 2012, at 2:31 PM, Scott Classen wrote:
try this:
sudo ./dfmsetup-3-8-linux.sh -o
the -o option is to bypass the RHEL check.
you may need to install the new license before upgrading. I don't remember.
Scott
On May 30, 2012, at 12:59 PM, Fredrik Pettai wrote:
Hi,
Earlier I got a tip on how to install and run DFM on an Ubuntu server instead of RedHat / SuSE (http://www.eigenmagic.com/2009/06/26/how-to-install-netapp-dfm-on-ubuntu/)
However, I would like to do the same thing with OnCommand Core, but the former DFM routine doesn't seem to work well at all. So, I wonder if someone else has manage to do the same thing with OnCommand Core and succeeded?
Thanks, /P
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
Ok, I was a bit tired then I read the text, It is doomed to fail on Ubuntu I see now. I should just grab the package files from the temp dir.
Sorry for the noise...
On May 30, 2012, at 11:34 PM, Scott Classen wrote:
more precisely
./occore-setup-5-0-1-linux-x64.sh -o
On May 30, 2012, at 2:31 PM, Scott Classen wrote:
try this:
sudo ./dfmsetup-3-8-linux.sh -o
the -o option is to bypass the RHEL check.
you may need to install the new license before upgrading. I don't remember.
Scott
On May 30, 2012, at 12:59 PM, Fredrik Pettai wrote:
Hi,
Earlier I got a tip on how to install and run DFM on an Ubuntu server instead of RedHat / SuSE (http://www.eigenmagic.com/2009/06/26/how-to-install-netapp-dfm-on-ubuntu/)
However, I would like to do the same thing with OnCommand Core, but the former DFM routine doesn't seem to work well at all. So, I wonder if someone else has manage to do the same thing with OnCommand Core and succeeded?
Thanks, /P
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters