Home Linux & Systems Cybersecurity Cloud & DevOps Networks & Infrastructure SIEM & Monitoring DFIR & Threat Intel Development & Other All categories Projects About Tools

Install OnCommand® System Manager on GNU/Linux

Leer en espanol
Install OnCommand® System Manager on GNU/Linux

Table of contents

Management ===

What is OnCommand System Manager and what is it for? It is software that provides quick and easy configuration and management for NetApp FAS storage systems.

  • Manage individual or clustered storage systems using a browser-based interface.
  • Provision storage in minutes: Perform common storage tasks using wizards.
  • Manage Clustered Data ONTAP software and new features.

Discharge:

https://mysupport.netapp.com/NOW/download/software/systemmgr_lin/3.1.2/download.shtml

Redhat and derivatives:

Bash
rokitoh@redorbita:/# rpm -i sysmgr-setup-3.1.2-linux.rpm

Debian and derivatives:

Given that netapp only provide the package .rpm we must convert it.

For the conversion we install alien

Bash
rokitoh@redorbita:/# apt-get install alien

We perform the conversion:

Bash
rokitoh@redorbita:/# alien -d sysmgr-setup-3.1.2-linux.rpm

We install:

Bash
rokitoh@redorbita:/# dpkg -i netapp-oncommand-sysmgr_3.1.2-6400_all.deb

We copy the shortcut to the desktop and give permissions:

Bash
rokitoh@redorbita:/# /opt/NetApp/oncommand_system_manager/system_manager-3.1.2-6399.desktop
rokitoh@redorbita:/# chmod +x /home/rokitoh/Escritorio/system_manager-3.1.2-6399.desktop
rokitoh@redorbita:/# chown rokitoh /home/rokitoh/Escritorio/system_manager-3.1.2-6399.desktop

Add a netapp:

Captura de pantalla de 2016-03-11 10:54:19 Captura de pantalla de 2016-03-11 10:55:03

We press on Add and a window opens where we will add the hostname or IP address.

Captura de pantalla de 2016-03-11 10:56:30 Captura de pantalla de 2016-03-11 10:57:28

All the best.

Comments