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. Spring入门注解版

    参照博文Spring入门一,以理解注解的含义. 项目结构: 实现类:SpringHelloWorld package com.yibai.spring.helloworld.impl; import ...

  2. 简单了解一下oracle中的显示游标和存储过程

    游标 游标主要分两类动态和静态游标,静态游标是编译时知道明确的select语句的游标,静态游标分类两种,显示游标和静态游标,这里只说显示游标 显示游标 declare name emp.ename%t ...

  3. webpack最小化lodash

    lodash作为一个比较常用的前端开发工具集,在使用webpack进行vendor分离的实践中,会遇到将整个lodash文件分离到vendor.js的问题.这样会使vendor.js文件变得特别大. ...

  4. Eloquent: 修改器

    感觉好长时间没写东西了,一方面主要是自己的角色发生了变化,每天要面对各种各样的事情和突发事件,不能再有一个完整的长时间让自己静下来写代码,或者写文章. 另一方面现在公司技术栈不再停留在只有 Larav ...

  5. scrapy--Beautyleg

    很早就开始关注:Beautyleg 高清丝袜美腿.关注之后开始觉得打开了新世界的大门,如果有相同观点的,那么你很有品味.说真的,学习爬虫的动力之一就是想把里面的图片爬取下来.哈哈哈!!! 给大家放点爬 ...

  6. 列表,元组的操作,for循环

    1.列表 # li = ["wang","jian","wei"] # print(li) # 结果:['wang', 'jian', 'w ...

  7. Python面向对象--高级(二)

    ## 使用__slots__限制类的属性 - 之前说到,可以通过在类外部实例或者类名任意定义实例属性或者类属性或者方法 class Person(object): pass Person.name = ...

  8. Python基本数据类型及使用

    # 基本数据类型分类 - int 整数 - float 小数 - bool 布尔值 - str 字符串 ## int 整数 - 包括正整数和负整数 - 与java.c等语言相比并没有位数限制,理论上可 ...

  9. 笔记-docker-1

    笔记-docker-1 1.      简介 1.1.    什么是Docker? Docker 是世界领先的软件容器平台.开发人员利用 Docker 可以消除协作编码时“在我的机器上可正常工作”的问 ...

  10. 笔记-python-built-in functions-eval,exec,compile

    笔记-python-built-in functions-eval,exec,compile 1.      python代码执行函数 有时需要动态改变代码,也就是说代码需要是字符串格式,然后在按需要 ...