NEC Express5800 Series MegaMonitor for Linux Installation and Operation Manual

Size: px
Start display at page:

Download "NEC Express5800 Series MegaMonitor for Linux Installation and Operation Manual"

Transcription

1 NEC Express5800 Series MegaMonitor for Linux Installation and Operation Manual 3rd Edition C

2 Preface The manual explains MegaMonitor for Linux, a RAID system monitoring utility for disk array controllers provided by LSI Logic. The guide is intended for persons who are familiar with Linux functions and operation methods. For details on or unclear points on Linux operation, see Linux Online Help or manuals. Copyrights LSI Logic and MegaRAID are registered trademarks of LSI Logic Corporation. Linux is a trademark or registered trademark of Linus Torvalds in the United States and other countries. Microsoft, Windows, Windows NT, and MS-DOS are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Windows XP is an abbreviation of Microsoft Windows XP Professional operating system. Windows 2000 is an abbreviation of Microsoft Windows 2000 Professional operating system. Windows NT is an abbreviation of Microsoft Windows NT Workstation operating system version 3.51/4.0. All company names and product names mentioned herein are trademarks or registered trademarks of their respective companies. Notes: (1) No part of this manual may be reproduced in any form without the prior written permission of NEC Corporation. (2) The contents of this guide may be revised without prior notice. (3) The contents of this guide shall not be copied or altered without the prior written permission of NEC Corporation. (4) All efforts have been made to ensure the accuracy of all information in this guide. If you notice any part unclear, incorrect, or omitted in this guide, contact the sales agent where you purchased this product. (5) NEC assumes no liability arising from the use of this product, nor any liability for incidental or consequential damages arising from the use of this guide regardless of Item (4) 2

3 Contents 1. Overview Installation/Uninstallation Procedure Operation Event Log Alert report Precautions...9 3

4 1. Overview MegaMonitor for Linux (hereinafter abbreviated to MegaMonitor) monitors the RAID system of the server-connected disk array controller (MegaRAID controller) provided by LSI Logic Corporation. MegaMonitor provides the following functions. - Logging of the array condition - notification to administrator if mail notification function is enabled - Notification to ESMPRO/Server Manager - Scheduling of consistency check 2. Installation/Uninstallation Procedure 2.1 Installing MegaMonitor 1. Copy a MegaMonitor package file (. rpm) to any directory. 2. Install MegaMonitor. rpm -Uvh megamon-eng-x.x-x.i386.rpm ( X.X-X is Version number) ex) rpm Uvh megamon-eng i386.rpm (For when using Ver3.7) 3. Please check that MegaMonitor has been installed correctly. rpm -qi megamon-eng The installation of MegaMonitor is completed. Please reboot the system. 2.2 The version check method of MegaMonitor The version of MegaMonitor can be checked by checking the /var/log/megaserv.log file using text editors, such as vi. The contents of /var/log/megaserv.log (in the case of Ver.3.7) RAID Monitor Service Ver Linux 3.7 Mar 15, 2005 started 2.3 Uninstalling MegaMonitor 1. Uninstall MegaMonitor. rpm -ev megamon-eng The uninstallation of MegaMonitor is completed. 4

5 3. Operation You can manipulate MegaMonitor by executing the following commands. (1) Starting MegaMonitor Command: MegaCtrl -start Function: Starts MegaMonitor. When OS starts up, MegaMonitor is started automatically. Therefore, you do not need to execute the command usually. If MegaMonitor stopped during operation, you can start it by executing this command. (2) Stopping MegaMonitor Command: MegaCtrl -stop Function: Stops MegaMonitor. The command does not stop consistency check and rebuilding currently being activated. Executing the command disables log registration and consistency check setting. (3) Pausing MegaMonitor Command: MegaCtrl -pause Function: Pauses MegaMonitor. (4) Resuming MegaMonitor Command: MegaCtrl -resume Function: Resumes MegaMonitor after Pause. (5) Setting log file name Command: MegaCtrl -log filename Function: Creates a log file with the name you specified. The file name is /var/log/megaserv.log in default. (6) Setting consistency check scheduling Command: MegaCtrl -cons Function: Sets consistency check scheduling. The options that can be used are as follows. Specify these options after MegaCtrl - cons. -hx X: 0-23 Specify time. (Default: 0) -dx X: 0-6 Specify the day of the week. (Default: 0. 0 indicates Sunday.) -wx X: indicates everyday. -d is ignored if 0 is set. Other numbers indicates the interval of weeks. (Default: 1) When -w is set to other value than 0 (including 1, default value), the consistency check will not be performed on the first date scheduled. The check starts from the second time (scheduled date). -datemm/dd/yyyy The consistency check starts from that time/date/week with settings above. YYYY: abort -LogProgXXXX Stops the consistency check currently being activated. Sets the interval of the progress report of consistency check. Unit: second Note that the interval settings for other log registrations are also changed if the option is changed. When the version of MegaMonitor is newer than v3.7, the log registration interval is the value specified in /etc/megapoll.conf. For details, see (11) Change of a polling interval. ex.) The consistency check is performed every Sunday at 0. MegaCtrl -cons -h0 -d0 -w1 (7) Setting consistency check enabled/disabled 5

6 Command: MegaCtrl -enchkcon MegaCtrl dischkcon Function: Sets the consistency check to be enabled or disabled. The option becomes enabled when scheduling is set. The scheduling date is not changed even if the option is set to be disabled. (8) Setting S.M.A.R.T. log check enabled/disabled Command: MegaCtrl -SMARTxxxx Function: Sets the S.M.A.R.T. log check to be enabled or disabled. The default value is enabled. xxxx: Interval of S.M.A.R.T. log check. Unit: second : Log check will be performed. Interval is the input value. 1-20: Log check will be performed. Interval is 20. 0: Log check will not be performed. (9) Setting notification enabled/disabled Command: MegaCtrl enmail MegaCtrl dismail Function: Sets notification to be enabled or disabled. The default value is Disabled. (10) Showing help Command: MegaCtrl -help MegaCtrl? Function: Shows the help screen. (11) Change of a polling interval Only when newer than v3.7 MegaMonitor issues the command to the array controller at fixed intervals to acquire information. When this command is issued, the performance of access to HDDs slightly degrades. However, since the command interval can be changed, when the impact on your system is large, please change the command interval. The default interval is about 300 seconds. If the interval is set as a big value, the impact on the HDD access performance by issuing the command can be reduced. However, at the same time, it may take more time to detect a failure generated in the array. (Example: In the case of the default 300-second interval, a failure can be detected in 300 seconds at the maximum) You can change the interval to issue the command in the following procedures. 1. Open /etc/megapoll.conf using text editors, such as vi, and edit the value of [$pollinginterval]. [/etc/megapoll.conf] $pollinginterval After you finish editing /etc/megapoll.conf, execute the following commands and restart MegaMonitor. /etc/rc.d/init.d/raidmon stop /etc/rc.d/init.d/raidmon start The change of Interval value is completed. 4. Event Log You can acquire the event log from either following three: (1) /var/log/megaserv.log 6

7 (2) A file specified with the MegaCtrl -log command (3) Notification to administrator (when notification function is enabled by executing the MegaCtrl -enmail command) 5. Alert report The events regarding MegaRAID can be monitored by using ESMPRO/AlertManager and ESMPRO/ServerManager. 5-1.When monitoring MegaRAID events by ESMPRO/ServerManager When you monitor MegaRAID eventsby ESMPRO/ ServerManager, please perform the following registration and setup of registry data after installing ESMPRO/ ServerManager in a Windows system. (ESMPRO/ ServerManager can be installed only in a Windows system.) The contents of registry to be registered Please set up the following keys, names, and other data. [HKEY_LOCAL_MACHINE\SOFTWARE\NEC\NVBASE\AlertViewer\AlertType\MegaMonitor] "WavDefault"=" Default.wav" "AniDefault"="Default.bmp" "Image"="Default.bmp" "SmallImage"="Default.bmp" The left side of "=" is a name and the right side is data. Both are character strings Please set the following right to access for the added alert type key ( \AlertType\MegaMonitor) in Windows XP, Windows 2000, and Windows NT. Administrators Everyone SYSTEM ESMPRO user group Control Read Only Full Control Full Control An ESMPRO user group is the group name specified at the time of ESMPRO/ServerManager installation. Please see the data of the following registry to get the group name. [HKEY_LOCAL_MACHINE\SOFTWARE\NEC\NVBASE] NAME: LocalGroup 7

8 5-2.Alert message list The alert message list of MegaRAID is shown below. Message ID message Solution Manager 2014 Adapter %1 Logical Drive %2 is OPTIMAL. None 4023 Adapter %1 Logical Drive %2 is DEGRADED Adapter %1 Logical Drive %2 is OFFLINE C2 40C D Adapter %1 Logical Drive %2 is in Checking Consistency Progress. Please check whether there is any failure in a physical drive. Please perform REBUILD after appropriate measures are implemented. Please check whether there is any failure in a physical drive or a cable. Please perform reconstruction of a logical drive after appropriate measures are implemented. None - Adapter %1 Channel %2 Target %3: Physica None Drive[%4] is Changed to ONLINE. Adapter %1 Channel %2 Target %3: Physical Drive[%4]is Changed to REBUILD. None Adapter %1 Channel %2 Target %3: Physical Drive[%4]is Changed to HOTSPARE None Adapter %1: Battery Voltage LOW. Adapter %1: Battery Fast Charging FAILED. Adapter %1 Channel %2 Target %3: Physical Drive[%4] is Changed to FAILED. Adapter %1 Channel %2 Target %3: Physical Drive[%4] is in FAILED state. Adapter %1 Channel %2 Target %3: Physical Drive[%4] is Changed to READY. Adapter %1 Channel %2 Target %3: Physical Drive[%4] is in READY state. Battery Backup Module PRESENT but Battery Backup Pack is Missing. Adapter %1,Channel %2,Target %3: is going Please check connection of a battery. Please replace batteries to new ones, if there is no problem in connection. Please check connection of a battery. After appropriate measures are implemented, when the status is FAILED, please perform REBUILD. Please check whether there is any failure in a Physical Drive. After suitable measurement, if the status is still FAILED, please REBUILD. Please specify a hotspare disk when the status is READY. Please check whether the battery is mounted. to FAIL Please replace the physical drive having S.M.A.R.T. Adapter %1,Channel %2,Target %3: is going errors. to FAIL.(Test) The table shows the event IDs in decimal. The events with "" listed in the table are reported to NEC ESMPRO Manager. All events are notified as information message. The symbols such as %1 in messages are padding characters. 8

9 6. Precautions - Follow the mail settings of the system when transferring mail notified by the notification function to the other servers. - A message registered by MegaMonitor immediately after OS startup may be notified although the notification at MegaMonitor startup (including OS startup) is disabled in default. - If the memory usage becomes higher during system operation, the following message may be displayed. The message does not indicate that some faults occur in MegaRAID. The message will be disappeared when the memory capacity becomes lower. "Error MEGAIOCCMD ioctl call failed." will be displayed on the console. "ReadEnq: Failed to Read 40-Ld NVRAM cfg, adp-1(fw err=ffffffff)" will be registered in the event log file. "megaraid allocation failed." will be registered in the system event log. 9

NEC Express5800 Series. MegaManager Ver. 5. User's Guide. (Web download version) A

NEC Express5800 Series. MegaManager Ver. 5. User's Guide. (Web download version) A NEC Express5800 Series MegaManager Ver. 5 User's Guide (Web download version) Trademarks and Registered Trademarks Linux is a trademark or registered trademark of Linus Torvalds. MegaRAID, MegaMonitor,

More information

Universal RAID Utility (VMware Version) User's Guide. 1st Edition February A

Universal RAID Utility (VMware Version) User's Guide. 1st Edition February A Universal RAID Utility (VMware Version) User's Guide 1st Edition February 2009 808-882328-750-A Trademarks NEC ESMPRO and NEC EXPRESSBUILDER are trademarks of NEC Corporation. VMware is a registered trademark

More information

NEC ESMPRO Agent Extension Installation Guide

NEC ESMPRO Agent Extension Installation Guide Front Cover NEC ESMPRO Agent Extension Installation Guide Chapter 1 Summary Chapter 2 System Requirements Chapter 3 Installation Chapter 4 Precautions for Use Rev.2.02 NEC Corporation 2012 1 Contents Front

More information

NEC Express5800 Series. StorView Ver. 3. Installation Guide for N F. [Linux Server Edition] A

NEC Express5800 Series. StorView Ver. 3. Installation Guide for N F. [Linux Server Edition] A NEC Express5800 Series StorView Ver. 3 Installation Guide for N8190-121F [Linux Server Edition] Trademarks NEC ESMPRO is the registered trademark of NEC Corporation. Linux is the registered trademark of

More information

Global Array Manager

Global Array Manager NEC Express Server Express5800 series NEC Express5800/100,ft Series Global Array Manager Ver. 5.00 Installation Manual [Linux Server Edition] Trademarks Microsoft, Windows and Windows NT are registered

More information

Universal RAID Utility

Universal RAID Utility Universal RAID Utility () User Guide Universal RAID Utility User's Guide 4th Edition October 2008 PROPRIETARY NOTICE AND LIABILITY DISCLAIMER The information disclosed in this document, including all designs

More information

NEC ESMPRO Agent Extension

NEC ESMPRO Agent Extension Front Cover Installation Guide Express5800 Series NEC ESMPRO Agent Extension Chapter 1 Summary Chapter 2 System Requirements Chapter 3 Installation Chapter 4 Precautions for Use Rev.2.11 NEC Corporation

More information

NEC Express5800 series Power Console Plus User s Guide. ONL-4140aN-COMMON

NEC Express5800 series Power Console Plus User s Guide. ONL-4140aN-COMMON NEC Express5800 series Power Console Plus User s Guide ONL-4140aN-COMMON-119-99-0506 Preface This manual explains "Power Console Plus" that is used with NEC Express5800 series connected with the LSI Logic

More information

NEC ExpressUpdate Agent

NEC ExpressUpdate Agent Installation Guide Express5800 Series NEC ExpressUpdate Agent Chapter 1 Summary Chapter 2 System Requirements Chapter 3 Installation Chapter 4 Precautions for Use Rev.3.09 NEC Corporation 2014 1 Contents

More information

NEC ExpressUpdate Functions and Features. September 20, 2012 Rev. 4.0

NEC ExpressUpdate Functions and Features. September 20, 2012 Rev. 4.0 September 20, 2012 Rev. 4.0 Table of Contents Table of Contents...- 2 - Table of Figures...- 5 - Trademarks...- 9 - Notes...- 9 - About this Document...- 9 - Symbols in this Document...- 9 - Terminology...-

More information

Chapter 2 Using WebBIOS This chapter explains the WebBIOS setup procedures. WebBIOS is a basic utility to set up and manage the array controller.

Chapter 2 Using WebBIOS This chapter explains the WebBIOS setup procedures. WebBIOS is a basic utility to set up and manage the array controller. MegaRAID SAS User s Guide Areas Covered Before Reading This Manual This section explains the notes for your safety and conventions used in this manual. Chapter 1 Overview This chapter provides an overview

More information

NEC ESMPRO Manager Monitoring Tool Installation Guide

NEC ESMPRO Manager Monitoring Tool Installation Guide NEC ESMPRO Manager Monitoring Tool Installation Guide Chapter 1 General Description Chapter 2 Installation Chapter 3 Uninstallation Chapter 4 Operation Chapter 5 Appendix E1.00.00 NEC Corporation 2018

More information

This part is not displayed.

This part is not displayed. Important Notice RAID System Monitoring on VMware ESXi 5 using NEC ESMPRO Manager 856-127900-413-B This document includes important notice for using NEC ESMPRO Manager for monitoring the status of RAID

More information

NEC ESMPRO Manager Ver.6 Setup Guide

NEC ESMPRO Manager Ver.6 Setup Guide Front Cover NEC ESMPRO Manager Ver.6 Setup Guide Chapter 1 Setup for Managed Component integrated EXPRESSSCOPE Engine 3 Chapter 2 Setup for Managed Component integrated BMC excluding EXPRESSSCOPE Engine

More information

NEC ESMPRO Manager Ver.6 Setup Guide

NEC ESMPRO Manager Ver.6 Setup Guide NEC ESMPRO Manager Ver.6 Setup Guide Chapter1 Setup for Managed Component in which EXPRESSSCOPE Engine 3 is integrated Chapter2 Setup for Managed Component in which a BMC excluding EXPRESSSCOPE Engine

More information

Before Reading This Manual This section explains the notes for your safety and conventions used in this manual.

Before Reading This Manual This section explains the notes for your safety and conventions used in this manual. Integrated Mirroring SAS User s Guide Areas Covered Before Reading This Manual Chapter 1 Chapter 2 Chapter 3 This section explains the notes for your safety and conventions used in this manual. Overview

More information

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr.

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr. Preface This installation guide explains how to install the "ETERNUSmgr for Linux" storage system management software on an ETERNUS DX400 series, ETERNUS DX8000 series, ETERNUS2000, ETERNUS4000, ETERNUS8000,

More information

Integrated Mirroring SAS User s Guide for Windows Server 2008

Integrated Mirroring SAS User s Guide for Windows Server 2008 CA97232-0006-01EN Integrated Mirroring SAS User s Guide for Windows Server 2008 1 / 8 Contents Before reading this manual...3 Product Names (page 3)...3 3.1 Updating Device Driver (page 50)...4 Updating

More information

. Disk Array Controller (SAS) Supplementary Setup Procedure

. Disk Array Controller (SAS) Supplementary Setup Procedure . Express Promise 5800 120Lh SuperTrak EX4650 Disk Array Controller (SAS) Supplementary Setup Procedure This page is deliberately left empty. User Guide www.nec-computers.com 100 Proprietary Notice and

More information

ExpressCluster for Linux Ver3.1 Database Agent rd Revision

ExpressCluster for Linux Ver3.1 Database Agent rd Revision ExpressCluster for Linux Ver3.1 Database Agent 2005.12.28 4 rd Revision Revision History Revision Revision Date Revision Page 1 2005/05/30 The 1 st Revision was created. 2 2005/07/22 Description The following

More information

Express Report Service (MG) Installation Guide (Windows)

Express Report Service (MG) Installation Guide (Windows) Express Report Service (MG) Installation Guide (Windows) Chapter 1 General Description Chapter 2 Installation Chapter 3 Uninstallation Chapter 4 Appendix 10.111.01-114.01 NEC Corporation 2016 Contents

More information

PROMISE ARRAY MANAGEMENT ( PAM) FOR FastTrak S150 TX2plus, S150 TX4 and TX4000. User Manual. Version 1.3

PROMISE ARRAY MANAGEMENT ( PAM) FOR FastTrak S150 TX2plus, S150 TX4 and TX4000. User Manual. Version 1.3 PROMISE ARRAY MANAGEMENT ( PAM) FOR FastTrak S150 TX2plus, S150 TX4 and TX4000 User Manual Version 1.3 Promise Array Management Copyright 2003 Promise Technology, Inc. All Rights Reserved. Copyright by

More information

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr.

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr. Preface This installation guide explains how to install the "ETERNUSmgr for HP-UX" storage system management software on an ETERNUS DX400 series, ETERNUS DX8000 series, ETERNUS2000, ETERNUS4000, ETERNUS8000,

More information

Command Line Interface User's Guide for NEC ExpressUpdate

Command Line Interface User's Guide for NEC ExpressUpdate Command Line Interface User's Guide for NEC ExpressUpdate Chapter1 About Command Line Interface Chapter2 Component management Chapter3 Group management Chapter4 NEC ExpressUpdate Chapter5 Log management

More information

System Monitor - Performance Monitoring Services 5.8 User's Guide

System Monitor - Performance Monitoring Services 5.8 User's Guide System Monitor - Performance Monitoring Services 5.8 User's Guide - First Edition - Copyright (C) NEC Corporation 2004-2017. Disclaimer of Warranty All the information, text, graphics, links or other items

More information

Contents Notations Used in This Document... 4 Notations used in the text... 4 Abbreviations of Operating Systems Trademarks...

Contents Notations Used in This Document... 4 Notations used in the text... 4 Abbreviations of Operating Systems Trademarks... Installation Guide (Windows) Express5800 Series Express Report Service / Express Report Service (HTTPS) Express Report Service Chapter 1 General Description Chapter 2 Installation Chapter 3 Uninstallation

More information

ExpressCluster for Linux Ver3.0

ExpressCluster for Linux Ver3.0 ExpressCluster for Linux Ver3.0 Cluster Installation and Configuration Guide (Shared Disk) 2004.06.30 1st Revision Revision History Revision Revision date Descriptions 1 2004/06/30 New manual 2 EXPRESSCLUSTER

More information

Scribe Insight Installation Guide. Version August 10, 2011

Scribe Insight Installation Guide. Version August 10, 2011 Scribe Insight Installation Guide Version 7.0.2 August 10, 2011 www.scribesoft.com Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form

More information

ExpressCluster X 2.0 for Linux

ExpressCluster X 2.0 for Linux ExpressCluster X 2.0 for Linux Installation and Configuration Guide 03/31/2009 3rd Edition Revision History Edition Revised Date Description First 2008/04/25 New manual Second 2008/10/15 This manual has

More information

FUJITSU Cloud Service K5 SF Restrictions / Advisory Notes. Version 1.5 FUJITSU LIMITED

FUJITSU Cloud Service K5 SF Restrictions / Advisory Notes. Version 1.5 FUJITSU LIMITED Version 1.5 FUJITSU LIMITED Oct 27, 2016 Contents 1 Preface 2 1.1 Purpose of This Document.................................... 2 1.2 Intended Readers......................................... 2 1.3 Structure

More information

Express5800/R120d-1M, R120d-2M

Express5800/R120d-1M, R120d-2M NEC Express Server Express5800 Series Express5800/R120d-1M, R120d-2M EXP291, EXP292 Installation Guide (Windows) Model Number: R120d-1M N8100-1794F R120d-2M N8100-1793F Chapter 1 Installing Windows Chapter

More information

Express Report Service / Installation Guide (Windows) Express Report Service. Chapter 1 General Description. Chapter 2 Installation

Express Report Service / Installation Guide (Windows) Express Report Service. Chapter 1 General Description. Chapter 2 Installation Express Report Service / Express Report Service (HTTPS) Installation Guide (Windows) Express Report Service Chapter 1 General Description Chapter 2 Installation Chapter 3 Uninstallation Chapter 4 Appendix

More information

PROMISE ARRAY MANAGEMENT ( PAM) USER MANUAL

PROMISE ARRAY MANAGEMENT ( PAM) USER MANUAL PROMISE ARRAY MANAGEMENT ( PAM) USER MANUAL Copyright 2002, Promise Technology, Inc. Copyright by Promise Technology, Inc. (Promise Technology). No part of this manual may be reproduced or transmitted

More information

User's Guide. System Monitor - Performance Monitoring Services 5.3

User's Guide. System Monitor - Performance Monitoring Services 5.3 User's Guide System Monitor - Performance Monitoring Services 5.3 Preface System Monitor - Performance Monitoring Services 5.3 (hereafter referred to as "System Monitor - Performance Monitoring Services")

More information

Universal RAID Utility NEC ESMPRO Update Setup Procedure

Universal RAID Utility NEC ESMPRO Update Setup Procedure Universal RAID Utility NEC ESMPRO Update Setup Procedure 1st Edition June 2008 Introduction This document describes the installation procedure of the following software. 1. Universal RAID Utility 2. NEC

More information

REVISIONS * The manual number is given on the bottom left of the back cover.

REVISIONS * The manual number is given on the bottom left of the back cover. REVISIONS * The manual number is given on the bottom left of the back cover. Print Date * Manual Number Revision Apr., 2002 SH (NA) -080270-A First edition Jun., 2002 SH (NA) -080270-B Correction Section

More information

User's Guide. System Monitor - Performance Monitoring Services 5.0

User's Guide. System Monitor - Performance Monitoring Services 5.0 User's Guide System Monitor - Performance Monitoring Services 5.0 Preface System Monitor - Performance Monitoring Services (hereafter referred to as "System Monitor - Performance Monitoring Services")

More information

Dell Change Auditor 6.5. Event Reference Guide

Dell Change Auditor 6.5. Event Reference Guide Dell Change Auditor 6.5 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license

More information

EXPRESSCLUSTER X Integrated WebManager

EXPRESSCLUSTER X Integrated WebManager EXPRESSCLUSTER X Integrated WebManager Administrator s Guide 10/02/2017 12th Edition Revision History Edition Revised Date Description 1st 06/15/2009 New manual 2nd 09/30/2009 This manual has been updated

More information

Universal RAID Utility User's Guide Ver: 3.0

Universal RAID Utility User's Guide Ver: 3.0 Universal RAID Utility User's Guide Ver: 3.0 856-127900-130-A 1st Edition Jul 2013 Copyright NEC Corporation 2007-2013. Trademarks NEC EXPRESSBUILDER is trademarks of NEC Corporation. Microsoft and its

More information

RTX 8.0 Installation Guide

RTX 8.0 Installation Guide RTX 8.0 Installation Guide Copyright 1996-2007 by Ardence, a Citrix Company. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, graphic, electronic,

More information

Express5800/A2040c, A2020c, A2010c, A1040c PCIe Live Error Recovery User s Guide (Release 1.0)

Express5800/A2040c, A2020c, A2010c, A1040c PCIe Live Error Recovery User s Guide (Release 1.0) Express5800/A2040c, A2020c, A2010c, A1040c PCIe Live Error Recovery User s Guide (Release 1.0) June 2015 NEC Corporation 2015 NEC Corporation 855-901079-001-A Notes on Using This Manual No part of this

More information

QUICK GUIDE FOR. Installing Nokia Connectivity Cable Drivers

QUICK GUIDE FOR. Installing Nokia Connectivity Cable Drivers QUICK GUIDE FOR Installing Nokia Connectivity Cable Drivers Contents 1. Introduction...1 2. Must haves...1 3. Installing Nokia Connectivity Cable Drivers...2 3.1 Before installation...2 3.2 Installing

More information

NEC Express5800 Series. StorView Ver. 3. Operation Guide. for N F B

NEC Express5800 Series. StorView Ver. 3. Operation Guide. for N F B NEC Express5800 Series StorView Ver. 3 Operation Guide for N8190-121F Trademarks NEC ESMPRO is the registered trademark of NEC Corporation. Microsoft, Windows are registered trademarks or trademarks of

More information

NEC ESMPRO AlertManager User's Guide

NEC ESMPRO AlertManager User's Guide NEC ESMPRO AlertManager User's Guide Chapter 1 General Description Chapter 2 Installation Chapter 3 Setting Chapter 4 Appendix AM_E-UG-W-001-01-004 NEC Corporation 2014 Contents Contents... 2 Notations

More information

REVISIONS * The manual number is given on the bottom left of the back cover.

REVISIONS * The manual number is given on the bottom left of the back cover. REVISIONS * The manual number is given on the bottom left of the back cover. Print Date * Manual Number Revision Apr., 2002 SH (NA) -080270-A First edition Jun., 2002 SH (NA) -080270-B Correction Section

More information

Solaris OE. Softek AdvancedCopy Manager User's Guide 10.2

Solaris OE. Softek AdvancedCopy Manager User's Guide 10.2 Solaris OE Softek AdvancedCopy Manager User's Guide 10.2 Preface ++ Purpose This manual explains how to operate Web-GUI with Softek AdvancedCopy Manager. ++ Reader This manual is intended for system managers

More information

SigmaSystemCenter 3.3 Data Reference Guide

SigmaSystemCenter 3.3 Data Reference Guide SigmaSystemCenter 3.3 Data Reference Guide - Second Edition - Copyright (C) NEC Corporation 2003-2014. Disclaimer of Warranty All the information, text, graphics, links or other items contained within

More information

White Paper NetVault Backup Greatly Reduces the Cost of Backup Using All-Flash Arrays with the Latest LTO Ultrium Technology

White Paper NetVault Backup Greatly Reduces the Cost of Backup Using All-Flash Arrays with the Latest LTO Ultrium Technology White Paper NetVault Backup Greatly Reduces the Cost of Backup Using All-Flash Arrays with the Latest LTO Ultrium Technology Unlimited Backup Capacity and Number of Generations Adoption of all-flash arrays

More information

EasyMP Network Updater Operation Guide

EasyMP Network Updater Operation Guide EasyMP Network Updater Operation Guide Contents Introduction to EasyMP Network Updater... 5 EasyMP Network Updater Features... 5 Setting Up EasyMP Network Updater for the First Time... 6 Installing the

More information

SGConfig Configuration Tool v11.1 R0 Product Bulletin

SGConfig Configuration Tool v11.1 R0 Product Bulletin GE Grid Solutions SGConfig Configuration Tool v11.1 R0 Date: December 11 th, 2018 Classification: GE Information Publication Number: PRBT-0416 Release Notification of SGConfig 11.1 SGConfig is a PC software-based

More information

EXPRESSCLUSTER X SingleServerSafe 3.3 for Windows. Installation Guide. 10/02/2017 6th Edition

EXPRESSCLUSTER X SingleServerSafe 3.3 for Windows. Installation Guide. 10/02/2017 6th Edition EXPRESSCLUSTER X SingleServerSafe 3.3 for Windows Installation Guide 10/02/2017 6th Edition Revision History Edition Revised Date Description 1st 02/09/2015 New manual 2nd 04/20/2015 Corresponds to the

More information

DeploymentManager Ver6.6

DeploymentManager Ver6.6 DeploymentManager Ver6.6 Operation Guide -First Edition- Rev.001 Contents Introduction... 4 Target Audience and Purpose... 4 Document Structure... 4 Documentation Guidelines for DeploymentManager Manuals...

More information

Pre-Operation Confirmation Login and Logout Displaying Device Information Downloading and Installing Packages Appendix

Pre-Operation Confirmation Login and Logout Displaying Device Information Downloading and Installing Packages Appendix Professional IS/Standard Client Reference 1 2 3 4 5 Pre-Operation Confirmation Login and Logout Displaying Device Information Downloading and Installing Packages Appendix Read this manual carefully before

More information

ExpressCluster X 3.2 for Linux

ExpressCluster X 3.2 for Linux ExpressCluster X 3.2 for Linux Installation and Configuration Guide 5/23/2014 2nd Edition Revision History Edition Revised Date Description 1st 2/19/2014 New manual 2nd 5/23/2014 Corresponds to the internal

More information

RocketU 1144CM Host Controller

RocketU 1144CM Host Controller RocketU 1144CM Host Controller 4-Port USB 3.0 PCI-Express 2.0 x4 RAID HBA for Mac User s Guide Revision: 1.0 Dec. 13, 2012 HighPoint Technologies, Inc. 1 Copyright Copyright 2013 HighPoint Technologies,

More information

EasyMP Network Updater Operation Guide

EasyMP Network Updater Operation Guide EasyMP Network Updater Operation Guide Contents Introduction to EasyMP Network Updater... 5 EasyMP Network Updater Features... 5 Setting Up EasyMP Network Updater for the First Time... 6 Installing the

More information

User's Guide. System Monitor - Performance Monitoring Services 5.4

User's Guide. System Monitor - Performance Monitoring Services 5.4 User's Guide System Monitor - Performance Monitoring Services 5.4 Preface System Monitor - Performance Monitoring Services 5.4 (hereafter referred to as "System Monitor - Performance Monitoring Services")

More information

ServeRAID M5015 and M5014 SAS/SATA Controllers Product Guide

ServeRAID M5015 and M5014 SAS/SATA Controllers Product Guide ServeRAID M5015 and M5014 SAS/SATA Controllers Product Guide The ServeRAID M5015 and ServeRAID M5014 SAS/SATA Controllers for System x are the next-generation 6 Gbps SAS 2.0 RAID controllers. The adapters

More information

AlliedView -EMS 4.0 INSTALLATION GUIDE

AlliedView -EMS 4.0 INSTALLATION GUIDE AlliedView -EMS 4.0 INSTALLATION GUIDE AlliedView -EMS 4.0 INSTALLATION GUIDE Page 1 of 29 TABLE OF CONTENTS 1 INTRODUCTION...3 2 SYSTEM REQUIREMENTS...3 2.1 WINDOWS... 3 2.2 SOLARIS... 3 2.3 HP-UX...

More information

NetXplorer. Installation Guide. Centralized NetEnforcer Management Software P/N D R3

NetXplorer. Installation Guide. Centralized NetEnforcer Management Software P/N D R3 NetXplorer Centralized NetEnforcer Management Software Installation Guide P/N D357006 R3 Important Notice Important Notice Allot Communications Ltd. ("Allot") is not a party to the purchase agreement

More information

Hitachi File Services Manager Release Notes

Hitachi File Services Manager Release Notes Hitachi File Services Manager 5.3.0-00 Release Notes Copyright 2011, 2015, Hitachi, Ltd., Hitachi Data Systems Corporation, ALL RIGHTS RESERVED Notice: No part of this publication may be reproduced or

More information

FUJITSU Storage ETERNUS SF Storage Cruiser V16.3 / AdvancedCopy Manager V16.3. Cluster Environment Setup Guide

FUJITSU Storage ETERNUS SF Storage Cruiser V16.3 / AdvancedCopy Manager V16.3. Cluster Environment Setup Guide FUJITSU Storage ETERNUS SF Storage Cruiser V16.3 / AdvancedCopy Manager V16.3 Cluster Environment Setup Guide B1FW-6006-04ENZ0(00) October 2015 Preface Purpose This manual provides information on installation

More information

EXPRESSCLUSTER X SingleServerSafe 3.3 for Windows. Installation Guide. 01/29/2016 3rd Edition

EXPRESSCLUSTER X SingleServerSafe 3.3 for Windows. Installation Guide. 01/29/2016 3rd Edition EXPRESSCLUSTER X SingleServerSafe 3.3 for Windows Installation Guide 01/29/2016 3rd Edition Revision History Edition Revised Date Description 1st 02/09/2015 New manual 2nd 04/20/2015 Corresponds to the

More information

Interstage Shunsaku Data Manager Using the Shunsaku Manuals

Interstage Shunsaku Data Manager Using the Shunsaku Manuals Interstage Data Manager Using the Manuals Using the Manuals Trademarks Trademarks of other companies are used in this manual only to identify particular products or systems. Product Microsoft, Visual C++,

More information

MSA1500csReleaseNotes8_ txt MSA1500cs ReleaseNotes. hp StorageWorks Modular Smart Array 1500 cs Release Notes. Third Edition (February 2005)

MSA1500csReleaseNotes8_ txt MSA1500cs ReleaseNotes. hp StorageWorks Modular Smart Array 1500 cs Release Notes. Third Edition (February 2005) MSA1500cs ReleaseNotes hp StorageWorks Modular Smart Array 1500 cs Release Notes Third Edition (February 2005) Publication of the third edition of this document coincides with the release of MSA1500 cs

More information

XLmanage Version 2.4. Installation Guide. ClearCube Technology, Inc.

XLmanage Version 2.4. Installation Guide. ClearCube Technology, Inc. XLmanage Version 2.4 Installation Guide ClearCube Technology, Inc. www.clearcube.com Copyright and Trademark Notices Copyright 2009 ClearCube Technology, Inc. All Rights Reserved. Information in this document

More information

ExpressCluster X 3.1 for Linux

ExpressCluster X 3.1 for Linux ExpressCluster X 3.1 for Linux Installation and Configuration Guide 10/11/2011 First Edition Revision History Edition Revised Date Description First 10/11/2011 New manual Copyright NEC Corporation 2011.

More information

ExpressCluster X Integrated WebManager

ExpressCluster X Integrated WebManager ExpressCluster X Integrated WebManager Administrator s Guide 09/30/2009 Second Edition Revision History Edition Revised Date Description First 06/15/2009 New manual Second 09/30/2009 This manual has been

More information

ExpressCluster for Linux Version 3 ExpressCluster SAN Installation Guide

ExpressCluster for Linux Version 3 ExpressCluster SAN Installation Guide ExpressCluster for Linux Version 3 ExpressCluster SAN Installation Guide Revision 5us EXPRESSCLUSTER is a registered trademark of NEC Corporation. Linux is a trademark or registered trademark of Linus

More information

Notice for Express Report Service (MG)

Notice for Express Report Service (MG) NEC Express5800, ilo Embedded Server Notice for Express Report Service (MG) Revision 1.0 Nov 22, 2017 NEC Corporation Table of Contents Table of Contents... 2 Trademarks... 3 Cautions... 3 Reference Sites...

More information

HP ProLiant Hardware Inventory Tool for Configuration Manager 2007 User Guide

HP ProLiant Hardware Inventory Tool for Configuration Manager 2007 User Guide HP ProLiant Hardware Inventory Tool for Configuration Manager 2007 User Guide HP Part Number: Part Number 530778-003 Published: May 2010 (Fourth Edition) Notices Copyright 2009, 2010 Hewlett-Packard Development

More information

ExpressCluster X File Server Agent 1.0 for Linux

ExpressCluster X File Server Agent 1.0 for Linux ExpressCluster X File Server Agent 1.0 for Linux Administrator s Guide 8/31/2007 Fourth Edition Revision History Edition Revised Date Description First 2006/09/08 New manual Second 2006/12/12 EXPRESSCLUSTER

More information

P2WW ENZ0. ScanSnap PDF Converter for S500 V1.0 User s Guide

P2WW ENZ0. ScanSnap PDF Converter for S500 V1.0 User s Guide P2WW-2270-01ENZ0 ScanSnap PDF Converter for S500 V1.0 User s Guide As A Precaution: This manual describes how to use ScanSnap PDF Converter. Be sure to read this manual before using ScanSnap PDF Converter.

More information

8.2. Quick Start Guide

8.2. Quick Start Guide 8.2 Quick Start Guide 2012 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software

More information

Hitachi File Services Manager Release Notes

Hitachi File Services Manager Release Notes Hitachi File Services Manager Release Notes Copyright 2011, 2015, Hitachi, Ltd., Hitachi Data Systems Corporation, ALL RIGHTS RESERVED Notice: No part of this publication may be reproduced or transmitted

More information

ExpressCluster for Linux Version 3 Web Manager Reference. Revision 6us

ExpressCluster for Linux Version 3 Web Manager Reference. Revision 6us ExpressCluster for Linux Version 3 Web Manager Reference Revision 6us EXPRESSCLUSTER is a registered trademark of NEC Corporation. Linux is a trademark or registered trademark of Linus Torvalds in the

More information

EXPRESSCLUSTER X 3.3 for Linux

EXPRESSCLUSTER X 3.3 for Linux EXPRESSCLUSTER X 3.3 for Linux Installation and Configuration Guide 04/10/2017 5th Edition Revision History Edition Revised Date Description 1st 02/09/2015 New manual. 2nd 06/30/2015 Corresponds to the

More information

ETERNUS SF Express V15.1/ Storage Cruiser V15.1/ AdvancedCopy Manager V15.1. Migration Guide

ETERNUS SF Express V15.1/ Storage Cruiser V15.1/ AdvancedCopy Manager V15.1. Migration Guide ETERNUS SF Express V15.1/ Storage Cruiser V15.1/ AdvancedCopy Manager V15.1 Migration Guide B1FW-5958-03ENZ0(00) August 2012 Preface Purpose This manual describes how to upgrade to this version from the

More information

Windows Server 2003 RUR2 (Service Pack 2)

Windows Server 2003 RUR2 (Service Pack 2) Windows Server 2003 RUR2 (Service Pack 2) () Installation Manual NovaScale and Express5800 Series Microsoft Windows Server 2003 R2 x64 Editions / Microsoft Windows Server 2003 x64 Editions RUR2 (Service

More information

SUPERTRAK EX8300, EX8350 RAID 6 UPGRADE & PRIMER

SUPERTRAK EX8300, EX8350 RAID 6 UPGRADE & PRIMER SUPERTRAK EX8300, EX8350 RAID 6 UPGRADE & PRIMER Version 1.1 2005 Promise Technology, Inc. All rights reserved. SuperTrak EX8300, EX8350 RAID 6 Upgrade & Primer Copyright 2005 Promise Technology, Inc.

More information

IBM Proventia Management SiteProtector. Scalability Guidelines Version 2.0, Service Pack 7.0

IBM Proventia Management SiteProtector. Scalability Guidelines Version 2.0, Service Pack 7.0 IBM Proventia Management SiteProtector Scalability Guidelines Version 2.0, Service Pack 7.0 Copyright Statement Copyright IBM Corporation 1994, 2008. IBM Global Services Route 100 Somers, NY 10589 U.S.A.

More information

MasterScope. SystemManager G Ver Manager (Windows Version) Duplication Setup Guide. (For WSFC)

MasterScope. SystemManager G Ver Manager (Windows Version) Duplication Setup Guide. (For WSFC) MasterScope SystemManager G Ver. 7.1 Manager (Windows Version) Duplication Setup Guide (For WSFC) August 2017 Revision History Ver. Date Page Details Revised Revised 1st Edition 2017.08 New document Contents

More information

EXPRESSCLUSTER X 4.0 for Linux

EXPRESSCLUSTER X 4.0 for Linux EXPRESSCLUSTER X 4.0 for Linux Installation and Configuration Guide April 17, 2018 1st Edition Revision History Edition Revised Date Description 1st Apr 17, 2018 New manual. Copyright NEC Corporation 2018.

More information

MasterScope. SystemManager Ver Manager (Windows Version) Duplication Setup Guide. (For WSFC)

MasterScope. SystemManager Ver Manager (Windows Version) Duplication Setup Guide. (For WSFC) MasterScope SystemManager Ver. 6.3 Manager (Windows Version) Duplication Setup Guide (For WSFC) June 2016 Revision History Ver. Date Page Details Revised Revised 1st Edition 2014.03 New document Contents

More information

FC SAN Boot Configuration Guide

FC SAN Boot Configuration Guide White Paper R120d-2M, R120d-1M R120d-2E, R120d-1E FC SAN Boot Configuration Guide Windows Server 2008 (Hyper-V) Windows Server 2008 R2 (Hyper-V 2.0) Red Hat Enterprise Linux 5 Red Hat Enterprise Linux

More information

ETERNUS SF Express V15.3/ Storage Cruiser V15.3/ AdvancedCopy Manager V15.3. Migration Guide

ETERNUS SF Express V15.3/ Storage Cruiser V15.3/ AdvancedCopy Manager V15.3. Migration Guide ETERNUS SF Express V15.3/ Storage Cruiser V15.3/ AdvancedCopy Manager V15.3 Migration Guide B1FW-5958-06ENZ0(00) June 2013 Preface Purpose This manual describes how to upgrade to this version from the

More information

1) 2) Intel Xeon Pentium Intel Windows MS-DOS Microsoft. LSI MegaRAID T2143 V

1) 2) Intel Xeon Pentium Intel Windows MS-DOS Microsoft. LSI MegaRAID T2143 V LSI MegaRAID 1) 2) Intel Xeon Pentium Intel Windows MS-DOS Microsoft 2005 LSI MegaRAID T2143 V1.0 2005 06 II ... V... VI... VI 1.1 SCSI... 1-2 1.2 RAID 0 RAID 1... 1-4 1.3 RAID 5... 1-10 1.4 RAID 50...

More information

FUJITSU Storage ETERNUS SF Storage Cruiser V16.5 / AdvancedCopy Manager V16.5. Cluster Environment Setup Guide

FUJITSU Storage ETERNUS SF Storage Cruiser V16.5 / AdvancedCopy Manager V16.5. Cluster Environment Setup Guide FUJITSU Storage ETERNUS SF Storage Cruiser V16.5 / AdvancedCopy Manager V16.5 Cluster Environment Setup Guide B1FW-6006-06ENZ0(00) May 2017 Preface Purpose This manual provides information on installation

More information

NEC ESMPRO AlertManager User's Guide (Windows)

NEC ESMPRO AlertManager User's Guide (Windows) NEC ESMPRO AlertManager User's Guide (Windows) Chapter 1 General Description Chapter 2 Installation Chapter 3 Setting Chapter 4 Appendix 10.111.01-129.01 NEC Corporation 2016 Contents Contents... 2 Conventions

More information

SystemWalker/StorageMGR User's Guide Solaris-

SystemWalker/StorageMGR User's Guide Solaris- SystemWalker/StorageMGR User's Guide 10.0 -Solaris- Preface ++ Purpose This manual explains how to operate Web-GUI with SystemWalker/StorageMGR. SystemWalker is a generic name for products for operation

More information

QuickSpecs. HP Serial-ATA (SATA) Entry (ETY) and Midline (MDL) Hard Drive Option Kits Overview

QuickSpecs. HP Serial-ATA (SATA) Entry (ETY) and Midline (MDL) Hard Drive Option Kits Overview Overview HP introduces the next generation of SATA drives that are designed for the reliability and larger capacities demanded by today's entry server and external storage environments. The new SATA portfolio

More information

Virtuozzo Automator 6.1

Virtuozzo Automator 6.1 Virtuozzo Automator 6.1 Readme April 18, 2016 Copyright 1999-2016 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH. c/o Parallels International GmbH. Parallels

More information

RocketU 1144BM Host Controller

RocketU 1144BM Host Controller RocketU 1144BM Host Controller USB 3.0 Host Adapters for Mac User s Guide Revision: 1.0 Oct. 22, 2012 HighPoint Technologies, Inc. 1 Copyright Copyright 2012 HighPoint Technologies, Inc. This document

More information

Parallels Software International, Inc. Parallels Compressor. Installation Guide. Workstation

Parallels Software International, Inc. Parallels Compressor. Installation Guide. Workstation Parallels Software International, Inc. Parallels Compressor Installation Guide Workstation (c) 2005-2007 Copyright 2006-2007 by Parallels Software International Inc. All rights reserved. Parallels, Parallels

More information

Offline Shader Compiler. Mali. User Guide. Version: 3.0. Copyright ARM. All rights reserved. ARM DUI 0513B (ID032912)

Offline Shader Compiler. Mali. User Guide. Version: 3.0. Copyright ARM. All rights reserved. ARM DUI 0513B (ID032912) Mali Offline Shader Compiler Version: 3.0 User Guide Copyright 2009-2012 ARM. All rights reserved. ARM DUI 0513B () Mali Offline Shader Compiler User Guide Copyright 2009-2012 ARM. All rights reserved.

More information

DELL. Global Solutions Engineering. PERC5 Storage Management in Novell NetWare 6.5. Support Pack 6 and Support Pack 7

DELL. Global Solutions Engineering. PERC5 Storage Management in Novell NetWare 6.5. Support Pack 6 and Support Pack 7 DELL PERC5 Storage Management in Novell NetWare 6.5 Support Pack 6 and Support Pack 7 Global Solutions Engineering By Faisal Ahmed, Mike Novak, Naveen Harsani, Ankit Goel, and Cindy Lee Stap Dell Custom

More information

Network Guide. IMPORTANT: Read this manual carefully before using your printer. Save this manual for future reference. ENG

Network Guide. IMPORTANT: Read this manual carefully before using your printer. Save this manual for future reference. ENG Network Guide IMPORTANT: Read this manual carefully before using your printer. Save this manual for future reference. ENG Network Guide How This Manual Is Organized Chapter 1 Before You Start Chapter 2

More information

ETERNUS Disk storage systems Server Connection Guide (FCoE) for Linux

ETERNUS Disk storage systems Server Connection Guide (FCoE) for Linux Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

Tiger Bridge 1.0 Administration Guide

Tiger Bridge 1.0 Administration Guide Tiger Bridge 1.0 Administration Guide September 12, 2017 Copyright 2008-2017 Tiger Technology. All rights reserved. This publication, or parts thereof, may not be reproduced in any form, by any method,

More information