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. HTML语义化的重要性

    语义化标签就是尽量使用有相对应的结构的含义的Html的标签 1.结构更好,更利于搜索引擎的抓取(SEO的优化)和开发人员的维护(可维护性更高,因为结构清晰,so易于阅读). 2.更有利于特殊终端的阅读 ...

  2. while循环,格式化输出,运算符

      1.while循环 1.while 基本机构: while 条件: 循环体 执行流程: 当条件成立时为真,执行循环体. 再次判断条件是否成立,如果成立再次执行. 当判断条件结果为假时,跳出循环,本 ...

  3. scala Actor -03

    1.对于上一篇讲解的scala的一些补充 val files = Array[String]("a.txt","b.txt","c.txt" ...

  4. c语言printf()输出格式大全(转载)

    1.转换说明符      %a(%A)     浮点数.十六进制数字和p-(P-)记数法(C99)      %c             字符      %d             有符号十进制整 ...

  5. 深入理解Angular2变化监测和ngZone

    转载自GitHub JTangming : https://github.com/JTangming/tm/issues/4 Angular应用程序通过组件实例和模板之间进行数据交互,也就是将组件的数 ...

  6. web开发学习之路是否有尽头

    Linux/Git/Pip/Npm/Composer Apache/Ngnix Mysql/MongoDb/Redis PHP/Python/NodeJS javascript/jQuery/Expr ...

  7. Python字符串的常用操作学习

    >>> name = "I love my job!" >>> name.capitalize() #首字母大写 'I love my job! ...

  8. Linux认知之旅【01 与Linux第一次亲密接触】!

    一.搜索LINUX,了解它的前世今生! linux很厉害,应用在很多方面,我知道有超算.IOT.树莓派. 而且好多开发人员都在用这个系统.linux作为服务器使用,常年不用重启,不宕机,很少受病毒影响 ...

  9. 【转载】Unity3D研究院之IOS触摸屏手势控制镜头旋转与缩放

    前几篇文章介绍了很多Unity3D引擎自身的一些问题, 今天我们在回到IOS设备上讨论一些触摸屏幕手势,本章的目标是通过触摸iPhone屏幕手势 实现模型左右的旋转,与模型的缩放. 大家想一想模型的旋 ...

  10. Entity Framework(二)

    1. ORM :Object Relation Mapping ,通俗说:用操作对象的方式来操作数据库. 2. 插入数据不再是执行Insert,而是类似于 Person p=new Person() ...