EXPRESSBUILDER Command Line Interface User's Guide. Notations, Notes and Additions

Size: px
Start display at page:

Download "EXPRESSBUILDER Command Line Interface User's Guide. Notations, Notes and Additions"

Transcription

1 EXPRESSBUILDER Command Line Interface User's Guide Chapter 1 Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter 6 Notations, Notes and Additions Usage Commands XML Interface Log Management Glossary November 2015 NEC Corporation 2015

2 Contents Chapter 1 Notations, Notes and Additions... 4 Chapter 2 Usage Overview System Requirements Using the Command Line Shell mode One liner mode XML scripting mode Chapter 3 Commands Syntax of Commands Target Basic options Specific options Summary of command output Diagram of the entire address space Example of command execution Changing the current target Creating the repository Clearing the repository Showing the application information Installing the application Updating data in Internal Flash Memory Showing the repository path Installing Starter Pack Showing the EXPRESSBUILDER version in Internal Flash Memory Chapter 4 XML Interface XML interface Overview XML elements Examples of XML file Chapter 5 Log Management Logging specification Logging contents Chapter 6 Glossary

3 Trademarks Microsoft, Windows, Windows Server are registered trademarks or trademarks of Microsoft Corporation in the United States and other countries. Linux is a trademark or registered trademark of Linus Torvalds in the United States and other countries. Red Hat and Red Hat Enterprise Linux are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries. All other company, brand, product, or trade names used in this document are the registered trademarks or trademarks of their respective trademark owners. 3

4 Chapter 1 Notations, Notes and Additions This document describes how to use EXPRESSBUILDER from the command line on the operating system (OS) when EXPRESSBUILDER is stored in Internal Flash Memory. Attention This document is intended for persons who are familiar with the operating system's functions and operations and the network's functions and setup. For operations and inquiries about the operating system, see its online help information. Notations in This Document The following explains three notations that are used in this document: IMPORTANT: CHECK: TIP: Points that are mandatory or require attention when using the software or the hardware. Points that are require confirmation when using the software or the hardware. Helpful and useful piece of information. Fonts and Marks in This Document The Italic font shows the option of command in this document. The character string surrounded by <> means a value specified by the character string in this document except for XML tag. The character of <> is not contained in the value. The character string surrounded by [] means the omissible argument. Notes (1) Unauthorized reproduction of the contents of this document, in part or in its entirety, is prohibited. (2) This document is subject to change at any time without notice. (3) Do not make copies or alter the document content without permission from NEC Corporation. (4) If you have any concerns, or discover errors or omissions in this document, contact your sales representative. (5) Regardless of article 4, NEC Corporation assumes no responsibility for effects resulting from your operations. (6) The sample values used in this document are not actual values. 4

5 Chapter 2 Usage 2.1 Overview This document describes the Command Line Interface (CLI) of EXPRESSBUILDER. You can operate CLI by using the eb_cli command. The eb_cli command has three modes: interactive "shell mode", non-interactive "one liner mode" and batch format "XML scripting mode" which uses specified file. 2.2 System Requirements Hardware: Express Server (equipped with Internal Flash Memory) OS privilege: Windows: Linux: Administrator root Linux package: RHEL6.x lm_sensors-libs net-snmp-libs perl perl-libs perl-version perl-pod-escapes perl-pod-simple perl-module-pluggable rsync OpenIPMI OpenIPMI-libs unzip mtools syslinux syslinux-nonlinux (required by OpenIPMI) (required by OpenIPMI) (required by OpenIPMI) (required by OpenIPMI) (required by OpenIPMI) (required by OpenIPMI) (required by OpenIPMI) (required by OpenIPMI) (required by OpenIPMI) (required by syslinux) (required by syslinux) RHEL7.x net-snmp-libs (required by OpenIPMI) 5

6 rsync OpenIPMI OpenIPMI-modalias OpenIPMI-libs unzip mtools syslinux (required by OpenIPMI) (required by OpenIPMI) (required by syslinux) Linux Service: ipmi service 2.3 Using Command Line All the operations in this document are executed from the eb_cli command. The eb_cli command is created in the following folder when you install EXPRESSBUILDER. Windows OS: %ProgramFiles%\EXPRESSBUILDER\ar_menu %ProgramFiles(x86)%\EXPRESSBUILDER\ar_menu (on 32 bit edition) (on 64 bit edition) Linux OS: /opt/nec/eb or the installation folder If the eb_cli command cannot be run, follow the steps below to install EXPRESSBUILDER. 1. Start Windows or Linux on your server. 2. Insert the EXPRESSBUILDER DVD into your server. If the DVD is not attached as standard, you can download it from the NEC web site ( 3. Run the following file on the DVD. <xxx> means a three-digit number. Windows OS \<xxx>\ar_menu\setup.exe Linux OS /<xxx>/lnx/pp/eb_tool/pp_install 6

7 4. Continue to install according to the displayed messages. On Windows OS, select Create the repository in the wizard. On Linux OS, create the repository by using the eb_cli command Shell mode In shell mode, you can run CLI commands interactively by using proprietary shell function. Starting shell mode You can run CLI commands by shell mode when the eb_cli command starts from command line on OS. For details of CLI commands, see "Chapter 3 Commands". eb_cli [Option] eb_cli Option Indicates the EXPRESSBUILDER command line interface command. Specifies an option. The following option is selectable at this command. -h -help Shows the syntax of eb_cli commands. Shell mode does not start when this option is specified. Example To start the shell mode, type the following. > eb_cli CLI command prompt appears when the shell mode starts. EXPRESSBUILDER Version > Checking the repository at startup The repository is created with a default path (see "3.4.2 Creating the repository") automatically if the repository does not exist when starting the command. If data in Internal Flash Memory is updated by EXPRESSBUILDER DVD, the repository is also updated with the data and the EXPRESSBUILDER CLI is automatically updated. Exiting shell mode To exit the shell mode, type the exit command as follows or press <Ctrl> + <C> keys. -> exit 7

8 Key operations on shell mode Key operations in shell mode are as follows. Key Enter Back Space Ctrl + M Ctrl + H Ctrl + C Table 2-1 Key operations list Runs a command. Erases one character. Moves the cursor backward one character. Moves the cursor forward one character. Recalls the prior command. Recalls the next command. Runs a command. (equivalent to the "Enter" key) Erases one character. (equivalent to the "Back Space" key) Exits the shell mode One liner mode One liner mode can run a specified CLI command as follows. For details of CLI commands, see "Chapter 3 Commands". eb_cli [Option] '<CLI Command>' eb_cli Option '<CLI Command>' Indicates the EXPRESSBUILDER command line interface command. Specifies an option. The following option is selectable at this command. -h -help Shows the command syntax of the eb_cli command. CLI command is not run when this option is specified. Specifies a CLI command by surrounding with single quotation mark. Example To run a command in one liner mode, type the following. eb_cli 'show /' 8

9 Notes on executing one liner mode If you want to specify a double quotation (") in CLI command, add a backslash (\) before the double quotation. Example eb_cli 'load source \"path\" /edom' If the repository does not exist and the command except "Creating the repository" and "Updating data in Internal Flash Memory" is executed, the command is terminated with the following message. The repository has not been created. After creating the repository by "load /repository", please run again. If you run "Updating data in Internal Flash Memory", the following message is displayed. Update the repository according to the message. Please run "load /repository" to save the changes. If you update the repository and a newer EXPRESSBUILDER CLI is in it, the following message is displayed. A newer EXPRESSBUILDER CLI is in the repository. Terminate this command to update the EXPRESSBUILDER CLI. Please update the EXPRESSBUILDER CLI. Update the EXPRESSBUILDER CLI by running the following command in the repository. For details of default path, see "3.4.2 Creating the repository". Windows OS : <repository path>\<xxx>\ar_menu\setup.exe Linux OS : <repository path>/<xxx>/linux/pp/eb_tool/pp_install * <xxx> is a three-digit number depending on the EXPRESSBUILDER version. If you update data in Internal Flash Memory by booting EXPRESSBUILDER DVD and the command except "Creating the repository" and "Updating data in Internal Flash Memory" is executed, the command is terminated with the following message. Internal Flash Memory has been updated. After updating the repository by "load /repository", please run again. 9

10 2.3.3 XML scripting mode In XML scripting mode, you can write commands and their arguments in XML file, and then run commands by specifying XML file to the eb_cli command. For details of XML file format, see "Chapter 4 XML interface". eb_cli f <XML file name> [Option] eb_cli <XML file name> Option Indicates the EXPRESSBUILDER command line interface command. Specifies XML file in which eb_cli commands are written. Specifies an option. The following options are selectable at this command. -h -help Shows the command syntax of the eb_cli command. CLI command is not run when this option is specified. -x examine Parses XML file specified but the command does not run. Example To run commands by XML scripting mode, type the following. eb_cli f filename.xml Notes on executing XML scripting mode If the repository does not exist and the command except "Creating the repository" and "Updating data in Internal Flash Memory" is executed, the command is terminated with the following message. The repository has not been created. After creating the repository by "load /repository", please run again. If "Updating data in Internal Flash Memory" command is in the XML file and "Creating the repository" command is not processed after it, the command is terminated with the following message. After saving the changes by "load /repository", please run again. If you update the repository and a newer EXPRESSBUILDER CLI is in it, the following message is displayed. A newer EXPRESSBUILDER CLI is in the repository. Terminate this command to update the EXPRESSBUILDER CLI. Please update the EXPRESSBUILDER CLI and run again after the CLI is updated. 10

11 Update the EXPRESSBUILDER CLI by running the following command in the repository. For details of default path, see "3.4.2 Creating the repository". Windows OS : <repository path>\<xxx>\ar_menu\setup.exe Linux OS : <repository path>/<xxx>/linux/pp/eb_tool/pp_install * <xxx> is a three-digit number depending on the EXPRESSBUILDER version. If you update data in Internal Flash Memory by booting EXPRESSBUILDER DVD and the command except "Creating the repository" and "Updating data in Internal Flash Memory" is executed, the command is terminated with the following message. Internal Flash Memory has been updated. After updating the repository by "load /repository", please run again. 11

12 Chapter 3 Commands This section describes basic CLI commands. These commands are based on SMASH style proposed by Distributed Management Task Force (DMTF). Each command functions to a specified target. For details of the target, see "3.1.1 Target". Help message appears when "-h -help" option is specified to the <options> of the command. The argument placed between "[" and "]" is omissible. TIP: help, cd, exit and show commands are supported by all the targets. 3.1 Syntax of Commands help Syntax help [<options>] [<target>] Shows information about <target> or shows information about the current target when <target> is omitted. This command is supported by all the targets. cd Syntax cd [<options>] [<target>] Changes the current target to <target> or shows the current target when <target> is omitted. You can shorten subsequent commands by changing current target. This command is supported by all the targets. 12

13 exit Syntax exit [<options>] Terminates and logs out the shell mode. This command is supported by all the targets. show Syntax show [<options>] [<target>] Shows information about <target> or shows information about the current target when <target> is omitted. This command is supported by all the targets. load Syntax load [<options>] [<target>] Uploads data to <target> or uploads data to the current target. reset Syntax reset [<options>] [<target>] Resets <target> or resets the current target when <target> is omitted. 13

14 3.1.1 Target The format of "target" is similar notation to the path name of file system. When you start a path with "/", the path is recognized as absolute path. Otherwise path is recognized as a relative path. The "." means the current target and the ".." means the parent target. When a target is not specified at command option, the command functions to the current target. The current target can be changed by "cd" command. The default current target is "/"(root) Basic options The format of basic options is based on SMASH style. Other options are described in following chapter which have different function depending on the combination between command and target. -h -help Shows the description of the command and command syntax. The command is not run when this option is specified. This option is supported by all the basic commands. -x -examine Checks the syntax of the command. The command is not run when this option is specified. This option is supported by all the basic commands. -o -output <arg>(,<arg> ) Specifies the format of displaying the result of command. format=text You can specify the format of result. If text is specified, output is in text format. When this option is omitted, the command is run as format=text. This option is supported by all the basic commands. 14

15 -source <path> Specifies the source folder path. This option is supported by only the load command. Whether this option is available or not depends on the target. -destination <path> Specifies the destination folder path. This option is supported by only the load command. Whether this option is available or not depends on the target Specific options -outputfile <path> Outputs the result of the command to the file of specified <path>. When the file of specified <path> does not exist, a new file is created. When the file of specified <path> exists, the result is appended to the file. This option is supported by all the basic commands. 15

16 3.2 Summary of command output Each command shows a status and result as following format. -> <CLI command> <status> results -> Table 3-1 Status list Status COMMAND COMPLETED Command was successful. This status does not display for cd, exit, help, show command. COMMAND PROCESSING FAILED Syntax error was occurred. COMMAND EXECUTION FAILED Command was unsuccessful. 3.3 Diagram of entire address space A diagram of the entire eb_cli address space is as follows. / repository edom modules <module name> starterpack CHECK: "starterpack" is available for Windows. 16

17 3.4 Example of command execution Example of command execution when the eb_cli started in shell mode is as follows. When you execute a command in one liner mode, change the example to the following format. eb_cli '<command>' Changing the current target To change the current target, use the cd command. Example 1 "cd /modules/application1" command changes the current target to /modules/application1. -> cd /modules/application1 /modules/application1 Example 2 "cd" command shows the current target. -> cd /modules/application Creating the repository To create the repository, use the load command. Example1 "load -destination <path to repository> /repository" command creates the repository. -> load destination /opt/nec/eb/repo /repository COMMAND COMPLETED Updated the repository. If "path to repository" is not specified, the default path is the following: Windows (32bit) OS %ProgramFiles%\EXPRESSBUILDER\repository Windows (64bit) OS %ProgramFiles(x86)%\EXPRESSBUILDER\repository Linux OS /opt/nec/eb_repo 17

18 Example2 "load /repository" command creates the repository by default path. If the repository is already created, the command updates the repository. -> load /repository COMMAND COMPLETED Updated the repository. Notes on creating the repository Free at least four drive letters except A and B when creating the repository on Windows. Specify a path to the repository without a space character. Do not create the repository under /tmp folder when creating it on Linux. Ignore the following messages when creating the repository on Linux. alua: not attached No Caching mode page found Assuming drive cache: write through If a newer EXPRESSBUILDER CLI is saved in the repository, update the CLI at one liner mode or XML scripting mode by running the following command in the repository. For details of default path, see "3.4.2 Creating the repository". Windows OS : <repository path>\<xxx>\ar_menu\setup.exe Linux OS : <repository path>/<xxx>/linux/pp/eb_tool/pp_install * <xxx> is a three-digit number depending on the EXPRESSBUILDER version. At shell mode, the installer is automatically run and the EXPRESSBUILDER CLI is updated Clearing the repository To clear the repository, use the reset command. Example "reset /repository" command clears the repository. -> reset /repository COMMAND COMPLETED Deleted the repository. 18

19 3.4.4 Showing the application information To show the application information, use the show command. Application list or application detail information appears depending on the target. If "show /modules" command shows "EntryCount=0", the repository is incorrect. See "3.4.2 Creating the repository" to create the repository. Example 1 "show /modules" command shows the list of application. -> show /modules ufip=/modules ufit=modules Targets: ESMPRO_AGENT ESMPRO_AMEXP ESMPRO_AMHETTP ESMPRO_EXPMG ezclct uraiduti Properties: EntryCount=6 Verbs: cd exit help show load stop 19

20 Example 2 "show /modules/ezclct" command shows detailed information of ezclct application. -> show /modules/ezclct ufip=/modules/ezclct ufit=ezclct Targets: Properties: Module=utility Version= Verbs: cd exit help show load Installing the application To install the application, use the load command. Each application is installed separately. Example "load /modules/application1" command installs application1. -> load /modules/application1 COMMAND COMPLETED /modules/application1 The installation is complete. CHECK: The "load" command automatically performs the installer step of the installation procedure written in the installation guide for each application. For the dependence package installation and other preparations, refer to the installation guide of each application. 20

21 3.4.6 Updating data in Internal Flash Memory To update or restore data in Internal Flash Memory, use the load command. Example "load source E:\ /edom" command updates data in Internal Flash Memory from EXPRESSBUILDER DVD (E: drive). -> load source E:\ /edom COMMAND COMPLETED Updated Internal Flash Memory. Notes on creating the repository Free at least four drive letters except A and B when updating data in Internal Flash Memory on Windows. Ignore the following messages when updating data in Internal Flash Memory on Linux. alua: not attached No Caching mode page found Assuming drive cache: write through At shell mode, the command updates the repository automatically. At one liner mode or XML scripting mode, update the repository according to the message. If the syslinux package is not installed in Linux, the updating cannot be run. Install the syslinux package or update Internal Flash Memory by booting EXPRESSBUILDER DVD. 21

22 3.4.7 Showing the repository path To show the repository path, use the show command. Example "show /repository" command shows the repository information and the repository path is shown as property. -> show /repository ufip=/repository ufit=repository Targets: Properties: RepositoryPath=C:\tmp Verbs: cd exit help show load reset Installing Starter Pack To install Starter Pack, use the load command. When using the load command, the CLI is terminated and the Starter Pack installation starts. Example "load /starterpack" command installs Starter Pack. -> load /starterpack COMMAND COMPLETED Now installing Starter Pack. 22

23 3.4.9 Showing the EXPRESSBUILDER version in Internal Flash Memory To show the EXPRESSBUILDER version in Internal Flash Memory, use the show command. Example "show /edom" command shows the information of edom and the EXPRESSBUILDER version is shown as property. -> show /edom ufip=/edom ufit=edom Targets: Properties: Version= Verbs: cd exit help show load 23

24 Chapter 4 XML Interface 4.1 XML interface Overview You can execute commands in batch format when specifying XML file to the eb_cli XML elements The format of XML file is as follows. Details of those elements are described in Table 4-1. <?xml version="1.0" encoding="utf-8"?> <request> <COMMAND> <abort>true</abort> <instance> <ufip>target of this COMMAND</ufip> <options> <option> <name>name of option</name> <value> <val>value of option<val> </value> </option> </options> </instance> </COMMAND> </request> Table 4-1 Elements of XML file Name of Count of element appearance * request 1 A root element of request XML. COMMAND + An element specifying a basic command. Specify command as tag name. (Specify <load> for load command) abort? An element specifying a behavior in case of error. If set to true, the process is stopped. If set to false, the process runs on. If this element does not exist, true is used. 24

25 This setting is only used when plural commands are defined in XML file. instance? An element grouping a target, options and properties. ufip? An element specifying a target of the command. options? An element grouping option elements. option + An element corresponding to option. name 1 An element holding a name of option or property. value? An element holding a val element. val 1 An element holding a value of option or property. * +: more than 1,?: 0 or 1, (number): appear number times Examples of XML file Followings are typical commands with a shell mode and XML interface. Example 1 The case of show command to /modules element: ->show /modules <?xml version="1.0" encoding="utf-8"?> <request> <show> <instance> <ufip>/modules</ufip> </instance> </show> </request> Example 2 The case of installing application specified /modules/application element: ->load /modules/application <?xml version="1.0" encoding="utf-8"?> <request> <load> <instance> <ufip>/modules/applicaion</ufip> </instance> </dump> </request> 25

26 Example 3 The case of updating Internal Flash Memory from DVD (E: drive): ->load source E:\ /edom <?xml version="1.0" encoding="utf-8"?> <request> <load> <instance> <ufip>/edom</ufip> <options> <option> <name>source</name> <value> <val>e:\</val> </value> </option> </options> </instance> </load> </request> 26

27 Chapter 5 Log Management 5.1 Logging specification When you specify the -outputfile option to the eb_cli command, results are output to a log file Logging contents When you run the eb_cli command by shell mode, the logging is following. EXPRESSBUILDER Version ><CLI command> <Status> Execution results (1) -><CLI command> <Status> Execution results (1) The above log (1) is output per command and repeated until the shell mode is terminated. When you run the eb_cli command by one liner mode, the logging is following. EXPRESSBUILDER Version ><CLI command> <Status> Execution results (1) EXPRESSBUILDER Version ><CLI command> <Status> Execution results (1) The above log (1) is output per command and when you specify the same log file, the log is output to the file at the number of commands executed. 27

28 Chapter 6 Glossary Term Address Space Command Line Interface (CLI) Distributed Management Task Force (DMTF) Element Internal Flash Memory Module Table 6-1 Glossary A territory for operating the objects and functions of CLI by specifying the path. A user interface to execute commands by typing characters from a keyboard. An organization for development and maintenance the standards to manage system on IT environment of Internet and Corporations. An item for expressing the objects and functions of CLI by Address Space. A built-in flash memory that stored EXPRESSBUILDER as standard. Software for an installation feature. Repository Systems Management Architecture for Server Hardware (SMASH) User Friendly instance Path (UFiP) User Friendly instance Tag (UFiT) Temporary files on HDD for accessing EXPRESSBUILDER. These files are copied from Internal Flash Memory usually. A standard protocol to manage the hardware without dependence on the vender or OS of server. A path for UFiT. A unique instance name in Address Space. 28

29 Revision History /08/06 Initial edition /11/28 Added the command of Starter Pack installation. Added the CHECK description into the following section Creating the repository Installing the application Updating data in Internal Flash Memory /12/11 Added the note about this software running on Linux. Corrected the command samples /05/08 Added the note about this software running on Linux /06/03 Added the installation procedure of eb_cli command into "2.3 Using the Command Line". Added the example (Example 1) into "3.4.2 Creating the repository". Added the repository confirmation procedure into "3.4.4 Showing the application information" /07/27 Changed revision (2.03 -> ) /10/20 Added the required packages on Linux. Added creating the repository at startup into the following sections Shell mode One liner mode XML scripting mode Added updating the repository after updating data in Internal Flash Memory into the following sections Shell mode One liner mode XML scripting mode Updating data in Internal Flash Memory Added updating CLI after updating the repository into the following sections Shell mode One liner mode XML scripting mode Creating the repository Added updating the repository after updating data in Internal Flash Memory from booting EXPRESSBUILDER DVD into the following sections Shell mode One liner mode XML scripting mode Added the default path of creating the repository. Added the EXPRESSBUILDER version in Internal Flash Memory. 29

30 EXPRESSBUILDER Command Line Interface User's Guide NEC Corporation

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

Command Line Interface User's Guide for NEC ExpressUpdate Document Rev.1.03

Command Line Interface User's Guide for NEC ExpressUpdate Document Rev.1.03 Command Line Interface User's Guide for NEC ExpressUpdate Front Cover Command Line Interface User's Guide for NEC ExpressUpdate Document Rev.1.03 Chapter1 About Command Line Interface Chapter2 XML interface

More information

Ezclct Viewer User's Guide

Ezclct Viewer User's Guide Ezclct Viewer User's Guide Express5800 Series Chapter1 Notations, Notes and Additions Chapter2 Ezclct Viewer Chapter3 About the Screens of Ezclct Viewer Chapter4 Ezclct Viewer Menu Chapter5 Contents of

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

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

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

Installation Guide (Windows)

Installation Guide (Windows) Installation Guide (Windows) NEC Express Server Express5800 Series Express5800/R310e-E4 Express5800/R320e-E4 Express5800/R320e-M4 Express5800/R310f-E4 Express5800/R320f-E4 Express5800/R320f-M4 EXP320R,

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

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

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 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

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 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

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

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

Installing Dell OpenManage 4.5 Software in a VMware ESX Server Software 2.5.x Environment

Installing Dell OpenManage 4.5 Software in a VMware ESX Server Software 2.5.x Environment Installing Dell OpenManage 4.5 Software in a VMware ESX Server Software 2.5.x Environment Notes, Notices, and Cautions NOTE: A NOTE indicates important information that helps you make better use of your

More information

InfoWatch CryptoStorage. User Guide

InfoWatch CryptoStorage. User Guide InfoWatch CryptoStorage User Guide I N F O W A T C H C R Y P T O S T O R A G E User Guide ZAO InfoWatch Phone/fax: +7(495)22-900-22 http://www.infowatch.com Last edited: December 2008 Table of Contents

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

Architect User s Guide

Architect User s Guide Architect User s Guide 0898601-100 January 2009 Copyright 2009 by Concurrent Computer Corporation. All rights reserved. This publication or any part thereof is intended for use with Concurrent products

More information

Command-Line Interfaces

Command-Line Interfaces CHAPTER 2 This chapter describes the CLIs you use to configure the Catalyst 4500 series switch. This chapter includes the following major sections: Accessing the Switch CLI, page 2-1 Performing Command-Line

More information

HP Online ROM Flash User Guide. July 2004 (Ninth Edition) Part Number

HP Online ROM Flash User Guide. July 2004 (Ninth Edition) Part Number HP Online ROM Flash User Guide July 2004 (Ninth Edition) Part Number 216315-009 Copyright 2000, 2004 Hewlett-Packard Development Company, L.P. Confidential computer software. Valid license from HP required

More information

BMC Configuration. User's Guide. Chapter 1 Summary. Chapter 2 System Requirements. Chapter 3 Installation. Chapter 4 Functions

BMC Configuration. User's Guide. Chapter 1 Summary. Chapter 2 System Requirements. Chapter 3 Installation. Chapter 4 Functions Front Cover BMC Configuration User's Guide Chapter 1 Summary Chapter 2 System Requirements Chapter 3 Installation Chapter 4 Functions Chapter 5 Precautions for Use Rev.1.10 NEC Corporation 2012 1 Contents

More information

CASPER SECURE DRIVE BACKUP. for BitLocker Drive Encryption S TARTUP D ISK C REATOR G UIDE

CASPER SECURE DRIVE BACKUP. for BitLocker Drive Encryption S TARTUP D ISK C REATOR G UIDE TM CASPER SECURE DRIVE BACKUP for BitLocker Drive Encryption S TARTUP D ISK C REATOR G UIDE TM Copyright and Trademark Information Information in this document is subject to change without notice. Federal

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

. 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

Express5800/320La System Release Notes

Express5800/320La System Release Notes System Release Notes Express5800/320La System Release Notes PN: 455-01623-003 Proprietary Notice and Liability Disclaimer The information disclosed in this document, including all designs and related materials,

More information

AVWorks. Installer/User Guide

AVWorks. Installer/User Guide AVWorks Installer/User Guide INSTRUCTIONS This symbol is intended to alert the user to the presence of important operating and maintenance (servicing) instructions in the literature accompanying the appliance.

More information

Red Hat JBoss Enterprise Application Platform 7.2

Red Hat JBoss Enterprise Application Platform 7.2 Red Hat JBoss Enterprise Application Platform 7.2 Patching and Upgrading Guide For Use with Red Hat JBoss Enterprise Application Platform 7.2 Last Updated: 2018-11-29 Red Hat JBoss Enterprise Application

More information

HA Monitor Kit for Oracle

HA Monitor Kit for Oracle For Linux (R) (x86) Systems HA Monitor Kit for Oracle Description and User's Guide 3000-9-135-10(E) Relevant program products P-F9S2C-E1121 HA Monitor Kit for Oracle 01-01 (for Red Hat Enterprise Linux

More information

Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions:

Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions: Operating Systems Introduction The operating system (OS) controls almost all functions on a computer. In this chapter, you learn about the components, functions, and terminology related to the Windows

More information

Description of the Windows XP Recovery Console for advanced users

Description of the Windows XP Recovery Console for advanced users Page 1 of 11 Article ID: 314058 - Last Review: September 22, 2008 - Revision: 5.4 Description of the Windows XP Recovery Console for advanced users System Tip This article applies to a different version

More information

Express5800/320Lb FT Linux System Release Notes

Express5800/320Lb FT Linux System Release Notes System Release Notes Express5800/320Lb FT Linux System Release Notes PN: 455-01726-002 Proprietary Notice and Liability Disclaimer The information disclosed in this document, including all designs and

More information

Express5800/120Ld System Release Notes

Express5800/120Ld System Release Notes System Release Notes Express5800/120Ld System Release Notes PN: 455-01573-002 Proprietary Notice and Liability Disclaimer The information disclosed in this document, including all designs and related materials,

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

TECHILA DISTRIBUTED COMPUTING ENGINE BUNDLE GUIDE

TECHILA DISTRIBUTED COMPUTING ENGINE BUNDLE GUIDE ENGINE BUNDLE GUIDE 28 NOVEMBER 2016 2/82 28 NOVEMBER 2016 Disclaimer Techila Technologies Ltd. disclaims any and all warranties, express, implied or statutory regarding this document or the use of thereof

More information

FUJITSU Server PRIMEQUEST 2000 Series Linux Operation Guide -Red Hat Enterprise Linux-

FUJITSU Server PRIMEQUEST 2000 Series Linux Operation Guide -Red Hat Enterprise Linux- FUJITSU Server PRIMEQUEST 2000 Series Linux Operation Guide -Red Hat Enterprise Linux- CA92344-0702-02 Table of Contents Preface P.3 1. Operation Status Monitoring 1.1 System Monitoring Overview P.6 1.2

More information

FUJITSU Software ServerView Mission Critical Option

FUJITSU Software ServerView Mission Critical Option FUJITSU Server PRIMEQUEST2000 Series FUJITSU Software ServerView Mission Critical Option User Manual Version 1.2 Copyright Fujitsu Limited 2014 All hardware and software names used are trademarks of their

More information

Equitrac Office and Express 5.5 SUSE Linux iprint Server Guide

Equitrac Office and Express 5.5 SUSE Linux iprint Server Guide Equitrac Office and Express 5.5 SUSE Linux iprint Server Guide 2015 Equitrac Office/Express 5.5 SUSE Linux iprint Server Guide Document History Revision Date Revision List June 03, 2015 Updated for Equitrac

More information

Dell Client System Update Version 1.0. User s Guide

Dell Client System Update Version 1.0. User s Guide Dell Client System Update Version 1.0 User s Guide Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates potential

More information

Equitrac Office/Express. SUSE Linux OES2 iprint Server Guide Equitrac Corporation

Equitrac Office/Express. SUSE Linux OES2 iprint Server Guide Equitrac Corporation Equitrac Office/Express 4.2.5 SUSE Linux OES2 iprint Server Guide 2012 Equitrac Corporation Equitrac Office/Express SUSE Linux OES2 iprint Server Guide Document History Revision Date Revision List November

More information

Installation Guide Install Guide Centre Park Drive Publication Date: Feb 11, 2010

Installation Guide Install Guide Centre Park Drive Publication Date: Feb 11, 2010 EventTracker Install Guide 8815 Centre Park Drive Publication Date: Feb 11, 2010 Columbia MD 21045 U.S. Toll Free: 877.333.1433 Abstract The purpose of this document is to help users install and configure

More information

Zenoss Resource Manager Upgrade Guide

Zenoss Resource Manager Upgrade Guide Zenoss Resource Manager Upgrade Guide Release 5.3.2 Zenoss, Inc. www.zenoss.com Zenoss Resource Manager Upgrade Guide Copyright 2017 Zenoss, Inc. All rights reserved. Zenoss, Own IT, and the Zenoss logo

More information

Intelligent Provisioning 3.10 Release Notes

Intelligent Provisioning 3.10 Release Notes Intelligent Provisioning 3.10 Release Notes Part Number: 881705-002 Published: February 2018 Edition: 1 Copyright 2017, 2018 Hewlett Packard Enterprise Development LP Notices The information contained

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

Office 365 Exchange Online Backup & Restore Guide. 11 September CloudBacko Corporation

Office 365 Exchange Online Backup & Restore Guide.  11 September CloudBacko Corporation Office 365 Exchange Online Backup & Restore Guide CloudBacko Corporation 11 September 2017 www.cloudbacko.com A wholly owned subsidiary of CloudBacko Corporation Backup Software Development Company Limited

More information

FUJITSU Server PRIMEQUEST 2000 Series Linux Operation Guide -Red Hat Enterprise Linux-

FUJITSU Server PRIMEQUEST 2000 Series Linux Operation Guide -Red Hat Enterprise Linux- FUJITSU Server PRIMEQUEST 2000 Series Linux Operation Guide -Red Hat Enterprise Linux- C122-A017-01EN Table of Contents Preface P.3 1. Operation Status Monitoring 1.1 System Monitoring Overview P.6 1.2

More information

Command-Line Interfaces

Command-Line Interfaces CHAPTER 2 This chapter describes the CLIs you use to configure the Catalyst 4500 series switch. This chapter includes the following major sections: Accessing the Switch CLI, page 2-2 Performing Command-Line

More information

Versatile Express. Boot Monitor. Reference Manual. Copyright ARM. All rights reserved. ARM DUI 0465F (ID110612)

Versatile Express. Boot Monitor. Reference Manual. Copyright ARM. All rights reserved. ARM DUI 0465F (ID110612) Versatile Express Boot Monitor Reference Manual Copyright 2009-2012 ARM. All rights reserved. ARM DUI 0465F () Versatile Express Boot Monitor Reference Manual Copyright 2009-2012 ARM. All rights reserved.

More information

Extend Application Mediation Device Release Notes

Extend Application Mediation Device Release Notes Extend Application Mediation Device Release Notes Version 2.00 October 2007 Part Number RN415 2008 by Kentrox, Inc. All rights reserved. Copyright 2008 by Kentrox, Inc. All Rights Reserved. The material

More information

Intelligent Provisioning 3.00 Release Notes

Intelligent Provisioning 3.00 Release Notes Intelligent Provisioning 3.00 Release Notes Part Number: 881705-001b Published: October 2017 Edition: 3 Copyright 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage Linux+ Guide to Linux Certification, Third Edition Chapter 2 Linux Installation and Usage Objectives Install Red Hat Fedora Linux using good practices Outline the structure of the Linux interface Enter

More information

FUJITSU Software ServerView Suite ServerView Installation Manager

FUJITSU Software ServerView Suite ServerView Installation Manager User Guide - English FUJITSU Software ServerView Suite ServerView Installation Manager Edition June 2017 Comments Suggestions Corrections The User Documentation Department would like to know your opinion

More information

Ahsay Online Backup Manager v7 Microsoft System State Backup and Restore Guide

Ahsay Online Backup Manager v7 Microsoft System State Backup and Restore Guide Ahsay Online Backup Manager v7 Microsoft System State Backup and Restore Guide Ahsay Systems Corporation Limited 1 November 2017 www.ahsay.com Copyright Notice 2017 Ahsay Systems Corporation Limited. All

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

Lenovo XClarity Essentials UpdateXpress User Guide

Lenovo XClarity Essentials UpdateXpress User Guide Lenovo XClarity Essentials UpdateXpress User Guide Version 2.2.0 Note Before using this documentation and the products it supports, read the information in Appendix B Notices on page 19. This edition applies

More information

Structure and Overview of Manuals

Structure and Overview of Manuals FUJITSU Software Systemwalker Operation Manager Structure and Overview of Manuals UNIX/Windows(R) J2X1-6900-08ENZ0(00) May 2015 Introduction Purpose of This Document Please ensure that you read this document

More information

WLAN Location Engine 2340 Using the Command Line Interface

WLAN Location Engine 2340 Using the Command Line Interface WLAN Location Engine 2340 Using the Command Line Interface Avaya WLAN 2300 Release 6.0 Document Status: Standard Document Number: NN47250-505 Document Version: 01.02 2010 Avaya Inc. All Rights Reserved.

More information

JP1/Automatic Job Management System 3 for Enterprise Applications Description, User's Guide and Reference

JP1/Automatic Job Management System 3 for Enterprise Applications Description, User's Guide and Reference JP1 Version 11 JP1/Automatic Job Management System 3 for Enterprise Applications Description, User's Guide and Reference 3021-3-B27-10(E) Notices Relevant program products JP1/Automatic Job Management

More information

Zenoss Core Upgrade Guide

Zenoss Core Upgrade Guide Release 5.3.2 Zenoss, Inc. www.zenoss.com Copyright 2017 Zenoss, Inc. All rights reserved. Zenoss, Own IT, and the Zenoss logo are trademarks or registered trademarks of Zenoss, Inc., in the United States

More information

Express5800/320La Service Pack 3 Installation Notes

Express5800/320La Service Pack 3 Installation Notes Installation Notes Express5800/320La Service Pack 3 Installation Notes PN: 455-01667-000 Proprietary Notice and Liability Disclaimer The information disclosed in this document, including all designs and

More information

NEC EXPRESS5800/R320a-E4 Configuration Guide

NEC EXPRESS5800/R320a-E4 Configuration Guide NEC EXPRESS5800/R320a-E4 Configuration Guide Linux model Introduction This document contains product and configuration information that will enable you to configure your system. The guide will ensure fast

More information

File Management Utility User Guide

File Management Utility User Guide File Management Utility User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held

More information

Zenoss Core Upgrade Guide

Zenoss Core Upgrade Guide Zenoss Core Upgrade Guide Release 6.0.0 Zenoss, Inc. www.zenoss.com Zenoss Core Upgrade Guide Copyright 2017 Zenoss, Inc. All rights reserved. Zenoss, Own IT, and the Zenoss logo are trademarks or registered

More information

Ascent 6.1 Release Script for FileNet Content Manager 3.0. Release Notes

Ascent 6.1 Release Script for FileNet Content Manager 3.0. Release Notes Ascent 6.1 Release Script for FileNet Content Manager 3.0 Release Notes 10001303-000 Revision A November 16, 2004 Copyright Copyright 2004 Kofax Image Products, Inc. All Rights Reserved. Printed in USA.

More information

NEC Express5800/B110d Configuration Guide

NEC Express5800/B110d Configuration Guide NEC Express5800/B110d Configuration Guide Introduction This document contains product and configuration information that will enable you to configure your system. The guide will ensure fast and proper

More information

Using the Cisco NCS Command-Line Interface

Using the Cisco NCS Command-Line Interface CHAPTER 2 This chapter provides helpful tips for understanding and configuring the Cisco Prime Network Control System (NCS) from the command-line interface (CLI). The Cisco NCS can be deployed for small,

More information

Zenoss Community Edition (Core) Upgrade Guide

Zenoss Community Edition (Core) Upgrade Guide Zenoss Community Edition (Core) Upgrade Guide Release 6.2.1 Zenoss, Inc. www.zenoss.com Zenoss Community Edition (Core) Upgrade Guide Copyright 2018 Zenoss, Inc. All rights reserved. Zenoss, Own IT, and

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

Initial Configuration on ML-Series Card

Initial Configuration on ML-Series Card CHAPTER 3 This chapter describes the initial configuration of the ML-Series card and contains the following major sections: Hardware Installation, page 3-1 Cisco IOS on the ML-Series Card, page 3-2 Startup

More information

Zenoss Core Upgrade Guide

Zenoss Core Upgrade Guide Release 5.1.9 Zenoss, Inc. www.zenoss.com Copyright 2016 Zenoss, Inc. All rights reserved. Zenoss and the Zenoss logo are trademarks or registered trademarks of Zenoss, Inc., in the United States and other

More information

ExpressCluster X for Windows

ExpressCluster X for Windows ExpressCluster X for Windows PP Guide (Virtualization Software) 09/30/2012 5th Edition Revision History Edition Revision Date 1 04/14/2009 Created 2 10/20/2009 Corresponds to Hyper-V 2.0. Modified sample

More information

Visual Nexus Version 4.0

Visual Nexus Version 4.0 User Setup Guide Visual Nexus Version 4.0 Document Number: VN-M014-018 Issue: A Ver3.2-3 Date: 31 st OctMay 2008 Oki Electric Industry Co., Ltd. 2003 The information contained herein is the property of

More information

NEC EXPRESS5800/R320a-E4 Configuration Guide

NEC EXPRESS5800/R320a-E4 Configuration Guide NEC EXPRESS5800/R320a-E4 Configuration Guide VMware model Introduction This document contains product and configuration information that will enable you to configure your system. The guide will ensure

More information

SystemManager G 8.0 WebConsole Option

SystemManager G 8.0 WebConsole Option SystemManager G 8.0 Release Memo First Edition July, 2018 NEC Corporation SMG0800E-REL-1820 Disclaimer The copyrighted information noted in this document shall belong to NEC Corporation. Copying or revising

More information

Contents. 1 Introduction... 2 Introduction to Installing and Configuring LEI... 4 Upgrading NotesPump to LEI...

Contents. 1 Introduction... 2 Introduction to Installing and Configuring LEI... 4 Upgrading NotesPump to LEI... Contents 1 Introduction... Organization of this Manual... Related Documentation... LEI and DECS Documentation... Other Documentation... Getting Started with Lotus Enterprise Integrator... 2 Introduction

More information

NEC EXPRESS5800/R320b-M4 Configuration Guide

NEC EXPRESS5800/R320b-M4 Configuration Guide NEC EXPRESS5800/R320b-M4 Configuration Guide Linux model Introduction This document contains product and configuration information that will enable you to configure your system. The guide will ensure fast

More information

Intel One Boot Flash Update Utility

Intel One Boot Flash Update Utility Intel One Boot Flash Update Utility User Guide July 2009 Document Number: E71543-002 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS FOR THE PURPOSE OF SUPPORTING

More information

Interstage Big Data Complex Event Processing Server V1.0.0

Interstage Big Data Complex Event Processing Server V1.0.0 Interstage Big Data Complex Event Processing Server V1.0.0 User's Guide Linux(64) J2UL-1665-01ENZ0(00) October 2012 PRIMERGY Preface Purpose This manual provides an overview of the features of Interstage

More information

BACKUP APP V7 MICROSOFT SYSTEM BACKUP AND RESTORE GUIDE

BACKUP APP V7 MICROSOFT SYSTEM BACKUP AND RESTORE GUIDE V7 MICROSOFT SYSTEM BACKUP AND RESTORE GUIDE Revision History Date Descriptions Type of modification 27 July 2016 First Draft New 3 Feb 2017 Added instructions and screen shots for Encryption New key handling

More information

NEC EXPRESS5800/R320b-M4 Configuration Guide

NEC EXPRESS5800/R320b-M4 Configuration Guide NEC EXPRESS5800/R320b-M4 Configuration Guide VMware model Introduction This document contains product and configuration information that will enable you to configure your system. The guide will ensure

More information

C A S P E R TECH EDITION 10 USER GUIDE

C A S P E R TECH EDITION 10 USER GUIDE TM C A S P E R TM TECH EDITION 10 USER GUIDE Copyright and Trademark Information Information in this document is subject to change without notice. Federal law prohibits unauthorized use, duplication, and

More information

TSM800 / TSM1330 Update Instructions

TSM800 / TSM1330 Update Instructions TSM800 / TSM1330 Update Instructions Contents Contents... 1 Automatic Updates... 1 Manual Update to the Latest Version of N2KView... 2 Manual Update of the Complete Operating System... 3 Automatic Updates

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

IBM Identity Manager Command Line Interface Adapter White paper

IBM Identity Manager Command Line Interface Adapter White paper IBM Identity Manager Command Line Interface Adapter White paper 9/4/2012 IBM First Edition (January 23, 2011) This edition applies to version 5.1 of Tivoli Identity Manager and to all subsequent releases

More information

Authorization Key Upgrade Utility. Release 8.0

Authorization Key Upgrade Utility. Release 8.0 Authorization Key Upgrade Utility Release 8.0 Legal Notices 2007 Intuit Inc. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Intuit and the Intuit logo are registered

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

Scheduled Automatic Search using Dell Repository Manager

Scheduled Automatic Search using Dell Repository Manager Scheduled Automatic Search using Dell Repository Manager A Dell Technical White Paper Dell, Inc. Dell Repository Manager Team THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Dell OpenManage Baseboard Management Controller. User s Guide. support.dell.com

Dell OpenManage Baseboard Management Controller. User s Guide.  support.dell.com Dell OpenManage Baseboard Management Controller User s Guide www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

IBM Endpoint Manager Version 9.0. Software Distribution User's Guide

IBM Endpoint Manager Version 9.0. Software Distribution User's Guide IBM Endpoint Manager Version 9.0 Software Distribution User's Guide IBM Endpoint Manager Version 9.0 Software Distribution User's Guide Note Before using this information and the product it supports,

More information

ForeScout CounterACT. Gradual Upgrade Guide. Version 8.0

ForeScout CounterACT. Gradual Upgrade Guide. Version 8.0 ForeScout CounterACT Gradual Upgrade Guide Version 8.0 Table of Contents About Gradual Upgrade... 3 Gradually Upgrade a CounterACT Deployment... 3 Who Should Perform a Gradual Upgrade... 3 Gradual Upgrade

More information

Red Hat JBoss Enterprise Application Platform 7.0

Red Hat JBoss Enterprise Application Platform 7.0 Red Hat JBoss Enterprise Application Platform 7.0 Patching and Upgrading Guide For Use with Red Hat JBoss Enterprise Application Platform 7.0 Last Updated: 2018-01-18 Red Hat JBoss Enterprise Application

More information

Partitioning and Formatting Reference Guide

Partitioning and Formatting Reference Guide Partitioning and Formatting Reference Guide This guide provides simple guidelines for the initial setup of your hard disk drive using the most common methods and utilities available within the following

More information

Cisco C880 M4 Server User Interface Operating Instructions for Servers with E v2 and E v3 CPUs

Cisco C880 M4 Server User Interface Operating Instructions for Servers with E v2 and E v3 CPUs Cisco C880 M4 Server User Interface Operating Instructions for Servers with E7-8800 v2 and E7-8800 v3 CPUs November, 2015 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT

More information

Additional Management Tools and Interfaces

Additional Management Tools and Interfaces This chapter provides details on additional management tools and interfaces available in Cisco Service Control. The Cisco SCA BB Service Configuration Utility, page 1 The Cisco SCA BB Real-Time Monitoring

More information

Systemwalker Software Configuration Manager. Reference Guide. Windows/Linux

Systemwalker Software Configuration Manager. Reference Guide. Windows/Linux Systemwalker Software Configuration Manager Reference Guide Windows/Linux B1X1-0130-04ENZ0(00) January 2013 Preface Purpose of this Document This document explains the commands and files provided by Systemwalker

More information

Intelligent Provisioning 2.70 Release Notes

Intelligent Provisioning 2.70 Release Notes Intelligent Provisioning 2.70 Release Notes Part Number: 794361-401a Published: December 2017 Edition: 2 Copyright 2012, 2017 Hewlett Packard Enterprise Development LP Notices The information contained

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

Plesk 7.5 for Windows Migration Manager

Plesk 7.5 for Windows Migration Manager SWsoft, Inc. Plesk 7.5 for Windows Migration Manager Administrator's Guide Revision 1.4.1 (June 29, 2006) (c) 2005-2006 ISBN: N/A SWsoft, Inc. 13755 Sunrise Valley Drive Suite 325 Herndon VA 20171 USA

More information

DS-5 ARM. Using Eclipse. Version Copyright ARM. All rights reserved. ARM DUI 0480L (ID100912)

DS-5 ARM. Using Eclipse. Version Copyright ARM. All rights reserved. ARM DUI 0480L (ID100912) ARM DS-5 Version 5.12 Using Eclipse Copyright 2010-2012 ARM. All rights reserved. ARM DUI 0480L () ARM DS-5 Using Eclipse Copyright 2010-2012 ARM. All rights reserved. Release Information The following

More information