Powerware CoreLogic TM

Size: px
Start display at page:

Download "Powerware CoreLogic TM"

Transcription

1 Powerware CoreLogic TM Software Development Toolkit Product Overview 2002 Eaton Corporation. All rights reserved.

2 Introduction Finally, direct access to the UPS through a software interface that you control No more being forced to use manufacturer s software Small, fast tools to get the information you need Ultra-reliable, industrial, mission critical code

3 FAQs What is the Powerware CoreLogic Software Development Toolkit? The Powerware CoreLogic Software Development Toolkit (CoreLogic) is a family of integrator/developer tools and programs purchased on CD to assist in writing new software, integrating into existing customer software or create script or batch files to monitor and control Powerware UPSs. Are there tools for IT? Do I need to be a programmer? The CoreLogic contains a number of simple (yet powerful) command line utility programs (for Windows, Linux, HP/UX, UNIX and more) which are ideally suited for script or batch file execution, or as immediate direct query tools (such as a ping or telnet ). Perfect for the IT professional when you just need to go directly to the unit to retrieve status. Can I use the toolkit to UPS-enable my own software? Yes. CoreLogic contains the powerful Powerware XCP Driver Library and API to quickly allow you to make your C/C++ program or embedded threads communicate with your Powerware UPS.

4 FAQs Is there source code in the toolkit? The C-code source for the command line tools is included as examples of how to interface to the Powerware XCP Library API. Source for the API is not necessary and is not included. Can I distribute or sell any program I write? Can I distribute the programs found in the toolkit? No. CoreLogic is designed for internal (within the walls of your organization) use. The End User License Agreement specifically prohibits distribution of any of the CoreLogic components (including the library) outside of your company. Should you wish to distribute software or embedded programs created that includes the CoreLogic XCP Library or any of the CoreLogic tools, please contact us at CoreLogic.Licensing@Powerware.com and inquire regarding a distribution license and the corresponding fee.

5 Industrial and Commercial Grade Applications Design Industry leading Powerware UPS hardware Now: Industry leading powerful, reliable Industrial Software Components Rapid Application Development (RAD) and System Integration Windows/Linux UPS API Libraries for USB, SERIAL and SNMP communications Powerful Tools for low-level command and control Licensed Software Technology Source Available for Licensed Distribution

6 Powerware Corelogic Software Development Toolkit CD Designed for Developers & IT Sales direct from web ( Powerware UPSs are the Integrator s Choice TM Raw tools for Linux and Windows Developers & IT for UPS monitoring & control Industry leading API Library Set of utilities- with source Multiple UPS/device monitoring program. Industrial-grade shutdown support Compatible with all XCP protocol devices Small footprint, efficient fast library Embedded processor/kernel friendly

7 Toolkit Components Command-line Tools Command-line User Guides Command-line source C- code PAM (PArallel Monitoring) Program PAM User Guide Industrial Computer Shutdown Industrial Shutdown Controller Shutdown Agent UPS Communications Library Library API Documentation

8 Command-Line Tools PUPS (Powerware UPS Power Status) Can retrieve over-all status via USB, Serial, SNMP, Net XCP of multiple UPSs Returns Exit/ErrorLevel code and/or verbose (readable) output Source Code PUPC (Powerware UPS Power Control) Can energize/de-energize outlets, begin/retrieve battery tests Returns Exit/ErrorLevel code and/or verbose (readable) output Source Code PUPD (Powerware UPS Power Discovery) Searches the network or serial ports and returns found UPSs Source Code

9 Command-Line Tools Simple Windows Batch-File Application of the PUPS program REM *********************************************** REM ** Sample Windows CMD batch file REM *********************************************** :top ; looping label pwsleep 20 ; poll every 20 sec pups s ; -s (use SNMP) If ERRORLEVEL 0 goto top ; if nominal, loop REM *********************************************** REM ** Non-nominal condition REM *********************************************** If ERRORLEVEL 255 goto comerr ; 255 = comm error REM *********************************************** REM ** Alert required. UPS in non-nominal condition. REM *********************************************** net send admin_station UPS Alert Condition Detected pwsleep 600 ; repeat every 10min goto top ; if necessary.

10 Toolkit Components Command-line Tools Command-line User Guides Command-line source C- code PAM (PArallel Monitoring) Program PAM User Guide Industrial Computer Shutdown Industrial Shutdown Controller Shutdown Agent UPS Communications Library Library API Documentation

11 PAM Parallel Access Monitor (PAM) Designed for finite state high reliability operation- NO GUI. Ideal for servers with redundant power supplies feeding from multiple UPSs. Can retrieve UPS status via USB, Serial, SNMP, Net XCP from multiple UPSs or same UPS in multiple ways for redundancy of communication methods Unlimited communication inputs: N UPSs Performs algebraic logic to determine one of three states: NOMINAL STATE WATCH STATE TRIGGER STATE Operation can be modeled by logic diagrams Can retrieve external states to be used in algebraic state determination (for example, state of a server s power supply) Designed for mission critical applications & embedding Source code available for additional licensing fee

12 PAM Finite state machine operation Logic Diagram Small in size (~70K), focused in function and large on performance. Multiple UPS monitoring- including redundant comms INI file defines PAM operation This file defines the logic conditions for finite states.

13 PAM Example Application- Mission Critical Redundant Monitoring Server #1 Server #2 Server #3 UPS #1 UPS #2 PAM software would run on each of 3 servers. If running on battery on one UPSsituation OK. If the utility input of UPS#1 AND UPS#2 is gone and batteries are low, then begin graceful shutdown. Communications to UPSs could be network, or network AND USB for redundant communications, redundant power, and redundant power supplies.

14 Toolkit Components Command-line Tools Command-line User Guides Command-line source C- code PAM (PArallel Monitoring) Program PAM User Guide Industrial Computer Shutdown Industrial Shutdown Controller Shutdown Agent UPS Communications Library Library API Documentation

15 Industrial Computer Shutdown Computer Loads Embedded Industrial Software/Firmware CoreLogic! SBC Shutdown Broadcast Controller (SBC) Command-line program (run to completion) Can command remote agents to perform computer shutdown (typically in the case of a low UPS battery) Can be triggered from any program including PAM Capable of handling thousands of SDAs Multi-threaded design for each SDA to prevent lock-up, guaranteed message delivery Test mode Windows O/S only Network Power UPS SDA ShutDown Agent (SDA) Receives commands from SBC Many O/S supported.

16 Toolkit Components Command-line Tools Command-line User Guides Command-line source C- code PAM (PArallel Monitoring) Program PAM User Guide Industrial Computer Shutdown Industrial Shutdown Controller Shutdown Agent UPS Communications Library Library API Documentation

17 XCP Driver Library High Level API calls to: Discover UPSs Connect to UPSs Is APIs Get APIs Set APIs Disconnect from UPS Available for wide O/S (Windows, Linux, Unix, HP/UX, and more) Connection modes: SNMP Powerware network XCP Serial comms USB comms Dial-up Advanced stream caching and O/S independence for easy cross-compile

18 XCP Driver Library High Level API calls to: Discover UPSs Connect to UPSs Is APIs Get APIs Set APIs Disconnect from UPS Available for wide O/S (Windows, Linux, Unix, HP/UX, and more) Connection modes: SNMP Powerware network XCP Serial comms USB comms Dial-up Advanced stream caching and O/S independence for easy cross-compile

19 Corelogic Software Development Toolkit Summary Low-level power tools Embed-able solution. Easily integrates with your system. Small in size. Focused in function & large on performance. Customizable -- does exactly what you want it to do and nothing more. Finite State Machine, Logic Diagram-able. Source can be compiled at lower Kernel level. Redundant Monitoring Works with all UPSs supporting RFC 1628 SNMP & Powerware MIB. Mission Critical caliber -- No GUI crashes. N+X UPSs Monitoring & Control. Source Code is available for additional licensing Reliable, Tested, Proven, Trusted. Powerware.

Eaton LanSafe LanSafe installation and configuration guide for VMware ESX 3 virtual architecture

Eaton LanSafe LanSafe installation and configuration guide for VMware ESX 3 virtual architecture Eaton LanSafe LanSafe installation and configuration guide for VMware ESX 3 virtual architecture VMware ESX server host and guest operating systems architecture Virtual/ Guest OS 1 (Windows) Applications,

More information

Intelligent Power Software Manage your power easily

Intelligent Power Software Manage your power easily Manage your power easily Power Quality Software poweronaustralia.com.au 1300 662 435 Intelligent Power Software is a suite of productivity tools for power management from Eaton. It greatly simplifies the

More information

QuickSpecs HP Power Manager 4.2

QuickSpecs HP Power Manager 4.2 Overview HP Power Manager is a web-based application that enables administrators to manage an HP UPS from a browser-based management console. Administrators can monitor, manage, and control a single UPS

More information

Intelligent Power Software

Intelligent Power Software Power Quality Software Intelligent Power Software Manage your power easily www.it-usv.at Intelligent Power Software Intelligent Power Software is a suite of productivity tools for power management from

More information

9910 P18. Advanced power protection for mission-critical System p, System x, Storage and Networking rack products and applications. P18.

9910 P18. Advanced power protection for mission-critical System p, System x, Storage and Networking rack products and applications. P18. 9910 P18 Advanced power protection for mission-critical System p, System x, Storage and Networking rack products and applications 2002 Eaton Corporation. All rights reserved. P18.ppt P18 snapshot High

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

Configuration Questions:

Configuration Questions: Configuration Questions: 1 What equipment will be protected? Calculate using Table 1 What do I want the UPS to do? Shutdown server(s) interface? Provide extended battery (autonomy) runtime? 3 Where do

More information

UPS SNMP Watch User manual

UPS SNMP Watch User manual Version: 2016-08-18 UPS SNMP Watch User manual Copyright Statement for Intellectual Property and Confidential Information The information contained in this manual is non-conditional and may be changed

More information

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free:

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

More information

Product Brochure Eaton 93PR UPS kw

Product Brochure Eaton 93PR UPS kw Product Brochure Eaton 93PR UPS 25-200 kw For more than 50 years, Eaton has been safeguarding the critical systems of businesses across the globe. Whether protecting a single desktop or the largest data

More information

SilverCreek The World s Best-Selling SNMP Test Suite

SilverCreek The World s Best-Selling SNMP Test Suite SilverCreek The World s Best-Selling SNMP Test Suite What s Inside... SilverCreek SNMP Tests Test Coverage A Rich Toolset Extend, Customize, Diagnose, Analyze Testing options/customizations Creating Your

More information

Power IQ Version 1.5.1

Power IQ Version 1.5.1 Power IQ Version 1.5.1 These Release Notes contain important information regarding the release of this product, so please read them carefully. We strongly recommend you read the entire document and the

More information

Hitachi Freedom Storage Thunder 9200

Hitachi Freedom Storage Thunder 9200 Hitachi Freedom Storage Thunder 9200 Turn up the volume. Tune out the noise. For computing as critical as your business What will you do without all those problems? Being there for you is part of the deal.

More information

Systems Insight Manager 4 and 5 Integration User s Guide

Systems Insight Manager 4 and 5 Integration User s Guide Systems Insight Manager 4 and 5 Integration User s Guide HP Systems Insight Manager Integration - User s Guide - 34 003 878 XU / AE Page 1/16 HP Systems Insight Manager 4 and 5 Integration User s Guide

More information

INSTALLATION GUIDE. Assign an IP Address and Access the Video Stream

INSTALLATION GUIDE. Assign an IP Address and Access the Video Stream INSTALLATION GUIDE Assign an IP Address and Access the Video Stream Liability Every care has been taken in the preparation of this document. Please inform your local Axis office of any inaccuracies or

More information

LanSafe UPS Power Management Solution. Network Shutdown

LanSafe UPS Power Management Solution. Network Shutdown LanSafe UPS Power Management Solution Network Shutdown Why is UPS Software a MUST? FOR Automatic System Shutdown Avoid Operating System and Network crashes Data loss Corrupted data and applications FOR

More information

QuickSpecs. HPE UPS Network Module. Overview. Models HPE UPS Network Module Mini-slot Kit

QuickSpecs. HPE UPS Network Module. Overview. Models HPE UPS Network Module Mini-slot Kit Overview The new allows an HPE Uninterruptible Power System (UPS) to be directly connected to the network for remote monitoring and management of either a single UPS, or two UPSs in a redundant configuration.

More information

Alliance Key Manager A Solution Brief for Partners & Integrators

Alliance Key Manager A Solution Brief for Partners & Integrators Alliance Key Manager A Solution Brief for Partners & Integrators Key Management Enterprise Encryption Key Management This paper is designed to help technical managers, product managers, and developers

More information

UPS Management Software

UPS Management Software Solutions for Intelligent Network Resource Management UPS Management Software UPSMAN/UPSMON, RCCMD and UNMS Comprehensive UPS Administration Description The Software is a collection of client/server modules

More information

Network agent NetMan 101/102 Plus

Network agent NetMan 101/102 Plus Network agent NetMan 101/102 Plus The NetMan Plus network agent allows UPS management across a LAN using any of the main network communication protocols - TCP/IP, HTTP and network interface (SNMP). NetMan

More information

Eaton NetWatch NetWatch installation and configuration guide VMware ESXi 3 Virtual architecture

Eaton NetWatch NetWatch installation and configuration guide VMware ESXi 3 Virtual architecture Eaton NetWatch NetWatch installation and configuration guide VMware ESXi 3 Virtual architecture VMware ESXi server host and guest operating systems architecture Vima 1.0 or vma Netwatch client Virtual/

More information

Quick Start Guide. Remote Console Manager

Quick Start Guide. Remote Console Manager LES1202A LES1203A-11G LES1203A-M LES1204A-R2 Remote Console Manager Quick Start Guide This Quick Start Guide helps you through installation, configuration, and local operation. For more details, refer

More information

MITSUBISHI ELECTRIC DIAMONDLINK V3.0 User s Manual

MITSUBISHI ELECTRIC DIAMONDLINK V3.0 User s Manual MITSUBISHI ELECTRIC DIAMONDLINK V3.0 User s Manual Version 3.0 April 5, 2003 Table of Contents INTRODUCTION... 3 INSTALLATION... 3 SYSTEM REQUIREMENTS... 3 WINDOWS... 3 Install Procedure... 3 SETUP...

More information

SilverCreek SNMP Test Suite

SilverCreek SNMP Test Suite SilverCreek SNMP Test Suite What's Inside: Executive Overview... 2 SilverCreek SNMP Tests... 2 Test Coverage:... 2 A Rich Toolset... 3 MIB Tools... 3 Traps, Alerts, Informs... 3 Utilities... 3 Diagnostic

More information

Latitude Network Video Management System

Latitude Network Video Management System Latitude Network Video Management System PRODUCT DESCRIPTION: The Latitude Network Video Management System (NVMS) is a fully-digital, IPbased video surveillance system that brings together in one system

More information

Liebert Nform Software

Liebert Nform Software Liebert Nform Software Liebert Nform is featured in these Scenarios: Scenario A 1-2 Racks page 8 Scenario B 1-2 Racks page 10 Scenario C 3-6 Racks page 12 Scenario D 7-10 Racks page 14 Scenario E 10-30

More information

The Master Console Center (MCC) automates and enhances data center operations by:

The Master Console Center (MCC) automates and enhances data center operations by: Introduction The Master Console Center () automates and enhances data center operations by: Providing a high degree of operational consolidation, allowing multiple data centers and/or hosts to be monitored

More information

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Fall 2016 Lecture 5 Slides based on Text by Silberschatz, Galvin, Gagne Various sources 1 1 User Operating System Interface - CLI CLI

More information

NETCONF Protocol. Restrictions for the NETCONF Protocol. Information About the NETCONF Protocol

NETCONF Protocol. Restrictions for the NETCONF Protocol. Information About the NETCONF Protocol Restrictions for the, on page 1 Information About the, on page 1 How to Configure the, on page 4 Verifying the Configuration, on page 7 Additional References for, on page 9 Feature Information for, on

More information

UPS MANAGEMENT SOFTWARE

UPS MANAGEMENT SOFTWARE UPSMAN UPSMON/UPSVIEW UPSMON CUSTOM Version: 2012-12-07 UPS MANAGEMENT SOFTWARE UPSMAN/UPSMON/UPSVIEW, and UNMS II Comprehensive UPS Administration and Alerting UNMS II Firewall UPSMAN Server + 2 Sender

More information

Sentry has been eliminated. Its functionality has been incorporated into Administrator through the use of views, events and the DBMS.

Sentry has been eliminated. Its functionality has been incorporated into Administrator through the use of views, events and the DBMS. 1 Performance: The overall default system performance is better than in v3.02 when the data is accessed via TCP. When the data is accessed using the new optional direct access method, the performance is

More information

MIB Browser Version 10 User Guide

MIB Browser Version 10 User Guide MIB Browser Version 10 User Guide The ireasoning MIB browser is a powerful and easy-to-use tool powered by ireasoning SNMP API. MIB browser is an indispensable tool for engineers to manage SNMP enabled

More information

When an event such as a power failure or a low battery condition occurs,.netpower will notify users via the following ways:

When an event such as a power failure or a low battery condition occurs,.netpower will notify users via the following ways: Introduction The.NETpower Card/Box is primarily used to provide a network management function for the UPS. After plugging it into the UPS, you can manage the UPS remotely via an SNMP NMS (Network Management

More information

Description UPS Management Software

Description UPS Management Software UPSMAN UPSMON/UPSVIEW UPSMON CUSTOM Version: 2016-08-18 UPS MANAGEMENT SOFTWARE UPSMAN/UPSMON/UPSVIEW, and UNMS II Comprehensive UPS Administration and Alerting UNMS II Firewall UPSMAN Server + 2 Sender

More information

Framework Management Layer User's Guide. SNMP Interface

Framework Management Layer User's Guide. SNMP Interface Framework Management Layer User's Guide SNMP Interface 1/21/2018 SNMP Interface Contents 1 SNMP Interface 1.1 Architecture 1.2 How to Activate SNMP Support 1.3 How to Use Contact-Center Graceful Shutdown

More information

QuickSpecs HP T750 UPS. Overview

QuickSpecs HP T750 UPS. Overview Overview Rated at 750 VA/500 Watts, the features a unique design and easy-to-configure front panel display. Ideal for desktop, workstation, or entry-level server environments, this Uninterruptible Power

More information

Product Brochure Eaton 93PR UPS kw

Product Brochure Eaton 93PR UPS kw Product Brochure Eaton 93PR UPS 25-75 kw For more than 50 years, Eaton has been safeguarding the critical systems of businesses across the globe. Whether protecting a single desktop or the largest data

More information

Quick Start Guide LES1308A, LES1316A LES1332A, LES1348A. Securely manage data center and network equipment from anywhere in the world.

Quick Start Guide LES1308A, LES1316A LES1332A, LES1348A. Securely manage data center and network equipment from anywhere in the world. LES1308A, LES1316A LES1332A, LES1348A 8-/16-/32-/48-Port Advanced Console Server with GSM Modem QS Guide Quick Start Guide Securely manage data center and network equipment from anywhere in the world.

More information

Features Four popular platforms, same quality and ease of use

Features Four popular platforms, same quality and ease of use ISE is extending the boundaries of automated job scheduling with the only job scheduler for Windows NT/2000/XP OpenVMS, Tru64 UNIX and Linux. Each version incorporates ISE s unparalleled reputation in

More information

User Manual. Admin Report Kit for IIS 7 (ARKIIS)

User Manual. Admin Report Kit for IIS 7 (ARKIIS) User Manual Admin Report Kit for IIS 7 (ARKIIS) Table of Contents 1 Admin Report Kit for IIS 7... 1 1.1 About ARKIIS... 1 1.2 Who can Use ARKIIS?... 1 1.3 System requirements... 2 1.4 Technical Support...

More information

Monitoring the UPS eg Enterprise v6

Monitoring the UPS eg Enterprise v6 Monitoring the UPS eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced

More information

SilverCreek Compare Versions

SilverCreek Compare Versions Platform Support: Windows Linux Includes all the platfoms listed above T T T x x x x x x Test Coverage: Tests for SNMPv1, v2c, all private and standard MIBs Tests for SNMPv1, v2c, v3, all private and standard

More information

Remote Console Manager with GSM Modem QS Guide

Remote Console Manager with GSM Modem QS Guide LES1204A-3G-R2 Remote Console Manager with GSM Modem QS Guide Quick Start Guide This Quick Start Guide helps you through installation, configuration, and local operation. For more details, refer to the

More information

Eaton kva Eaton kva Scalable. Compact. Flexible

Eaton kva Eaton kva Scalable. Compact. Flexible Powerware series Eaton 9155 8-30 kva Eaton 9355 8-40 kva Scalable. Compact. Flexible Reliability in tough places easier than ever Like never before The new Eaton 9155 and 9355, under the Powerware series,

More information

White Paper. Fabasoft on Linux - Performance Monitoring via SNMP. Fabasoft Folio 2017 R1 Update Rollup 1

White Paper. Fabasoft on Linux - Performance Monitoring via SNMP. Fabasoft Folio 2017 R1 Update Rollup 1 White Paper Fabasoft on Linux - Performance Monitoring via SNMP Fabasoft Folio 2017 R1 Update Rollup 1 Copyright Fabasoft R&D GmbH, Linz, Austria, 2018. All rights reserved. All hardware and software names

More information

JOB SCHEDULING CHECKLIST

JOB SCHEDULING CHECKLIST JOB SCHEDULING CHECKLIST MVP Systems Software / Phone: 1-800-261-5267 / Web: www.jamsscheduler.com 1 Using these Criteria The following is a detailed list of evaluation criteria that you can use to benchmark

More information

This document provides the following information:

This document provides the following information: 3Com(R) Network Supervisor Version 5.1 (Service Pack 2) (Product #: 3C15100E) This document provides the following information: 1. Legal 2. About This Software 3. System Requirements 4. Enhancements in

More information

Mission Critical Linux

Mission Critical Linux http://www.mclx.com kohari@mclx.com High Availability Middleware For Telecommunications September, 2002 1 Founded in 1999 as an engineering company with financial backing from top name venture capitalist

More information

NETWORK PROGRAMMING AND MANAGEMENT 1 KINGS DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK

NETWORK PROGRAMMING AND MANAGEMENT 1 KINGS DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK NETWORK PROGRAMMING AND MANAGEMENT 1 KINGS COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK Subject Code & Name: Network Programming and Management Year / Sem : III / VI UNIT-

More information

QuickSpecs HP Insight Rapid Deployment software 6.0

QuickSpecs HP Insight Rapid Deployment software 6.0 Overview HP Insight Rapid Deployment software is a complete deployment solution for ProLiant and Integrity servers. HP Insight Rapid Deployment software automates the process of deploying and provisioning

More information

Eaton Power Xpert Gateway Series 2000 Card

Eaton Power Xpert Gateway Series 2000 Card PowerChain Management solutions Eaton Power Xpert Gateway Series 2000 Card Product snapshot Real-time power monitoring presented how you need it via standard on-board Web pages, Power Xpert Software or

More information

ConnectUPS -X and -BD Web/SNMP Cards and the ConnectUPS Family

ConnectUPS -X and -BD Web/SNMP Cards and the ConnectUPS Family Features & Benefits Real-time, enterprise-wide monitoring provides valuable information for analysis of critical power conditions and problem identification NEW Supports 100Mb and 10Mb networks NEW Built-in

More information

INTRODUCTORY Q&A AMX SVSI NETWORKED AV

INTRODUCTORY Q&A AMX SVSI NETWORKED AV INTRODUCTORY Q&A AMX SVSI NETWORKED AV WE KNOW YOU HAVE QUESTIONS As an IT professional, it is your job to make sure that any application being deployed on the network is safe and secure. But we know that

More information

MUM - Beirut, Lebanon - June 14 th 2016

MUM - Beirut, Lebanon - June 14 th 2016 MUM - Beirut, Lebanon - June 14 th 2016 MikroTik Certified Trainer CTO & Co. Founder Being in IT technology business roughly around 14 years Support & instruct Engineers more than 8 years all over the

More information

Introduction to Cisco Unity Express Voice Mail and Auto Attendant

Introduction to Cisco Unity Express Voice Mail and Auto Attendant Introduction to Cisco Unity Express Voice Mail and Auto Attendant The Cisco Unity Express voice mail and auto attendant applications work with Cisco CallManager Express (CME) to provide small- and medium-sized

More information

IP Telephony. Contact Centers. Mobility. Services Avaya Overview Brochure

IP Telephony. Contact Centers. Mobility. Services Avaya Overview Brochure IP Telephony Contact Centers Mobility Services Avaya Overview Brochure COMMUNICATIONS AT THE HEART OF BUSINESS Avaya Online UPSs Provide the Ultimate in Power Protection Nothing is more important than

More information

ELEKTRA SERIES INDUSTRIAL GRADE ONLINE DOUBLE CONVERSION UPS 10KVA ~ 40KVA (3/1) Deutsche Power. Mission Critical & Industrial Grade UPS

ELEKTRA SERIES INDUSTRIAL GRADE ONLINE DOUBLE CONVERSION UPS 10KVA ~ 40KVA (3/1) Deutsche Power. Mission Critical & Industrial Grade UPS ELEKTRA SERIES INDUSTRIAL GRADE ONLINE DOUBLE CONVERSION UPS 10KVA ~ 40KVA (3/1) Mission Critical & Industrial Grade UPS DP Electronics e.k ( Co., Limited) Elektra Series (3/1, L.F) (10KVA~40KVA) Elektra

More information

on-line LOCAL AREA NETWORKS (LAN) SERVERS DATA CENTERS internet centers (isp/asp/pop) industrial plcs industrial applications

on-line LOCAL AREA NETWORKS (LAN) SERVERS DATA CENTERS internet centers (isp/asp/pop) industrial plcs industrial applications ZP110 on-line UPS 1, 2, 3, 6, 10kVA single/single phase LOCAL AREA NETWORKS (LAN) SERVERS DATA CENTERS internet centers (isp/asp/pop) industrial plcs Emergency Devices (Lights/Alarms) Electro-Medical Devices

More information

Quick Start Guide. Remote Console Manager Quick Start Guide

Quick Start Guide. Remote Console Manager Quick Start Guide LES1202A-R2 LES1203A-M-R2 LES1204A-R2 Remote Console Manager Quick Start Guide Quick Start Guide This quick start guide helps you through installation, configuration, and local operation. For more details,

More information

WhatsConnected v3.5 User Guide

WhatsConnected v3.5 User Guide WhatsConnected v3.5 User Guide Contents Table of Contents Welcome to WhatsConnected Finding more information and updates... 5 Installing and Configuring WhatsConnected System requirements... 6 Installation

More information

Preconfigured SCADA solution: Easy & Powerful

Preconfigured SCADA solution: Easy & Powerful www.scadaace.com Preconfigured SCADA solution: Easy & Powerful Easy Powerful Cost effective Quick Implementation No programming required Non-proprietary Pre-configured Fully customizable Extensive I/O

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

Cisco IOS Login Enhancements-Login Block

Cisco IOS Login Enhancements-Login Block The Cisco IOS Login Enhancements (Login Block) feature allows users to enhance the security of a router by configuring options to automatically block further login attempts when a possible denial-of-service

More information

Oracle Hardware Management Connector 3.2 for Microsoft System Center Operations Manager

Oracle Hardware Management Connector 3.2 for Microsoft System Center Operations Manager Oracle Hardware Management Connector 3.2 for Microsoft System Center Operations Manager Part No: E22460-03 August 2014 Copyright 2010, 2014, Oracle and/or its affiliates. All rights reserved. This software

More information

Quick Start Guide. 8-Port Value-Line Console Server QS Guide LES1508A

Quick Start Guide. 8-Port Value-Line Console Server QS Guide LES1508A LES1508A 8-Port Value-Line Console Server QS Guide Quick Start Guide This Quick Start Guide helps you through installation, configuration, and local operation. For more details, refer to the user manual

More information

Power Quality Solutions Eaton 93PR UPS

Power Quality Solutions Eaton 93PR UPS Power Quality Solutions Eaton 93PR UPS Taking energy efficiency and scalability to the next level Eaton s heritage in industry-leading UPS design and production For more than 50 years, Eaton has been safeguarding

More information

MDF4 Lib. Product Information

MDF4 Lib. Product Information Product Information Table of Contents 1 Overview...3 1.1 Introduction...3 1.2 Application Areas...3 1.3 Overview of Advantages...3 2 Features and Advantages...4 2.1 Supported MDF Versions...4 3 Functional

More information

Insight Mgr 7 Integration User s Guide

Insight Mgr 7 Integration User s Guide Insight Mgr 7 Integration User s Guide HP Insight Manager 7 Integration - User s Guide - 34 033 731 XU / AG Page 1/13 Table of Contents 1 Introduction...3 2 Installation and configuration procedure...3

More information

CS 390 Chapter 2 Homework Solutions

CS 390 Chapter 2 Homework Solutions CS 390 Chapter 2 Homework Solutions 2.1 What is the purpose of... System calls are used by user-level programs to request a service from the operating system. 2.5 What is the purpose of... The purpose

More information

QuickSpecs. HP Integrated Lights-Out Overview

QuickSpecs. HP Integrated Lights-Out Overview Overview is an HP innovation that integrates industry leading Lights-Out functionality and basic system board management capabilities on selected ProLiant servers. consists of an intelligent processor

More information

MULTIFORMAT PLAYOUT: The WinjayVX multiformat, PERFECT TRANSACTIONS: The mysql database. CUSTOMIZABLE INTERFACE: Stylish, skin-based

MULTIFORMAT PLAYOUT: The WinjayVX multiformat, PERFECT TRANSACTIONS: The mysql database. CUSTOMIZABLE INTERFACE: Stylish, skin-based LEARN MORE... WinjayVX is the full-featured radio playout automation, combining impressive ease of use with a wide choice of features. From live assist to full automation, WinjayVX lets you achieve broadcast-grade

More information

Cisco Prime Collaboration Deployment Configuration and Administration

Cisco Prime Collaboration Deployment Configuration and Administration Cisco Prime Collaboration Deployment Configuration and Administration Services, page 1 Limitations and Restrictions, page 5 Services After the installation of the Cisco Prime Collaboration Deployment platform,

More information

Advanced Monitoring of Dell Devices in Nagios Core Using Dell OpenManage Plug-in

Advanced Monitoring of Dell Devices in Nagios Core Using Dell OpenManage Plug-in Advanced Monitoring of Dell Devices in Nagios Core Using Dell OpenManage Plug-in Ankit Bansal Systems Management Engineering THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Extensions USER S GUIDE. IBM Director 4.1.

Extensions USER S GUIDE. IBM Director 4.1. Extensions IBM Director 4.1 USER S GUIDE www.powerware.com Powerware is a registered trademark and ConnectUPS and X-Slot are trademarks of Powerware Corporation. IBM is a registered trademark of IBM Corporation.

More information

Socomec Netys PR RT U P S TOWER / RACK MOUNT

Socomec Netys PR RT U P S TOWER / RACK MOUNT Socomec Netys PR RT Ideal solution for protecting small servers, networking devices and peripherals. Assures service continuity to critical applications. Designed for professional applications: the sinevawe

More information

Firmware Update Instruction Manual

Firmware Update Instruction Manual Firmware Update Instruction Manual This manual guides you through downloading the latest LW-PX900 firmware from Epson LABELWORKS PX website, and updating the firmware of your LW-PX900. Important! Settings

More information

fi-5530c2 Image Scanner

fi-5530c2 Image Scanner P3PC-1932-06EN fi-5530c2 Image Scanner Getting Started Thank you for purchasing the fi-5530c2 Duplex Color Scanner. This document describes how to use fi-5530c2 and basic operation methods. Before you

More information

WhatsConfigured v3.1 User Guide

WhatsConfigured v3.1 User Guide WhatsConfigured v3.1 User Guide Contents Table of Contents Welcome to WhatsConfigured v3.1 Finding more information and updates... 1 Sending feedback... 2 Deploying WhatsConfigured STEP 1: Prepare the

More information

RSA SecurID Ready Implementation Guide

RSA SecurID Ready Implementation Guide RSA SecurID Ready Implementation Guide Partner Information Last Modified: February 16, 2006 Product Information Partner Name ipass Inc. Web Site www.ipass.com Product Name ipass Enterprise Connectivity

More information

Software and accessories

Software and accessories Software and accessories PowerShield 3 SHUTDOWN SOfTWaRE PowerShield 3 is available for download at www.riello-ups.com HigHligHtS GRAPHIC MoNItoRING of UPS AND environmental SeNSoR StAtUS PowerShield 3

More information

Cover TBD. intel Quartus prime Design software

Cover TBD. intel Quartus prime Design software Cover TBD intel Quartus prime Design software Fastest Path to Your Design The Intel Quartus Prime software is revolutionary in performance and productivity for FPGA, CPLD, and SoC designs, providing a

More information

Server Technology, Inc.

Server Technology, Inc. Server Technology, Inc. Smart Load Shedding ensures Uptime White Paper STI-100-004 Server Technology, Inc. 1040 Sandhill Drive Reno, NV 89521 +1 (775) 284-2000 sales@servertech.com www.servertech.com Smart

More information

Integrated System Operations & Management Software for IoT Era

Integrated System Operations & Management Software for IoT Era Integrated System Operations & Management Software for IoT Era Hinemos Official Character Hinemos TM is the Integrated System Operation & Management Software, which enables agressive operation policy.

More information

Power IQ DCIM Monitoring Version 6.2.1

Power IQ DCIM Monitoring Version 6.2.1 Power IQ DCIM Monitoring Version 6.2.1 These Release Notes contain important information regarding the release of this product, so please read them carefully. We strongly recommend that you read the entire

More information

INSIGHTS, POWERED BY INSIDEVIEW

INSIGHTS, POWERED BY INSIDEVIEW INSIGHTS, POWERED BY INSIDEVIEW Installation Guide Product Version 4.2 OCTOBER, 2017 Table of Contents Chapter 1: Introduction to Insights, powered by InsideView...3 What s New in this Release?... 4 Chapter

More information

Cover TBD. intel Quartus prime Design software

Cover TBD. intel Quartus prime Design software Cover TBD intel Quartus prime Design software Fastest Path to Your Design The Intel Quartus Prime software is revolutionary in performance and productivity for FPGA, CPLD, and SoC designs, providing a

More information

Server Remote Control External KVM over IP

Server Remote Control External KVM over IP Server Remote Control External KVM over IP Product ID: SV1110IPEXT Manage your servers from anywhere in the world! StarTech.com`s SV1110IPEXT allows network administrators to control and monitor servers

More information

AND EVO DSP PLUS TM/TT

AND EVO DSP PLUS TM/TT SNMP INTERFACES AND SOFTWARE FOR SINGLE-PHASE UPS NetAgent (connection through RJ45 LAN network) NetAgent is an SNMP (Simple Network Management Protocol) interface that enables connection and configuration

More information

Configuration Questions:

Configuration Questions: Configuration Questions: 1 What equipment will be protected? Calculate using Table 1 What do I want the UPS to do? Shutdown server(s) interface? Provide extended battery (autonomy) runtime? 3 Where do

More information

JAMS 7.X Getting Started Guide

JAMS 7.X Getting Started Guide Table of Contents JAMS Overview 2 Working with Servers 3-4 The JAMS Client Interface 5 JAMS Scheduler Overview 6 Defining Folders and Jobs 7-10 1 2018 MVP Systems Software, Inc. All Rights Reserved. JAMS

More information

Integration with Network Management Systems. Network Management System (NMS) Integration

Integration with Network Management Systems. Network Management System (NMS) Integration Integration with Network Management Systems Network Management System (NMS) Integration The securityprobe is embedded with full SNMP and can integrate with any SNMP based network management systems, such

More information

IBM 9910 Uninterruptible Power Systems safeguard your equipment and data from power problems

IBM 9910 Uninterruptible Power Systems safeguard your equipment and data from power problems IBM Latin America Hardware Announcement LG10-0100, dated May 18, 2010 IBM 9910 Uninterruptible Power Systems safeguard your equipment and data from power problems Table of contents 1 Overview 2 Product

More information

RTI Connext. Core Libraries and Utilities. Getting Started Guide Addendum for Embedded Systems

RTI Connext. Core Libraries and Utilities. Getting Started Guide Addendum for Embedded Systems RTI Connext Core Libraries and Utilities Getting Started Guide Addendum for Embedded Systems Version 4.5 2012 Real-Time Innovations, Inc. All rights reserved. Printed in U.S.A. First printing. March 2012.

More information

W. A. Benjamin Electric Co. RDM Integrity. Quick Operation Guide. RDM Conformance Test Software. Revision September 2015

W. A. Benjamin Electric Co. RDM Integrity. Quick Operation Guide. RDM Conformance Test Software. Revision September 2015 W. A. Benjamin Electric Co. RDM Integrity RDM Conformance Test Software Quick Operation Guide Revision 1.02 September 2015 Table of Contents A brief overview of RDM and the W.A. Benjamin RDM Conformance

More information

Application Notes for Eaton Powerware 9125 with Avaya Communication Manager - Issue 1.0

Application Notes for Eaton Powerware 9125 with Avaya Communication Manager - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Eaton Powerware 9125 with Avaya Communication Manager - Issue 1.0 Abstract These Application Notes describe the configuration steps required

More information

USB 2.0 Print Server. User s Manual. Rev. 01 (Jan, 2004) Made In Taiwan

USB 2.0 Print Server. User s Manual. Rev. 01 (Jan, 2004) Made In Taiwan USB 2.0 Print Server User s Manual Rev. 01 (Jan, 2004) Made In Taiwan TABLE OF CONTENTS ABOUT THIS GUIDE... 4 INTRODUCTION... 5 PACKAGE CONTENTS... 6 SYSTEM REQUIREMENTS... 6 GENERAL FEATURES... 7 PRODUCT

More information

InGateway 601 Intelligent Cellular Gateway

InGateway 601 Intelligent Cellular Gateway InGateway 601 Intelligent Cellular Gateway Cellular Routing, Text Message Alarms, Remote Secure Access InGateway 601 The InGateway 601 series, integrating 3G cellular routing, Modbus data acquisition,

More information

M*Ware TMN Manager Development Environment

M*Ware TMN Manager Development Environment M*Ware TMN Manager Development Environment The TMN Manager Development Environment (TMN MDE) is one of the main components of our development platform. TMN MDE enables developers to easily build customizable,

More information

BiPAC ADSL USB Modem. User s Manual

BiPAC ADSL USB Modem. User s Manual BiPAC 7001 ADSL USB Modem User s Manual Chapter 1... 1 1.1 Introducing the BiPAC 7001... 1 1.2 Features of the BiPAC 7001... 1 1.3 Installing Billion ADSL USB Modem... 2 Chapter 2... 3 2.1 Important note

More information

Configure Controller and AP Settings

Configure Controller and AP Settings Configure SNMP Credentials for Rogue AP Tracing, on page 1 Configure Protocols for CLI Sessions, on page 2 Enable Unified AP Ping Reachability Settings on the Prime Infrastructure, on page 2 Refresh Controllers

More information