CEMON installation and configuration procedure



Similar documents
Tanya Levshina, Steve Timm

Grid User Management Service GUMS Tutorial

Solr Bridge Search Installation Guide

HP Universal Print Driver Series for Windows Active Directory Administrator Template White Paper

MIGS Payment Client Installation Guide. EGate User Manual

EUROPEAN MIDDLEWARE INITIATIVE

BeStMan-gateway Installation and Configuration for OSG Tier-2, Tier-3 sites

a) Install the SDK into a directory of your choice (/opt/java/jdk1.5.0_11, /opt/java/jdk1.6.0_02, or YOUR_JAVA_HOME_DIR)

Technical Guide to ULGrid

BusinessObjects Enterprise XI Release 2

ZeroTurnaround License Server User Manual 1.4.0

CycleServer Grid Engine Support Install Guide. version 1.25

How to Install Multiple Monitoring Agents on a Microsoft Operating System. Version StoneGate Firewall/VPN 2.6 and SMC 3.2

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6

How to Install Multicraft on a VPS or Dedicated Server (Ubuntu bit)

Setting Up One Search

Configuring MailArchiva with Insight Server

Execution Management: Key Concepts

EUROPEAN MIDDLEWARE INITIATIVE

SOLR INSTALLATION & CONFIGURATION GUIDE FOR USE IN THE NTER SYSTEM

Single Node Hadoop Cluster Setup

Apache and Virtual Hosts Exercises

Installation Guide for AmiRNA and WMD3 Release 3.1

Kognitio Technote Kognitio v8.x Hadoop Connector Setup

Eylean server deployment guide

Installation of PHP, MariaDB, and Apache

Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services

Cloud Computing. Lecture 5 Grid Case Studies

LAE Enterprise Server Installation Guide

SECURE Web Gateway. HTTPS/SSL Technical FAQ. Version 1.1. Date 04/10/12

Laptop Backup - Administrator Guide (Windows)

DiskBoss. File & Disk Manager. Version 2.0. Dec Flexense Ltd. info@flexense.com. File Integrity Monitor

The Compatible One Application and Platform Service 1 (COAPS) API User Guide

WEB2CS INSTALLATION GUIDE

Intel Storage System SSR212CC Enclosure Management Software Installation Guide For Red Hat* Enterprise Linux

Monitoring Oracle Enterprise Performance Management System Release Deployments from Oracle Enterprise Manager 12c

i2b2 Installation Guide

FERMILAB CENTRAL WEB HOSTING SINGLE SIGN ON (SSO) ON CWS LINUX WITH SAML AND MOD_AUTH_MELLON

Integrating Apache Web Server with Tomcat Application Server

SSO Plugin. J System Solutions. Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier.

Publish Acrolinx Terminology Changes via RSS

Installing and running COMSOL on a Linux cluster

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol

Quick Start Guide Joomla!: Guidelines for installation and setup. Why Joomla!

TransNav Management System Documentation. Management Server Guide

Secure Messaging Server Console... 2

Deploying the BIG-IP System with Oracle E-Business Suite 11i

Installing Globodox Web Client on Windows Server 2012

SysPatrol - Server Security Monitor

How To - Implement Single Sign On Authentication with Active Directory

How to monitor AD security with MOM

EZcast Installation guide

BF2CC Daemon Linux Installation Guide

Office 365 deployment checklists

Measurement of BeStMan Scalability

About This Document 3. Integration Overview 4. Prerequisites and Requirements 6

24x7 Scheduler Multi-platform Edition 5.2

Fundamentals of LoadRunner 9.0 (2 Days)

Office 365 deploym. ployment checklists. Chapter 27

FileMaker Server 10 Help

Integrating Grid Services into the Cray XT4 Environment

LAMP Quickstart for Red Hat Enterprise Linux 4

Installing a Symantec Backup Exec Agent on a SnapScale Cluster X2 Node or SnapServer DX1 or DX2. Summary

TCH Forecaster Installation Instructions

CA Spectrum and CA Service Desk

Sun Grid Engine, a new scheduler for EGEE

Specific Interview Comments on Documentation

Upgrading VMware Identity Manager Connector

Dynamic Publisher Manual of Features

Practical Continuous Integration

E6893 Big Data Analytics: Demo Session for HW I. Ruichi Yu, Shuguan Yang, Jen-Chieh Huang Meng-Yi Hsu, Weizhen Wang, Lin Haung.

FileMaker Server 13. FileMaker Server Help

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide

RoomWizard Synchronization Software Manual Installation Instructions

Sun Grid Engine, a new scheduler for EGEE middleware

MIS Export via the FEM transfer software

Creating a generic user-password application profile

How To Configure the Oracle ZFS Storage Appliance for Quest Authentication for Oracle Solaris

Load Balancing/High Availability Configuration for neoninsight Server

installation administration and monitoring of beowulf clusters using open source tools

Department of Veterans Affairs VistA Integration Adapter Release Enhancement Manual

Wolfr am Lightweight Grid M TM anager USER GUIDE

Recommendations for Static Firewall Configuration in D-Grid

LoadMaster SSL Certificate Quickstart Guide

GRID workload management system and CMS fall production. Massimo Sgaravatto INFN Padova

Deploying the BIG-IP LTM with the Cacti Open Source Network Monitoring System

Computer Science and Engineering Linux Cisco VPN Client Installation and Setup Guide

NSi Mobile Installation Guide. Version 6.2

HPCC Monitoring and Reporting (Technical Preview) Boca Raton Documentation Team

Massey University Follow Me Printer Setup for Linux systems

Setting Up CAS with Ofbiz 5

Configuring IBM HTTP Server as a Reverse Proxy Server for SAS 9.3 Web Applications Deployed on IBM WebSphere Application Server

Desktop : Ubuntu Desktop, Ubuntu Desktop Server : RedHat EL 5, RedHat EL 6, Ubuntu Server, Ubuntu Server, CentOS 5, CentOS 6

Microsoft Administering the Web Server (IIS) Role of Windows Server

ALERT installation setup

EMC Documentum Connector for Microsoft SharePoint

STREAMEZZO RICH MEDIA SERVER

WissGrid. JHOVE2 over the Grid 1. Dokumentation. Arbeitspaket 3: Langzeitarchivierung von Forschungsdaten. Ă„nderungen

JMETER - MONITOR TEST PLAN

When choosing where to install and run the log analyzer, be aware that it requires access to the following log files:

Transcription:

CEMON installation and configuration procedure Introduction Tanya Levshina, Rohit Mathur, Steve Timm Draft This document is intended for administrators responsible for installing and configuring ITB Compute Element (CE) version 0.5.0 onto OSG Integration Resources. We assume that an administrator is already familiar with the installation and configuration procedure described in OSG Installation Guide. Our goal is to describe some additional steps that need to be performed in order to configure CEMonitor service. This service is capable of collecting the CE resource information by using Generic Information Provider (GIP). In current ITB CE installation CEMonitor service pushes collected information in classad format to central Information Gatherer (IG) running on designated host (osg-ress- 1.fnal.gov). IG advertises these classads to Condor Match Maker service. Installation method The installation method is based on Pacman. You will need to install the latest pacman version somewhere on your machine. wget http://physics.bu.edu/pacman/sample_cache/tarballs/pacman-latest.tar.gz unzip and untar the file cd to the untared directory. setup.sh Pre-install steps Make sure that you have host and http service certificates on the server you are planning to install cemon: a. The host certificate should be installed in /etc/grid-security with ownership and permissions as: -rw-r--r-- root root hostcert.pem -r-------- root root hostkey.pem b.. http certificate: Used by apache and tomcat. The http certificate for your system should be installed in /etc/grid-security/http with ownership and permission as:

-rw-r--r-- daemon daemon httpcert.pem -r-------- daemon daemon httpkey.pem Installation 1. CEMon is installed automatically as you installed ce-0.5.0: a. Create a directory where you want to install vdt package if it doesn t exists cd /usr/local mkdir vdt b. cd to the vdt directory ($VDT_LOCATION) c. Install ce-0.5.0 from ITB pacman -get ITB:ce-0.5.0 *Steve note at the moment ITB:ce is the same as ITB:ce-0.5.0 and it generally points to the current CE version of the ITB whatever that is. More instructions on the ITB CE install and preparation for it can be found in http://osg.ivdgl.org/twiki/bin/view/integration/osgceinstallguide. 2. Make sure that there is a batch system already installed on your node. If the OSGCEInstall guide was followed correctly, it will already be installed by this time, as will the globus jobmanager adapters. GIP works with condor, PBS, LSF, SGE. Be sure you have done the two steps below. If you haven't, a. Install condor from vdt1.3.11: In $VDT_LOCATION install condor: pacman -get http://vdt.cs.wisc.edu/vdt_1311_cache:condor (answer yes to all the questions). See the OSGCEInstallGuide for hints on condor and other installation tricks. b, pacman -get ITB:Globus-Condor-Setup (or Globus-PBS-Setup, etc). (if this has not already been done.) 3. The next step is performed with each installation of ce package. Run configureosg script. Under ITB 0.5.0 and greater this will also automatically configure the GIP.. $VDT_LOCATION/setup.sh monitoring/configure_osg.sh Modification of CEMon configuration file and GIP wrapper The next step is to manually modify the CEMon configuration in order to do minor fixes and minimize the load on the system (this changes will be included in the next vdt release). Open $VDT_LOCATION/glite/etc/glite-ce-monitor/cemonitor-config.xml with your favorite editor, do the following changes: Line# 73 Line# 80 <sensor id="sensor-ce". </sensor > You will need to disable invocation of this sensor by commenting the whole xml fragment out: <!-- sensor id="sensor-ce".

</sensor --> Line # 86 <property name="executiondelay" value="600000" /> Increase the interval between executions of gip script from 1 minute to 10 minute: <property name="executiondelay" value="6000000" /> Line# 126 <policy rate="60000"> Increase the frequency of consumer notification from 1 minute to 10 minute: <policy rate="600000"> Modify gip wrapper script. Open file $VDT_LOCATION/glite/etc/glite-ce-ceplugin/glite-ce-info and add the following line: #!/bin/sh export LANG=c #add this line $VDT_LOCATION/lcg/bin/lcg-info-generic $VDT_LOCATION/lcg/etc/osginfo-generic.conf Installation Verification Apache and tomcat have been configured and should be started at this time. CEMon should be started as well. Check cemon log file that is located $VDT_LOCATION/tomcat/v5/logs/glite-ce-monitor.log. You can verify that cemon is started by accessing it via your browser (your certificate should be imported into your browser). Use the following url: https://<host>:8443/ce-monitor/services/cemonitor?method=getinfo If your DN is not in the /etc/grid-security/grid-mapfile you will see the following information on the page:

If you add your DN to a /etc/security/grid-mapfile, you could get back meaningful information about topics and dialects that CEMonitor supports, e.g:

Verify that CEMonitor started reporting to IG (in $VDT_LOCATION/tomcat/v5/log/glite-ce-monitor.log) you will see:.org.glite.security.trustmanager.crlfiletrustmanager - Client CN=osg-ress- 1.fnal.gov, OU=Services, DC=doegrids, DC=org accepted each time CEMonitor pushed information to Information Gatherer. You can also run condor_status pool osg-ress-1.fnal.gov l