OnCommand Unified Manager Solution Components
 

The following components are downloaded and installed with the Core Package software:

  • OnCommand console is the primary graphical interface to OnCommand Unified Manager. It provides a single point of access to all OnCommand Unified Manager functionality for monitoring, managing, and reporting in virtual and physical environments.
  • DataFabric Manager server 5.2 provides the services and database for your OnCommand Unified Manager environment.
  • Operations Manager console provides comprehensive monitoring and management of NetApp storage by providing alerts and reports, and includes performance and configuration tools.

The following components are downloaded with the Core Package but must be installed separately:

  • NetApp Management Console 3.3 helps you simplify and automate common data protection and storage provisioning management tasks. It also provides a single location from which you can view and analyze comprehensive information about storage system performance.
  • OnCommand Unified Manager Windows PowerShell cmdlets enable you to perform a subset of OnCommand Unified Manager operations using the Windows PowerShell command line. The cmdlets are supported only for datasets containing VMware virtual objects.
System Requirements
 

Note: To view the complete and most current list of supported hardware platforms and operating systems, visit the Interoperability Matrix Tool page on the NetApp Support Site.

Browser requirements

OnCommand console can be launched on a Windows system running the following browsers:

  • Windows Internet Explorer® versions 8, 9, and 10
  • Mozilla Firefox® versions 17.0, 18.0, and 19.0
  • Google Chrome® versions 22.0, 23.0, and 24.0

OnCommand console can be launched on a Linux® system running the following browser:

  • Mozilla Firefox versions 17.0, 18.0, and 19.0

Minimum server software and hardware requirements

The basic installation requirements are provided in the OnCommand Unified Manager Installation and Setup Guide under the following headings:

  • Requirements for Windows workstation or server with 1 to 25 storage systems
  • Requirements for Windows workstation or server with 25 or more storage systems

Core Package server deployment is not supported on Windows NT® 4.0, Windows 2000, Windows 2003, Windows XP, Windows Vista®, Windows 7, Windows 8, and Windows 12.

OnCommand Core Package 5.2 supports VMware VMotion™ and VMware High Availability features.

Documentation and Other Resources
 
Installation and Upgrade Notes
 

Read the following notes before you install or upgrade the software:

  • You can directly upgrade from Operations Manager (including the related versions of DataFabric Manager, Protection Manager, and Provisioning Manager) by installing the Core Package over your current release.
  • You do not have to stop Operations Manager or DataFabric Manager server running on your server before you upgrade to OnCommand Core Package 5.2.
Software Download Instructions
 

After you confirm that your server meets the minimum requirements, proceed with the download by clicking CONTINUE.

http://support.netapp.com/NOW/download/software/occore_win/5.2/

OnCommand console default account - system account

OnCommand® Unified Manager的更多相关文章

  1. How to configure Veritas NetBackup (tm) to write Unified and Legacy log files to a different directory

    Problem DOCUMENTATION: How to configure Veritas NetBackup (tm) to write Unified and Legacy log files ...

  2. 微软职位内部推荐-Principal Dev Manager

    微软近期Open的职位: Title: Principal Dev Manager Location: Beijing The R&D of Shared Data Platform at S ...

  3. [Spark性能调优] 源码补充 : Spark 2.1.X 中 Unified 和 Static MemoryManager

    本课主题 Static MemoryManager 的源码鉴赏 Unified MemoryManager 的源码鉴赏 引言 从源码的角度了解 Spark 内存管理是怎么设计的,从而知道应该配置那个参 ...

  4. Unified Networking Lab 安装使用IOL镜像

    Unified Networking Lab 安装使用IOL镜像 Unified Networking Lab 很久以前,在一个星系远的地方,很远的工程师们为eBay寻找二手路由器来满足家庭实验的需求 ...

  5. distributed lock manager (DLM)(分布式管理锁)

    A distributed lock manager (DLM) provides distributed software applications with a means to synchron ...

  6. Windows下Redis缓存服务器的使用 .NET StackExchange.Redis Redis Desktop Manager

    Redis缓存服务器是一款key/value数据库,读110000次/s,写81000次/s,因为是内存操作所以速度飞快,常见用法是存用户token.短信验证码等 官网显示Redis本身并没有Wind ...

  7. 如何重新注册VMware Update Manager(VUM)至vCenter Server中

    在VMware的vSphere化境中,VUM的角色相当于Windows 环境中的WSUS(Windows 更新服务器),可以批量,自动化的完成所管辖ESXi主机的大版本迁移,小版本升级的任务,深受管理 ...

  8. 使用tomcat manager 管理和部署项目

    在部署tomcat项目的时候,除了把war文件直接拷贝到tomcat的webapp目录下,还有一种方法可以浏览器中管理和部署项目,那就是使用tomcat manager. 默认情况下,tomcat m ...

  9. Ubuntu管理开机启动服务项 -- 图形界面的Boot-up Manager

    有时学习时安装的服务太多,比如mysql.mongodb.redis.apache.nginx等等,它们都是默认开机启动的,如果不想让它们开机启动,用到时再自己手工启动怎么办呢? 使用sysv-rc- ...

随机推荐

  1. thinkphp 跳转外网代码(php通用)

    thinkphp 提供了一个重定向但是在跳转外部网站的时候就会比较麻烦 下面一种方法还不错, < ?php //重定向浏览器 header("Location: http://www. ...

  2. JZOJ 5906. 传送门

    Description             8102年,Normalgod在GLaDOS的帮助下,研制出了传送枪.但GLaDOS想把传送枪据为己有,于是把Normalgod扔进了一间实验室.这间实 ...

  3. 多通道CNN

    在读Convolutional Neural Networks for Sentence Classification 这个文章的时候,它在论文中提出一种模型变种就是 CNN-multichannel ...

  4. 初见spark-01

    今天我们来学习spark,spark是一种快速,通用,可扩展的大数据分析引擎,现已成为Apache顶级项目,Spark是MapReduce的替代方案,而且兼容HDFS,Hive,可融入Hadoop的生 ...

  5. Alter the structure of web pages with JavaScript

    Most of the DOM methods you've seen so far are useful for identifying elements. Both getElementById ...

  6. 15.6,redis主从同步

    redis主从同步 原理:1. 从服务器向主服务器发送 SYNC 命令.2. 接到 SYNC 命令的主服务器会调用BGSAVE 命令,创建一个 RDB 文件,并使用缓冲区记录接下来执行的所有写命令.3 ...

  7. 5.bootstrap栅格 清除浮动

    只要用到栅格,就注意要清除浮动,清除方法就是在父元素的class上加一个clearfix 1.情景: . <div class="col-sm-7"> <div ...

  8. centos使用--supervisor使用

    目录 1 下载程序并安装 2 编辑配置文件 3 supervisor的使用 4 配置文件详细解析 参考资料 supervisor是用Python开发的一套通用的进程管理程序,能将一个普通的命令行进程变 ...

  9. Pascal小游戏 文件的产生

    一个整人的Pascal小程序 运行之后硬盘里面会有一大堆垃圾,当然更好的方法当然不是这样做! var a,b,c,d:char;beginfor a:='0' to '9' dofor b:='0' ...

  10. php中utf-8转unicode

    public function utf8_unicode($str) { $unicode = array(); $values = array(); $lookingFor = 1; for ($i ...