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. ethereum(以太坊)(二)--合约中属性和行为的访问权限

    pragma solidity ^0.4.0; contract Test{ /* 属性的访问权限 priveta public internal defualt internal interlnal ...

  2. MPP(大规模并行处理)

    1. 什么是MPP? MPP (Massively Parallel Processing),即大规模并行处理,在数据库非共享集群中,每个节点都有独立的磁盘存储系统和内存系统,业务数据根据数据库模型和 ...

  3. python系列4之装饰器

    目录 递归算法解析 冒泡排序解析 装饰器解析 一. 递归 1. 递归的定义 递归(Recursion),又成为递回,在数学与计算机科学中,是指在函数的定义中使用函数自身的方法.递归一词还较长用于描述以 ...

  4. C# 打开帮助文档,打开电脑中其他应用或者文件

    打开帮助文档 System.Diagnostics.Process.Start(Directory.GetCurrentDirectory() + "\\" + "hel ...

  5. POJ:2377-Bad Cowtractors

    传送门:http://poj.org/problem?id=2377 Bad Cowtractors Time Limit: 1000MS Memory Limit: 65536K Total Sub ...

  6. 《Java程序员由笨鸟到菜鸟》

    <Java程序员由笨鸟到菜鸟> 在众多朋友的支持和鼓励下,<Java程序员由菜鸟到笨鸟>电子版终于和大家见面了.本电子书涵盖了从java基础到javaweb开放框架的大部分内容 ...

  7. USACO Section2.3 Zero Sum 解题报告 【icedream61】

    zerosum解题报告----------------------------------------------------------------------------------------- ...

  8. linux下多线程断点下载工具-axel

    今天要下载一下14G左右的文件,用wget约10小时,后来发现linux下有个多线程支持断点续传的下载工具axel,试了一下,下载速度大大增加. 包地址:http://pkgs.repoforge.o ...

  9. Python网络编程(OSI模型、网络协议、TCP)

    前言: 什么是网络? 网络是由节点和连线构成,表示诸多对象及其相互联系. 在数学上,网络是一种图,一般认为专指加权图. 网络除了数学定义外,还有具体的物理含义,即网络是从某种相同类 型的实际问题中抽象 ...

  10. 洛谷P1003铺地毯(提高组)

    题目描述 为了准备一个独特的颁奖典礼,组织者在会场的一片矩形区域(可看做是平面直角坐标系的第一象限)铺上一些矩形地毯.一共有 n 张地毯,编号从 1 到n. 现在将这些地毯按照编号从小到大的顺序平行于 ...