Preface. Install ConsoleWorks

Size: px
Start display at page:

Download "Preface. Install ConsoleWorks"

Transcription

1 Preface IBM pseries servers running logical partitioning (LPAR) or dynamic logical partitioning (DLPAR) capable versions of AIX provide customers a highly scalable virtualization ability that can configure a single computer, or frame, into multiple logical partitions that can be, if configured properly, dynamically altered to meet diverse business needs. A Hardware Management Console (HMC) is required to enable and manage a collection of logical partitions running on a single pseries, or many pseries computers running in a frame. The HMC may also be used to make a connection between ConsoleWorks and the virtual console of each invocation of AIX running on the (D)LPARs providing a method to monitor all hardware, firmware, operating system, and application messages that are generated during all phases of operation: 1. Hardware installation. 2. Hardware configuration. 3. O/S installation. 4. Software installation. 5. Network configuration. 6. Normal operation. 7. Failure modes. This document describes the method for implementing a ConsoleWorks management methodology to an AIX operating environment running on a pseries processor that is managed through an HMC. Install ConsoleWorks A ConsoleWorks invocation must be installed in order to manage the (D)LPARs and HMC configuration(s) as described by the ConsoleWorks V3.1-1 Installation Guide. Although any valid invocation may be utilized to manage an HMC, this document assumes the use of a Linux based installation of ConsoleWorks for all of its examples. The following ConsoleWorks configuration is recommended for an HMC configuration: 1. A pseudo console connector license or the security package A connector license for each (D)LPAR to be managed. 3. A connector license for each HMC to be managed. 4. An operational installation of SSH on the node that will host the ConsoleWorks invocation. 5. An operational installation of expect on the node that will host the ConsoleWorks invocation. 1 The security package includes the pseudo console connection.

2 Verify or Install the HMC, AIX, and ConsoleWorks Environments The normal operational capability of the HMC, pseries hardware, and optionally the AIX environment, must be verified before any ConsoleWorks integration activity is performed. AIX does not have to be installed on the pseries hardware if ConsoleWorks is going to be used to capture the entire installation of a pseries environment. Resources Needed to Complete This Step 1. An HMC that is actively managing the pseries hardware. 2. A pseries set of hardware being monitored by the HMC. 3. An AIX environment on each (D)LPAR to be monitored Username and password to the HMC. 5. root access to each AIX environment to be verified or installed. 6. A server to run ConsoleWorks. 7. ConsoleWorks software distribution. 8. ConsoleWorks licenses. Step 1: Verify Configuration of HMC and pseries Hardware This step may be skipped if the HMC managed pseries environment already exists. If this is a new installation, then install and configure the HMC as defined by the IBM publication entitled Hardware Management Console for pseries Installation and Operation Guide (SA ). During this step you will: 1. Install the HMC(s) 3 2. Install the pseries hardware to be managed. 3. Connect the HMC(s) to the pseries hardware to be monitored. These steps often are performed by your IBM Service Representative or the channel partner that provided the hardware to you. If not, follow the procedures in the IBM documentation to ensure you don t void your warranty or service contract. Step 2: Establish ConsoleWorks Connections to the HMC The instructions in this step assume that the ConsoleWorks invocation does not currently communicate with the HMC and that a user has not been created on the HMC. 4 During this step you will: 2 The AIX environment does not have to be available if ConsoleWorks is going to be monitoring the installation of the entire environment. In this case, only the hardware need be present to continue. 3 In a redundant HMC mode, a backup HMC may be used to manage a set of pseries (D)LPARs. 4 Note that the HMC default username is hscroot and its password is abc123. Additionally, the default root password on the HMC is passw0rd.

3 1. Create one or more HMC usernames to be used by the ConsoleWorks invocation. 2. Install ConsoleWorks and create the ConsoleWorks invocation that will communicate wit the HMC. 3. Generate public/private key pairs to be used with SSH Public Key Identification. 4. Establish ConsoleWorks connections to the HMC. 5. Configure (D)LPARs Establish ConsoleWorks connections to each (D)LPAR. Create one or more ConsoleWorks users on the HMC A user must either exist or be created to manage the environment on the HMC and (D)LPARs through ConsoleWorks. TDi recommends that you create a user that is used solely by ConsoleWorks and has the appropriate role membership to execute all tasks that are required by each of the Profiles that will have access to the HMC. You may have multiple user Profiles connected to the HMC through ConsoleWorks that have different responsibilities. The HMC supports this by providing six predefined roles: 1. System Administrator 2. Advance Operator 3. Service Representative 4. Operator 5. User Administrator 6. Viewer If you wish to manage the entire HMC/pSeries environment with ConsoleWorks, then configure a user with System Administrator role to be accessed by ConsoleWorks. After this is accomplished, most remaining HMC tasks may be performed through ConsoleWorks providing an auditable, traceable log of all activities performed. If you wish to use PKI to communicate between ConsoleWorks and the HMC, then at least one account associated with the role System Administrator, Advanced Operator, or Service Representative must be created. The HMC does not allow a secure copy (scp) operation to occur with lesser privileged roles. If you want this step to be monitored by ConsoleWorks as well, then establish an initial connection to the HMC following the instructions below under the heading of Establish ConsoleWorks connections to the HMC using the hscroot username and the abc123 password. TDi strongly discourages leaving this configuration in place and highly recommends the creation of a specific user to be used with ConsoleWorks. 5 Only if this is a new installation, or an additional (D)LPAR is being created.

4 Once the usernames that are going to be used with ConsoleWorks have been established, then the default username and password should be changed to new values or the account should be disabled. The remainder of this document assumes the use of the cw account name on the HMC for management operations. Users can be created by using the mkhmcusr HMC command line command from a ConsoleWorks connection. Install ConsoleWorks and Create an Invocation Using the ConsoleWorks Installation Guide as a reference, install ConsoleWorks and configure the invocation that is going to be used to communicate with the HMC using the cw_add_invo script. Verify SSH Connectivity between ConsoleWorks Server and the HMC 1. If a version of secure shell (SSH) is not installed on the ConsoleWorks host server, then install it now. TDi Engineering prefers OpenSSH of at least version 0.9.7d 6, but most competent SSH implementations will work. 2. Execute the command ssh hmc.tcp.ip.address 7 l cw 8 to verify that the ConsoleWorks server has SSH access to the HMC. If this command does not establish communication to the HMC and provide a password prompt, then resolve this problem before continuing since no further work can proceed until the HMC is accessible from the server hosting ConsoleWorks via SSH. 3. When prompted with the password: prompt, enter the password for the cw account (that you created earlier). 4. If you successfully log in to the HMC, then the test is complete and you may log out (using the exit command) and proceed. If not, then diagnose the connectivity problems between the server hosting ConsoleWorks and the HMC. Generate public/private key pairs to be used with SSH Public Key Identification SSH PKI should be used as the communication paradigm between ConsoleWorks and the HMC so that no files containing clear-text passwords have to be installed on the ConsoleWorks server. This methodology provides a secure method for communication that does not open the HMC to attacks due via stored passwords. A few simple steps need to be performed to make sure that ConsoleWorks can communicate with the HMC in order to manage the environment: 6 Versions of OpenSSH previous to 0.9.7d have not been verified to work with the HMC. 7 You may use an IP address or DNS name of the HMC. 8 Remember, we re assuming you created a user called cw on the HMC.

5 1. Create a user account that corresponds to each HMC username that will be used to communicate to ConsoleWorks on the node that will host ConsoleWorks. This step is necessary since the ssh-keygen facility reads the username of the caller to generate the keys. Below, the -l and -i qualifiers will be used to identify the connectivity credentials in the SSH command. 2. The following steps are to be performed for each user account created in Step 1: a. Login to the account. b. Issue the ssh-keygen t rsa command. This command will generate two files: id_rsa (the private key) and id_rsa.pub (the public key). c. Issue the command scp.ssh/id_rsa.pub userid@hostname:/home/<username>/.ssh/authorized_keys2. The userid in the scp command is the username of one of the privileged accounts on the HMC. The <username> value is the username on the HMC that corresponds to the local account being used to generate the keys. d. Test the connectivity by issuing the command ssh l usename i.ssh/id_rsa t. If this command connects directly to the HMC without asking for a username, the SSH/PKI configuration is successful and complete. If it is not, then diagnose the problems and correct them. A few notes about SSH/PKI configuration management: 1. A new secure copy (scp) of the public key must be performed to the HMC if the public/private key pairs are regenerated by rerunning the sshkeygen command for any of the accounts being used to communicate between ConsoleWorks and the HMC. 2. The public/private key pairs may be copied to a location other than the /home/<account>/.ssh directory if the user wishes to protect them from accidentally being overwritten. Verify Functionality of Tools to be Used with ConsoleWorks If you plan to use expect scripting for logging into the HMC, verify the version of expect functions in the scripting environment that you intend to use. Any other tools, such as public key identification, need to be verified to be operational between the host ConsoleWorks server and the HMC as well. Configure (D)LPARs At this point, configuration of the (D)LPARs may be performed through ConsoleWorks using the HMC Command Line utilities. This method offers an auditable trail of how the pseries (D)LPARs were configured. Follow the instructions in the Hardware Management Console for pseries Installation and Operation Guide to setup up (D)LPARs on the pseries.

6 Establish ConsoleWorks Consoles for Each (D)LPAR and the HMC ConsoleWorks can provide monitoring and management to all features provided by the HMC: 1. Virtual console monitoring, management, and connectivity to each (D)LPAR regardless of whether an operating system is running on the LPAR or not. 2. Command line connectivity to the HMC to provide monitored and logged connectivity for all provisioning activities. 3. An automated (through cwterm) methodology to periodically poll the HMC for alerts and status of all managed components. TDi recommends a console connection for each (D)LPAR and one additional connection to communicate with the HMC command line. The examples in this section assume you know the Managed System Names and the Partition Names of the HMC LPARs that you want to connect to. The following commands are useful in determining these values: 1. Utilize the lsyscfg r sys --all from the HMC command prompt to list all managed systems known to the HMC. 2. Utilize the lsyscfg r lpar m <specific_system_name> --all command from the HMC command prompt to list all partitions associated with a specific managed system. The following steps demonstrate how to connect to each (D)LPAR: 1. Create a pseudo_console command file in the /opt/consoleworks/<invo_name>/pseudo_consoles directory (usually named HMC.pki.<LPARname>) that contains the command /opt/consoleworks/<invo_name>/pseudo_consoles/hmc_pki_<lparnam e>_pseudo.sh. 2. Create the hmc_pki_<lparname>_pseudo.sh command file containing the following commands: #!/bin/bash 9 /usr/local/bin/expect f /opt/consoleworks/<invo_name>/pseudo_consoles/hmc.pki.<lparname >.expect 3. Create the hmc.pki.<lparname>.expect file and place the following expect script in it: spawn /usr/bin/ssh hmc.ip.address l <usename> -I /home/<username>/.ssh/id_dsa t expect { HMCprompt:~> { 9 This is a critical component of this feature and must not be omitted. Please see the section entitled An Important Note about Using Expect with SSH below.

7 Sleep 1 Send mkvterm m <managed_system_name> -p PartitionName\r } } Interact 4. Create a pseudo console within ConsoleWorks to use the file created in Step 1 for connectivity. At this point, the console should be operational and you should be able to connect to the LPAR and either see the hardware (firmware) prompt of the pseries partition or AIX if it is already configured. 10 The following steps describe how to configure a ConsoleWorks console to communicate with the HMC command line: 1. Create a pseudo_console command file in the /opt/consoleworks/<invo_name>/pseudo_consoles directory (usually named HMC.pki.<LPARname>) that contains the command /opt/consoleworks/<invo_name>/pseudo_consoles/hmc_pki_<lparnam e>_pseudo.sh. 2. Create the hmc_pki_<lparname>_pseudo.sh command file containing the following commands: #!/bin/bash /usr/bin/ssh hmc.ip.address l username I /home/<username>/.ssh/id_rsa -t 3. Create a pseudo console within ConsoleWorks to use the file created in Step 1 for connectivity. Notice that the expect scripting is not required for this console since no virtual console is created on the HMC. An Important Note about Using Expect with SSH Experienced expect script users will want to remove the -f qualifier from expect and initiate expect as the shell to run the scripting example. Do not do this! OpenSSH, and many other SSH toolkits, require features of the pseudo-tty support which are not implemented by the expect shell. Therefore, a full-featured command shell must be utilized in order to make the SSH connectivity function well with ConsoleWorks. Unexpected behavior will result if you omit the creation of a command shell. 10 In some cases, an invocation of AIX is already running on the partition, but is not configured to allow the console stream to be sent to the HMC virtual console. This problem and its resolution are described later in this document.

8 Step 3: Install and Configure AIX on (D)LPARs If you install AIX from the LPAR hardware prompt configured earlier in this document, AIX will be automatically configured to direct console output to the virtual console associated with the HMC LPAR and no further configuration is required. This can be verified by executing the following command: Lsdev Cl sa0 If the response is: Sa0 Available LPAR Virtual Serial Adapter Then the configuration is correct. If the response is: Sa0 Available 01-S1 Standard I/O Serial Port Then the virtual serial adapter has not been loaded properly and the steps below need to be performed. Also, if a Full System Partition was previously being used, and the pseries was configured in SMP mode instead of LPAR mode, the following steps may be required to redirect the console output to the HMC virtual console: 1. Log into the AIX partition using root. 2. Verify the bse CHRP LPAR Device Support is loaded by executing the following commands: a. Lslpp L devices.chrp_lpar_base.rte b. Omget q subclass=lpar PdDv 3. If these commands don t indicate the LPAR Device Support is loaded, then reconfigure AIX to load the missing pieces. If you don t know how to do this, get help it s beyond the scope of this document. 4. Use SMIT to create a virtual terminal device. 5. Use SMIT to redirect the console to the virtual terminal device. Note that this change will not occur until AIX is rebooted. 6. Reboot AIX. If you can t reboot the console immediately, then you can redirect console output to the virtual console by issuing the chcons command fro AIX. Note that output will be directed to the virtual console, but interactive login will not be possible until AIX is rebooted. Useful Documents The following links and documents will be very valuable to you if you don t know much about AIX, pseries computers, and/or HMCs:

9 1. m -- AIX and pseries Accessibility 2. docs/pdf/ pdf -- The pseries Planning for Partitioned-System Operations AIX Installation in a Partitioned Environment Effective System Management Using the IBM Hardware Management Console for pseries IBM pseries System Handbook 2003 Edition 6. Hardware Management Console for pseries Installation and Operations Guide (SA )

IBM p5 Virtualization Technical Support AIX 5L V5.3. Download Full Version :

IBM p5 Virtualization Technical Support AIX 5L V5.3. Download Full Version : IBM 000-062 p5 Virtualization Technical Support AIX 5L V5.3 Download Full Version : https://killexams.com/pass4sure/exam-detail/000-062 A. Virtual Ethernet B. Micro-Partitioning C. Virtual I/O Server D.

More information

HMC The New Console on the Block John Still

HMC The New Console on the Block John Still HMC The New Console on the Block John Still Objectives Console History Introducing the Hardware Management Console (HMC) Planning for HMC and i5 Guided Setup Wizard HMC Management Remote Access System

More information

1. Introduction. 2. TPM, pseries and AIX NIM Environment

1. Introduction. 2. TPM, pseries and AIX NIM Environment 1. Introduction This paper is to describe the following functions of Tivoli Provisioning Manager (TPM) with the automation packages of pseries-server and NIM that are installed with TPM and Tivoli Intelligent

More information

Bitnami MySQL for Huawei Enterprise Cloud

Bitnami MySQL for Huawei Enterprise Cloud Bitnami MySQL for Huawei Enterprise Cloud Description MySQL is a fast, reliable, scalable, and easy to use open-source relational database system. MySQL Server is intended for mission-critical, heavy-load

More information

IBM p5 and pseries Enterprise Technical Support AIX 5L V5.3. Download Full Version :

IBM p5 and pseries Enterprise Technical Support AIX 5L V5.3. Download Full Version : IBM 000-180 p5 and pseries Enterprise Technical Support AIX 5L V5.3 Download Full Version : https://killexams.com/pass4sure/exam-detail/000-180 A. The LPAR Configuration backup is corrupt B. The LPAR Configuration

More information

EMC Greenplum Data Computing Appliance to x Software Upgrade Guide. Rev: A02

EMC Greenplum Data Computing Appliance to x Software Upgrade Guide. Rev: A02 EMC Greenplum Data Computing Appliance 1.2.0.1 to 1.2.1.x Software Upgrade Guide Rev: A02 Copyright 2013 EMC Corporation. All rights reserved. EMC believes the information in this publication is accurate

More information

How to Manage Dynamic Logical Partitions (DLPARs) and Develop DLPAR-aware Applications

How to Manage Dynamic Logical Partitions (DLPARs) and Develop DLPAR-aware Applications How to Manage Dynamic Logical Partitions (DLPARs) and Develop DLPAR-aware Applications Joseph Pu joepu@us.ibm.com eserver Solution Enablement, IBM Shiv Dutta sdutta@us.ibm.com eserver Solution Enablement,

More information

Bitnami MariaDB for Huawei Enterprise Cloud

Bitnami MariaDB for Huawei Enterprise Cloud Bitnami MariaDB for Huawei Enterprise Cloud First steps with the Bitnami MariaDB Stack Welcome to your new Bitnami application running on Huawei Enterprise Cloud! Here are a few questions (and answers!)

More information

No More Passwords (with SSH)

No More Passwords (with SSH) No More Passwords (with SSH) Ted Dustman March 30, 2009 Contents 1 Introduction 1 1.1 Local or Remote?................................. 1 1.2 SSH Command Set................................ 1 2 Authentication

More information

Project #6: Using ssh, scp and sftp with Key-Based Authentication

Project #6: Using ssh, scp and sftp with Key-Based Authentication Project #6: Using ssh, scp and sftp with Key-Based Authentication ssh, scp and sftp Going beyond Password Protection Creating Keys Creating Keys with a Passphrase Using Key-Based Authentication in Our

More information

Contents Upgrading BFInventory iii

Contents Upgrading BFInventory iii Upgrading ii Upgrading Contents Upgrading.............. 1 Upgrading to IBM Tivoli Endpoint Manager for Software Use Analysis version 2.0....... 1 Planning and preparing for the upgrade.... 2 Installing

More information

System i and System p. Managing the Integrated Virtualization Manager

System i and System p. Managing the Integrated Virtualization Manager System i and System p Managing the Integrated Virtualization Manager System i and System p Managing the Integrated Virtualization Manager Note Before using this information and the product it supports,

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

Adobe Marketing Cloud Using FTP and sftp with the Adobe Marketing Cloud

Adobe Marketing Cloud Using FTP and sftp with the Adobe Marketing Cloud Adobe Marketing Using FTP and sftp with the Adobe Marketing Contents Using FTP and sftp with the Adobe Marketing...3 Setting Up FTP Accounts Hosted by Adobe...3 Classifications...3 Data Sources...4 Data

More information

TTerm Connect Installation Guide

TTerm Connect Installation Guide Host Connectivity. Any Host, Any Device. TTerm Connect Installation Guide What is TTerm Connect? TTerm Connect is Turbosoft s web based terminal emulator. Built on common web technologies such as HTML5,

More information

CONFIGURING IBM STORWIZE. for Metadata Framework 6.3

CONFIGURING IBM STORWIZE. for Metadata Framework 6.3 CONFIGURING IBM STORWIZE for Metadata Framework 6.3 Publishing Information Software version 6.3.160 Document version 4 Publication date May 22, 2017 Copyright 2005-2017 Varonis Systems Inc. All rights

More information

Siemens PLM Software. HEEDS MDO Setting up a Windows-to- Windows Compute Resource.

Siemens PLM Software. HEEDS MDO Setting up a Windows-to- Windows Compute Resource. Siemens PLM Software HEEDS MDO 2018.04 Setting up a Windows-to- Windows Compute Resource www.redcedartech.com. Setting up a Windows-to-Windows Compute Resource Contents Introduction 1 On Remote Machine

More information

Configure Dynamic Host Configuration Protocol (DHCP) Image Upgrade Settings on a Switch through the Command Line Interface (CLI)

Configure Dynamic Host Configuration Protocol (DHCP) Image Upgrade Settings on a Switch through the Command Line Interface (CLI) Configure Dynamic Host Configuration Protocol (DHCP) Image Upgrade Settings on a Switch through the Command Line Interface (CLI) Objective The Dynamic Host Configuration Protocol (DHCP) image upgrade feature

More information

Opengear Bulk Provisioning Guide

Opengear Bulk Provisioning Guide Opengear Bulk Provisioning Guide Document version: 1.0 17 Dec 2013 Contact: support@opengear.com Contents 1. Introduction 2. Golden master: make-template 3. Target appliance: setup-wizard 4. Target appliance:

More information

User and System Administration

User and System Administration CHAPTER 2 This chapter provides information about performing user and system administration tasks and generating diagnostic information for obtaining technical assistance. The top-level Admin window displays

More information

Bitnami Apache Solr for Huawei Enterprise Cloud

Bitnami Apache Solr for Huawei Enterprise Cloud Bitnami Apache Solr for Huawei Enterprise Cloud Description Apache Solr is an open source enterprise search platform from the Apache Lucene project. It includes powerful full-text search, highlighting,

More information

Jackson State University Department of Computer Science CSC / Computer Security Fall 2013 Instructor: Dr. Natarajan Meghanathan

Jackson State University Department of Computer Science CSC / Computer Security Fall 2013 Instructor: Dr. Natarajan Meghanathan Jackson State University Department of Computer Science CSC 437-01/539-01 Computer Security Fall 2013 Instructor: Dr. Natarajan Meghanathan Lab Project # 2: Running Secure Shell (SSH) Server in a Virtual

More information

AIX System Recovery Guide. Version 8.2

AIX System Recovery Guide. Version 8.2 AIX System Recovery Guide Version 8.2 Trademarks and Copyrights Copyright Storix, Inc., 1999-2017 Storix is a registered trademark of Storix, Inc. SBAdmin is a trademark of Storix, Inc in the USA and other

More information

Troubleshooting Cisco APIC-EM Multi-Host

Troubleshooting Cisco APIC-EM Multi-Host The following procedures may be used to troubleshoot a Cisco APIC-EM multi-host configuration: Changing the Settings in a Multi-Host Cluster, page 1 Removing a Single Host from a Multi-Host Cluster, page

More information

Provisioning of Algo SIP Endpoints Algo Communication Products Version 1.1 Sept 30, 2015

Provisioning of Algo SIP Endpoints Algo Communication Products Version 1.1 Sept 30, 2015 Provisioning of Algo SIP Endpoints Algo Communication Products Version 1.1 Sept 30, 2015 Contents 1. Introduction... 1 1.1 Supported Devices...2 2. Provisioning Basics... 2 2.1 Server Address & Protocol...2

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Author A.Kishore/Sachin WinSCP

Author A.Kishore/Sachin   WinSCP WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

HP ProLiant Agentless Management Pack (v 3.2) for Microsoft System Center User Guide

HP ProLiant Agentless Management Pack (v 3.2) for Microsoft System Center User Guide HP ProLiant Agentless Management Pack (v 3.2) for Microsoft System Center User Guide Abstract This guide provides information on using the HP ProLiant Agentless Management Pack for System Center version

More information

Start Up and Shutdown Procedures (Unix)

Start Up and Shutdown Procedures (Unix) Start Up and Shutdown Procedures (Unix) Start Up On Main Console 1. Press the Server main power button ON 2. The system will automatically go through the start-up procedures, which will be displayed on

More information

VII. Corente Services SSL Client

VII. Corente Services SSL Client VII. Corente Services SSL Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 Chapter 1. Requirements...

More information

MVAPICH MPI and Open MPI

MVAPICH MPI and Open MPI CHAPTER 6 The following sections appear in this chapter: Introduction, page 6-1 Initial Setup, page 6-2 Configure SSH, page 6-2 Edit Environment Variables, page 6-5 Perform MPI Bandwidth Test, page 6-8

More information

DataMan. version 6.5.4

DataMan. version 6.5.4 DataMan version 6.5.4 Contents DataMan User Guide 1 Introduction 1 DataMan 1 Technical Specifications 1 Hardware Requirements 1 Software Requirements 2 Ports 2 DataMan Installation 2 Component Installation

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

IBM System p5 560Q boosts performance with new Quad-Core Module with 1.8 GHz POWER5+ processor

IBM System p5 560Q boosts performance with new Quad-Core Module with 1.8 GHz POWER5+ processor IBM United States Announcement 107-099, dated February 14, 2007 IBM System p5 560Q boosts performance with new Quad-Core Module with 1.8 GHz POWER5+ processor Description...2 Publications... 4 Services...4

More information

This is a guide about using Putty on Windows with OpenSSH on Linux. You would learn about how to:

This is a guide about using Putty on Windows with OpenSSH on Linux. You would learn about how to: 1 of 7 5/16/2011 5:37 PM Submitted by: Man-wai CHANG Update by: Man-wai CHANG Date Submitted: 31 May 2006 Document Version: 1.0 Last Updated: 08/01/2010 13:48:54 Last Updated: 02/02/2008 23:46:43 This

More information

Bitnami ez Publish for Huawei Enterprise Cloud

Bitnami ez Publish for Huawei Enterprise Cloud Bitnami ez Publish for Huawei Enterprise Cloud Description ez Publish is an Enterprise Content Management platform with an easy to use Web Content Management System. It includes role-based multi-user access,

More information

Oracle BDA: Working With Mammoth - 1

Oracle BDA: Working With Mammoth - 1 Hello and welcome to this online, self-paced course titled Administering and Managing the Oracle Big Data Appliance (BDA). This course contains several lessons. This lesson is titled Working With Mammoth.

More information

Setting up a Chaincoin Masternode

Setting up a Chaincoin Masternode Setting up a Chaincoin Masternode Introduction So you want to set up your own Chaincoin Masternode? You ve come to the right place! These instructions are correct as of April, 2017, and relate to version

More information

Xcalenets Console Setup Guide. Xcalenets Console Setup Guide (Standalone version)

Xcalenets Console Setup Guide. Xcalenets Console Setup Guide (Standalone version) Xcalenets Console Setup Guide Xcalenets Console Setup Guide (Standalone version) 1 Content CONTENT... 2 Getting Started to Xcalenets Console Setup... 3 Account Level Introduction... 3 Login Console Setup...

More information

IBM Hyper-Scale Manager as an Application Version 1.8. User Guide IBM GC

IBM Hyper-Scale Manager as an Application Version 1.8. User Guide IBM GC IBM Hyper-Scale Manager as an Application Version 1.8 User Guide IBM GC27-5984-04 Note Before using this information and the product it supports, read the information in Notices on page 37. Management

More information

Configuring and Using AMT on TS130. Lenovo ThinkServer

Configuring and Using AMT on TS130. Lenovo ThinkServer Lenovo ThinkServer August 31, 2011 Contents Overview... 3 Enabling and Configuring AMT on TS130... 3 Provisioning AMT on TS130 Using Manual Configuration Method... 4 AMT Configuration with Web Interface...

More information

IBM Hyper-Scale Manager as an Application Version 1.7. User Guide GC

IBM Hyper-Scale Manager as an Application Version 1.7. User Guide GC IBM Hyper-Scale Manager as an Application Version 1.7 User Guide GC27-5984-03 Note Before using this information and the product it supports, read the information in Notices on page 35. Management Tools

More information

Bitnami JRuby for Huawei Enterprise Cloud

Bitnami JRuby for Huawei Enterprise Cloud Bitnami JRuby for Huawei Enterprise Cloud Description JRuby is a 100% Java implementation of the Ruby programming language. It is Ruby for the JVM. JRuby provides a complete set of core built-in classes

More information

BR*Tools Studio 7.10 for Oracle Multi-instance Server Standalone Part 2: Server, Database Instances and their Users

BR*Tools Studio 7.10 for Oracle Multi-instance Server Standalone Part 2: Server, Database Instances and their Users BR*Tools Studio 7.10 for Oracle Multi-instance Server Standalone Part 2: Server, Database Instances and their Users Applies to: SAP BR*Tools Studio 7.10(2) for Oracle DBA on Unix/Linux with examples on

More information

One Identity Manager 8.0. Administration Guide for Connecting Unix-Based Target Systems

One Identity Manager 8.0. Administration Guide for Connecting Unix-Based Target Systems One Identity Manager 8.0 Administration Guide for Connecting Unix- Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Oracle FLEXCUBE Direct Banking

Oracle FLEXCUBE Direct Banking Oracle FLEXCUBE Direct Banking Upgrade Installer User Release 12.0.2.0.0 Part No. E50108-01 September 2013 Oracle Financial Services Software Limited Oracle Park Off Western Express Highway Goregaon (East)

More information

Bitnami MEAN for Huawei Enterprise Cloud

Bitnami MEAN for Huawei Enterprise Cloud Bitnami MEAN for Huawei Enterprise Cloud Description Bitnami MEAN Stack provides a complete development environment for mongodb and Node.js that can be deployed in one click. It includes the latest stable

More information

Synchronization Agent Configuration Guide

Synchronization Agent Configuration Guide SafeNet Authentication Service Synchronization Agent Configuration Guide 1 Document Information Document Part Number 007-012848-001, Rev. E Release Date July 2015 Applicability This version of the SAS

More information

AIX. In this issue. March Xephon Inc 2004

AIX. In this issue. March Xephon Inc 2004 101 AIX March 2004 In this issue 3 Hardware Management Console: using remote commands with secure shell from AIX 3 The power of awk 13 LPAR memory management 27 Using HMC command line interface to manage

More information

IBM XIV Storage System IBM Hyper-Scale Manager Installation as application Version 1.4. User Guide GC

IBM XIV Storage System IBM Hyper-Scale Manager Installation as application Version 1.4. User Guide GC IBM XIV Storage System IBM Hyper-Scale Manager Installation as application Version 1.4 User Guide GC27-5984-00 Note Before using this information and the product it supports, read the information in Notices

More information

Remote Support Jumpoint Guide: Unattended Access to Computers in a Network 4. Recommended Steps to Implement Bomgar Jump Technology 5

Remote Support Jumpoint Guide: Unattended Access to Computers in a Network 4. Recommended Steps to Implement Bomgar Jump Technology 5 Jumpoint Guide 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective owners.

More information

Bitnami Re:dash for Huawei Enterprise Cloud

Bitnami Re:dash for Huawei Enterprise Cloud Bitnami Re:dash for Huawei Enterprise Cloud Description Re:dash is an open source data visualization and collaboration tool. It was designed to allow fast and easy access to billions of records in all

More information

YubiHSM 2 for ADCS Guide. Securing Microsoft Active Directory Certificate Services with YubiHSM 2

YubiHSM 2 for ADCS Guide. Securing Microsoft Active Directory Certificate Services with YubiHSM 2 YubiHSM 2 for ADCS Guide Securing Microsoft Active Directory Certificate Services with YubiHSM 2 Copyright 2017 Yubico Inc. All rights reserved. Trademarks Yubico and YubiKey are registered trademarks

More information

SecureFactors. Copyright SecureFactors Corp ver 1.0a

SecureFactors. Copyright SecureFactors Corp ver 1.0a SecureFactors Copyright SecureFactors Corp. 2018 ver 1.0a Table of Contents Introduction... How to Use... Run SF Connector to access systems... SF Console... 1 2 3 10 11 SecureFactors(SF) is a new generation

More information

Security Service tools user IDs and passwords

Security Service tools user IDs and passwords IBM Systems - iseries Security Service tools user IDs and passwords Version 5 Release 4 IBM Systems - iseries Security Service tools user IDs and passwords Version 5 Release 4 Note Before using this information

More information

Connectware Manager Getting Started Guide

Connectware Manager Getting Started Guide Connectware Manager Getting Started Guide 90000699_B 2004, 2005 Digi International Inc. Digi, Digi International, the Digi logo, the Digi Connectware log, the Making Device Networking Easy logo, Digi

More information

Synchronization Agent Configuration Guide

Synchronization Agent Configuration Guide SafeNet Authentication Service Synchronization Agent Configuration Guide 1 Document Information Document Part Number 007-012848-001, Rev. B Release Date March 2015 Applicability This version of the SAS

More information

Horizon DaaS Platform 6.1 Service Provider Installation - vcloud

Horizon DaaS Platform 6.1 Service Provider Installation - vcloud Horizon DaaS Platform 6.1 Service Provider Installation - vcloud This guide provides information on how to install and configure the DaaS platform Service Provider appliances using vcloud discovery of

More information

Troubleshooting Cisco APIC-EM Single and Multi-Host

Troubleshooting Cisco APIC-EM Single and Multi-Host Troubleshooting Cisco APIC-EM Single and Multi-Host The following information may be used to troubleshoot Cisco APIC-EM single and multi-host: Recovery Procedures for Cisco APIC-EM Node Failures, page

More information

Bitnami Coppermine for Huawei Enterprise Cloud

Bitnami Coppermine for Huawei Enterprise Cloud Bitnami Coppermine for Huawei Enterprise Cloud Description Coppermine is a multi-purpose, full-featured web picture gallery. It includes user management, private galleries, automatic thumbnail creation,

More information

From write to root on AIX

From write to root on AIX From write to root on AIX A case study Silent Signal LLC Email: info@silentsignal.eu Web: www.silentsignal.eu From write to root on AIX TÁRGY: TANULMÁNY INFO&SILENTSIGNAL.EU From Write to Root on AIX 1

More information

SAML-Based SSO Configuration

SAML-Based SSO Configuration Prerequisites, page 1 SAML SSO Configuration Task Flow, page 5 Reconfigure OpenAM SSO to SAML SSO Following an Upgrade, page 9 SAML SSO Deployment Interactions and Restrictions, page 9 Prerequisites NTP

More information

IBM System p5 570 POWER5+ processor and memory features offer new options

IBM System p5 570 POWER5+ processor and memory features offer new options Hardware Announcement February 14, 2006 IBM System p5 570 POWER5+ processor and memory features offer new options Overview The System p5 570 offers new POWER5+ processor options with 64-bit 1.9 GHz and

More information

First Alternative. S11B Rev Networking

First Alternative. S11B Rev Networking Openstack-related topics - EVS There are two management components to EVS, which are configured on the physical host(s):- * EVS Manager - the administrative function that is used to configure and manage

More information

Agilent OpenLAB Chromatography Data System

Agilent OpenLAB Chromatography Data System Agilent OpenLAB Chromatography Data System EZChrom Edition EZChrom Elite and ICM Migration Guide Agilent Technologies Notices Agilent Technologies, Inc. 2011 No part of this manual may be reproduced in

More information

Comodo Endpoint Security Manager Professional Edition Software Version 3.3

Comodo Endpoint Security Manager Professional Edition Software Version 3.3 Comodo Endpoint Security Manager Professional Edition Software Version 3.3 Quick Start Guide Guide Version 3.2.022615 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo Endpoint Security

More information

Installing the Cisco Unified MeetingPlace Web Server Software

Installing the Cisco Unified MeetingPlace Web Server Software Installing the Cisco Unified MeetingPlace Web Server Software Release 8.5 Revised: 2/19/13 : Install the Application Server (which includes the Software Media Server) : Install the Hardware Media Server

More information

InventoryControl Quick Start Guide

InventoryControl Quick Start Guide InventoryControl Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY PRODUCTS OR SERVICES ARE

More information

IBM/Lenovo BCS RSSM firmware Update

IBM/Lenovo BCS RSSM firmware Update IBM/Lenovo BCS RSSM firmware Update Version 1.1 Revision Date: August 10, 2018 Notices and Trademarks Honeywell International Sàrl 2018. All Rights Reserved. While this information is presented in good

More information

IBM DB Getting started with Data Studio Hands-On Lab. Information Management Cloud Computing Center of Competence.

IBM DB Getting started with Data Studio Hands-On Lab. Information Management Cloud Computing Center of Competence. IBM DB2 9.7 Getting started with Data Studio Hands-On Lab I Information Management Cloud Computing Center of Competence IBM Canada Lab Contents 1. INTRODUCTION...2 2. OBJECTIVES...2 3. SUGGESTED READING...3

More information

NetIQ Privileged Account Manager 3.2 Patch Update 4 Release Notes

NetIQ Privileged Account Manager 3.2 Patch Update 4 Release Notes NetIQ Privileged Account Manager 3.2 Patch Update 4 Release Notes April 2018 NetIQ Privileged Account Manager 3.2 P4 resolves some of the previous issues. Many of these improvements were made in direct

More information

Linux Network Administration

Linux Network Administration Secure Remote Connections with OpenSSH Objective At the conclusion of this module, the student will be able to: Configure the ssh daemon start, stop, and restart sshd 17 January 2005 NETW 111 - SSH 2 SSH

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

Docker task in HPC Pack

Docker task in HPC Pack Docker task in HPC Pack We introduced docker task in HPC Pack 2016 Update1. To use this feature, set the environment variable CCP_DOCKER_IMAGE of a task so that it could be run in a docker container on

More information

Clearswift SECURE Exchange Gateway Installation & Setup Guide. Version 1.0

Clearswift SECURE Exchange Gateway Installation & Setup Guide. Version 1.0 Clearswift SECURE Exchange Gateway Installation & Setup Guide Version 1.0 Copyright Revision 1.0, December, 2013 Published by Clearswift Ltd. 1995 2013 Clearswift Ltd. All rights reserved. The materials

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

Automated Background Check System (ABCS)- Requesting Access Guide. April 2018

Automated Background Check System (ABCS)- Requesting Access Guide. April 2018 Automated Background Check System (ABCS)- Requesting Access Guide April 2018 How do I access ABCS? Complete Background Check Request Access to HHS Enterprise Portal Request Access to ABCS Use ABCS There

More information

12d Synergy Server Installation Guide

12d Synergy Server Installation Guide 12d Synergy Server Installation Guide Version 3.0 April 2017 12d Solutions Pty Ltd ACN 101 351 991 PO Box 351 Narrabeen NSW Australia 2101 (02) 9970 7117 (02) 9970 7118 support@12d.com www.12d.com 12d

More information

Adafruit's Raspberry Pi Lesson 6. Using SSH

Adafruit's Raspberry Pi Lesson 6. Using SSH Adafruit's Raspberry Pi Lesson 6. Using SSH Created by Simon Monk Last updated on 2017-08-16 01:12:07 AM UTC Guide Contents Guide Contents Overview Enabling SSH Using a blank boot file Using Raspi-Config

More information

Planning the Installation and Installing SQL Server

Planning the Installation and Installing SQL Server Chapter 2 Planning the Installation and Installing SQL Server In This Chapter c SQL Server Editions c Planning Phase c Installing SQL Server 22 Microsoft SQL Server 2012: A Beginner s Guide This chapter

More information

HP Enterprise Secure Key Manager Configuration Guide for HP Tape Libraries

HP Enterprise Secure Key Manager Configuration Guide for HP Tape Libraries HP Enterprise Secure Key Manager Configuration Guide for HP Tape Libraries Abstract This document provides information about configuring the HP Enterprise Secure Key Manager (ESKM) for use with HP tape

More information

LEI Installation Basics - on Windows and Linux platforms

LEI Installation Basics - on Windows and Linux platforms LEI Installation Basics - on Windows and Linux platforms Open Mic Webcast Date : 16 December 2015 Speakers: Pauline Pagsuyuin and Chester Page Pelaez Agenda LEI/IEI Overview Installation Pre-requisites

More information

Cryptography Application : SSH. Cyber Security & Network Security March, 2017 Dhaka, Bangladesh

Cryptography Application : SSH. Cyber Security & Network Security March, 2017 Dhaka, Bangladesh Cryptography Application : SSH Cyber Security & Network Security 20-22 March, 2017 Dhaka, Bangladesh Issue Date: [31-12-2015] Revision: [v.1] What is Safely Authentication I am Assured of Which Host I

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

Hitachi ID Systems Inc Identity Manager 8.2.6

Hitachi ID Systems Inc Identity Manager 8.2.6 Systems Inc RSA SecurID Ready Implementation Guide Partner Information Last Modified: December 5, 2014 Product Information Partner Name Hitachi ID Systems Inc Web Site www.hitachi-id.com Product Name Identity

More information

IBM Endpoint Manager for OS Deployment Linux OS provisioning using a Server Automation Plan

IBM Endpoint Manager for OS Deployment Linux OS provisioning using a Server Automation Plan IBM Endpoint Manager IBM Endpoint Manager for OS Deployment Linux OS provisioning using a Server Automation Plan Document version 1.0 Michele Tomassi Copyright International Business Machines Corporation

More information

The Balabit s Privileged Session Management 5 F5 Azure Reference Guide

The Balabit s Privileged Session Management 5 F5 Azure Reference Guide The Balabit s Privileged Session Management 5 F5 Azure Reference Guide March 12, 2018 Abstract Administrator Guide for Balabit s Privileged Session Management (PSM) Copyright 1996-2018 Balabit, a One Identity

More information

IBM BigFix Version 9.5. WebUI Administrators Guide IBM

IBM BigFix Version 9.5. WebUI Administrators Guide IBM IBM BigFix Version 9.5 WebUI Administrators Guide IBM IBM BigFix Version 9.5 WebUI Administrators Guide IBM Note Before using this information and the product it supports, read the information in Notices

More information

SOA Software API Gateway Appliance 6.3 Administration Guide

SOA Software API Gateway Appliance 6.3 Administration Guide SOA Software API Gateway Appliance 6.3 Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names, logos,

More information

Juniper Secure Analytics Patch Release Notes

Juniper Secure Analytics Patch Release Notes Juniper Secure Analytics Patch Release Notes 2014.8 October 2017 2014.8.r11.20171013131303 patch resolves several known issues in Juniper Secure Analytics (JSA). Contents Installing 2014.8.r11 Patch..............................................

More information

SmartCash SmartNode SCRIPT Setup Guide v2.2. Windows 10. Date: 20/02/2018. By (Jazz) yoyomonkey

SmartCash SmartNode SCRIPT Setup Guide v2.2. Windows 10. Date: 20/02/2018. By (Jazz) yoyomonkey SmartCash SmartNode SCRIPT Setup Guide v2.2 Date: Introduction Welcome to this step by step guide that will take you through the process of creating your own SmartCash SmartNode. This guide is aimed at

More information

Bitnami Piwik for Huawei Enterprise Cloud

Bitnami Piwik for Huawei Enterprise Cloud Bitnami Piwik for Huawei Enterprise Cloud Description Piwik is a real time web analytics software program. It provides detailed reports on website visitors: the search engines and keywords they used, the

More information

WinSCP. Author A.Kishore/Sachin

WinSCP. Author A.Kishore/Sachin WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

Cisco Emergency Responder Configuration

Cisco Emergency Responder Configuration After you install Cisco Emergency Responder (Emergency Responder) and configure Cisco Unified Communications Manager (Unified CM), you can configure Emergency Responder so that it begins managing emergency

More information

CompTIA SY CompTIA Security+

CompTIA SY CompTIA Security+ CompTIA SY0-501 CompTIA Security+ https://killexams.com/pass4sure/exam-detail/sy0-501 QUESTION: 338 The help desk is receiving numerous password change alerts from users in the accounting department. These

More information

LECTURE 7. Readings: - SSH: The Definitive Guide; D.J. Barret et al.; O Reilly Lecture outline: - SSH. Marco Spaziani Brunella, Manuel Campo

LECTURE 7. Readings: - SSH: The Definitive Guide; D.J. Barret et al.; O Reilly Lecture outline: - SSH. Marco Spaziani Brunella, Manuel Campo LECTURE 7 Readings: - SSH: The Definitive Guide; D.J. Barret et al.; O Reilly Lecture outline: - SSH Remote Managing In real life, physical access to network nodes is not always an option. Often, we need

More information

Sophos Enterprise Console advanced startup guide

Sophos Enterprise Console advanced startup guide Sophos Enterprise Console advanced startup guide For distributed installations Product version: 5.3 Document date: April 2015 Contents 1 About this guide...4 2 Planning installation...5 2.1 Planning the

More information

unisys Unisys Stealth(cloud) for Amazon Web Services Deployment Guide Release 2.0 May

unisys Unisys Stealth(cloud) for Amazon Web Services Deployment Guide Release 2.0 May unisys Unisys Stealth(cloud) for Amazon Web Services Deployment Guide Release 2.0 May 2016 8205 5658-002 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product or related information described

More information

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Introduction Preparing the 3.2.X system for the upgrade Installing the BIG-IP version 9.2.3 software Licensing the software using

More information

IBM Tivoli Monitoring: CEC Base Agent Version Interim Feature 2. User's Guide SC

IBM Tivoli Monitoring: CEC Base Agent Version Interim Feature 2. User's Guide SC IBM Tivoli Monitoring: CEC Base Agent Version 6.2.2 Interim Feature 2 User's Guide SC23-5239-08 IBM Tivoli Monitoring: CEC Base Agent Version 6.2.2 Interim Feature 2 User's Guide SC23-5239-08 Note Before

More information