Setting up and configuring BCO EE (BPA) Linux Console How I Learned to Stop Worrying and Love BCO EE Dima Seliverstov 3/3/2014.

Slides:



Advertisements
Similar presentations
Chapter 20 Oracle Secure Backup.
Advertisements

70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 11: Monitoring Server Performance.
Chapter Apache Installation in Linux- Mandrake. Acknowledgment The following information has been obtained directly from
Maintaining and Updating Windows Server 2008
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 11 Managing and Monitoring a Windows Server 2008 Network.
Installing and running COMSOL on a Windows HPCS2008(R2) cluster
Check Disk. Disk Defragmenter Using Disk Defragmenter Effectively Run Disk Defragmenter when the computer will receive the least usage. Educate users.
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
1 Chapter Overview Introduction to Windows XP Professional Printing Setting Up Network Printers Connecting to Network Printers Configuring Network Printers.
Patch Management Module 13. Module You Are Here VMware vSphere 4.1: Install, Configure, Manage – Revision A Operations vSphere Environment Introduction.
VMware vCenter Server Module 4.
Virtual Machine Management
Sharepoint Portal Server Basics. Introduction Sharepoint server belongs to Microsoft family of servers Integrated suite of server capabilities Hosted.
DEMONSTRATION FOR SIGMA DATA ACQUISITION MODULES Tempatron Ltd Data Measurements Division Darwin Close Reading RG2 0TB UK T : +44 (0) F :
16.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 16: Examining Software Update.
1 Objectives Discuss the Windows Printer Model and how it is implemented in Windows Server 2008 Install the Print Services components of Windows Server.
Nikto LUCA ALEXANDRA ADELA. Nikto  Web server assessment tool  Written by Chris Solo and David Lodge  Released on December 27, 2001  Stable release:
Linux Operations and Administration
SmartLog X 3 TEAM Basic SmartLog X 3 TEAM Basic DescoEMIT.com USER STATUS USER EDIT TEST LOG ADMIN TEST MACHINE SCHEDULE INSTALL System Requirements:
C Copyright © 2009, Oracle. All rights reserved. Using Diagnosis and Debugging Techniques.
Linux Operations and Administration
Module 10 Configuring and Managing Storage Technologies.

© 2010 VMware Inc. All rights reserved Patch Management Module 13.
Hands-On Virtual Computing
1 Guide to Novell NetWare 6.0 Network Administration Chapter 13.
Guide to Linux Installation and Administration, 2e1 Chapter 8 Basic Administration Tasks.
System Administration and Basic Functionality Version 4.0 – September 2007 Q-Advisor Quick Start.
Chapter 9 Scripting RMAN. Background Authors felt that scripting was a topic not covered well Authors wanted to cover both Unix/Linux and Windows environments.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 11: Monitoring Server Performance.
1 Apache. 2 Module - Apache ♦ Overview This module focuses on configuring and customizing Apache web server. Apache is a commonly used Hypertext Transfer.
Bonrix SMPP Client. Index Introduction Software and Hardware Requirements Architecture Set Up Installation HTTP API Features Screen-shots.
© Tally Solutions Pvt. Ltd. All Rights Reserved Shoper 9 LiveUpdate March 2010.
Marcel Casado NCAR/RAP WEATHER WARNING TOOL NCAR.
Module 10: Monitoring ISA Server Overview Monitoring Overview Configuring Alerts Configuring Session Monitoring Configuring Logging Configuring.
Prepared by: Steve Teo Contributors: Tong Huu Khiem.
Chapter Nine NetWare-Based Networking. Introduction to NetWare In 1983, Novell introduced its NetWare network operating system Versions 3.1 and 3.1—collectively.
The Professional Open Source™ Company CLI Shell JBossNetwork Enterprise Manager Command Line Interface.
Object-Oriented Analysis & Design Subversion. Contents  Configuration management  The repository  Versioning  Tags  Branches  Subversion 2.
Using OUI to install Oracle9i Release 2 on an OpenVMS System.
Installing Oracle9i RAC Release 2 on HP OpenVMS Systems.
A Brief Documentation.  Provides basic information about connection, server, and client.
Maintaining and Updating Windows Server Monitoring Windows Server It is important to monitor your Server system to make sure it is running smoothly.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 11: Monitoring Server Performance.
Chapter 10 Chapter 10: Managing the Distributed File System, Disk Quotas, and Software Installation.
Prepared by: Steve Teo Contributors: Tong Huu Khiem.
] COREY PEARSON [ ASUG INSTALLATION MEMBER MEMBER SINCE: 2008 CHAVONE JACOBS [ ASUG INSTALLATION MEMBER MEMBER SINCE: 2003 ALLAN FISHER [ ASUG INSTALLATION.
System Center Lesson 4: Overview of System Center 2012 Components System Center 2012 Private Cloud Components VMM Overview App Controller Overview.
Creating SmartArt 1.Create a slide and select Insert > SmartArt. 2.Choose a SmartArt design and type your text. (Choose any format to start. You can change.
Optimizing Windows Vista Performance Lesson 10. Skills Matrix Technology SkillObjective DomainObjective # Introducing ReadyBoostTroubleshoot performance.
Module 12: Configuring and Managing Storage Technologies
SPI NIGHTLIES Alex Hodgkins. SPI nightlies  Build and test various software projects each night  Provide a nightlies summary page that displays all.
Microsoft ® Official Course Module 6 Managing Software Distribution and Deployment by Using Packages and Programs.
{ Analyzer Tutorial By You will be able to find the download link of the latest version here.
Tivoli Provisioning Manager V5.1 FP1 © 2006 IBM Corporation L2 GO Training Local TCA Install Przemyslaw Maciolek
CONTROL-M Training At Global Online Trainings IND: Skype: Global.onlinetrainings USA:
Maintaining and Updating Windows Server 2008 Lesson 8.
17 Copyright © 2006, Oracle. All rights reserved. Information Publisher.
Proctor Caching Overview. 2 Proctor Caching Diagram.
9 Copyright © 2004, Oracle. All rights reserved. Getting Started with Oracle Migration Workbench.
11 DEPLOYING AN UPDATE MANAGEMENT INFRASTRUCTURE Chapter 6.
9/21/04 James Gallagher Server Installation and Testing: Hands-on ● Install the CGI server with the HDF and FreeForm handlers ● Link data so the server.
SQL Database Management
Patch Management Module 13.
LMEvents SharePoint Portal How-to Guide
Lecture 13 RPM and its advantages.
HC Hyper-V Module GUI Portal VPS Templates Web Console
Configuration Of A Pull Network.
Backup Monitoring – EMC NetWorker
Presentation transcript:

Setting up and configuring BCO EE (BPA) Linux Console How I Learned to Stop Worrying and Love BCO EE Dima Seliverstov 3/3/2014

Steps Installing and configuring the database Installing the console Configuring the console Using the console Monitoring the console

Installing and configuring the database Pick the latest database you can use – Install the database – Same machine as console or another machine Configure tablespaces – Command sqlplus / as sysdba CREATE TABLESPACE visdb DATAFILE '/ / /visdb01.dbf' SIZE 8G; (ALTER TABLESPACE visdb ADD DATAFILE / / /visdb01.dbf’ SIZE 8G;) to increase Configure the users to use tablespace – Command sqlplus / as sysdba CREATE USER IDENTIFIED BY DEFAULT TABLESPACE visdb; GRANT CONNECT ; GRANT RESOURCE ; Check to see if your database is up and running via Oracle Developer –

Installing the console Pick the latest hardware and software NOT the minimum versions – Use Silent Install * (Use Silent Install because X Windows GUI is slow and error messages are few) – See silent directory for file contents and instructions Run as root, but configure the product user to be someone other then root Double check everything you enter, the script or the GUI have limited error messages Make sure best1_ or links are created in /usr/adm Make sure you have cron configured and running – Run $BEST1_HOME/bgs/scripts/checkCron.pl If cron is not running start cron on Linux via “/etc/init.d/crond start” as root

Configuring the console Use AutoNodeDiscovery for agents and proxy (Windows, Vmware) Use Web Based console General Manager

Configuring the console: Why use AutoNodeDiscovery? AutoNodeDiscovery – Automatic manager run creation Scalability based on BMC best practices Nightly update and discovery Reasonable defaults provided Separation by functionality or platform

Configuring the console: What is AutoNodeDiscovery? – Command line only tool – Proxy Configuration Supports – VMware, – Windows User Specifies – Proxy Host – Domain – Agent Configuration Control node lists using a simple csv file

Configuring the console: How to use Proxy AutoNodeDiscovery? Command – AutoNodeDiscovery –C –v -d -u -s Accepting all other defaults not specified on the command line is an excellent starting point Manager Script Name – Should contain the platform and domain description and function – Should not contain any spaces – Should not be very (long 20 characters max) – Example: VCenterBCMDev UDR Data Repository should contain the name of the manager run – Easy to identify nodes in a run – Easy to transfer nodes in a run to another console for workload or modeling – Increased performance each run is not looking at nodes from another run – Example: $BEST1_HOME/local/collect/

Configuring the console: How to use Agent AutoNodeDiscovery? Command – AutoNodeDiscovery –C –a -u -s Accepting all other defaults not specified on the command line is an excellent starting point Manager Script Name – Should contain the platform and domain description and function – Should not contain any spaces – Should not be very (long 20 characters max) – Example: AIX_Dev,Windows_Dev,Solaris_LDOM_Dev Agent List Location – Should correspond to the manager script name – Should be placed outside of the BEST1_HOME, so we can migrate the runs to another release Example :/data1/AIX_Dev.csv – Information can be easily imported and updated as needed into the Agent List Location UDR Data Repository should contain the name of the manager run – Easy to identify nodes in a run – Easy to transfer nodes in a run to another console for workload or modeling – Increased performance each run is not looking at nodes from another run – Example: $BEST1_HOME/local/collect/

Configuring the console: Why use Web Based General Manager? Native X Window console lacks functionality of the web console – No recovery – No health dashboard – No ability to start or stop multiple runs Native X Window console is slow over the network

Configuring the console: What is Web Based General Manager ? General Manager is part of BCO Console or BCO EE Perceiver Web Based tool to manage multiple BPA consoles from a single web page Health Dashboard Recovery Log Viewer

Configuring the console: How to use Web Based General Manager? 1.Run AutoNodeDiscovery for a single run. – This will create a manager run – *An alternative is to create a new run and change the parameters to make them default. 2.Modify the parameters of the manager run to be the future default of all your runs – All the future created scripts will have the desired default parameters. – Use the best practices specified in – ng%20Manager ng%20Manager – 439&searchid= &searchid= Run AutoNodeDiscoveryfor all the other runs 4.Schedule the runs

Configuring the console: How to use Web Based General Manager? Add Console

Configuring the console: How to use Web Based General Manager? Configuring Default Values Double Click

Configuring the console: How to use Web Based General Manager? Configuring Default Values

Set desired Begin Time

Configuring the console: How to use Web Based General Manager? Configuring Default Values Enable Cut Disk Options

Configuring the console: How to use Web Based General Manager? Configuring Default Values Enable Oracle Population

Configuring the console: How to use Web Based General Manager? Configuring Default Values Visualizer Interval and Analyze Reports

Configuring the console: How to use Web Based General Manager? Configuring Default Values Enable Scheduling Options

Configuring the console: How to use Web Based General Manager? Configuring Default Values Disable OSR

Configuring the console: How to use Web Based General Manager? Configuring Default Values Save the Manager Run

Configuring the console: How to use Web Based General Manager? Configuring Default Values Save Desired Setting as Default

Configuring the console: How to use Web Based General Manager? Scheduling the runs Multiple Runs can be Selected and Scheduled

Using the console General Manager Recovery Perceiver Building Workloads using the Windows Console using Analyze

Using the console: General Manager Recovery For additional details see KA

Using the console: Perceiver You can view the data populated to the database using Perceiver – Configure a Data Source – Configure a Group – View the data

Using the console : Perceiver Configure a Data Source

Using the console : Perceiver Configure a Group

Using the console : Perceiver View the data

Using the console: Building Workloads using the Windows Console using Analyze UNIX Console can be used for building workloads. Windows Console is a newer and more user friendly – UDR data should be transferred from UNIX to Windows – Workloads can be generated and downloaded from UNIX to Windows console – Workloads are platform independent It does not matter which console (UNIX or Windows) builds them

Using the console: Building Workloads using the Windows Console using Analyze – UDR data transfer from UNIX to Windows

Using the console: Building Workloads using the Windows Console using Analyze – Workloads can be generated and downloaded from UNIX to Windows console. – Workloads are platform independent A free graphical tool WinScp(winscp.net) is very useful for data transfer

Monitoring the console Use GeneralManagerLite scripts Create an action script (outside the product) to monitor daily console operation and differences

Monitoring the console: GeneralManagerLite scripts Command: – $BEST1_HOME/bgs/scripts/BCO_BPAStatusAndRecoveryManager.pl For the pure BCO EE use case the only input required is the console name For a BCO EE /BCO integration the database information is required Both text and plots are generated

Monitoring the console: GeneralManagerLite Output

Monitoring the console: action script Quick daily assessment tool (10 second) client based (mutt) Daily message – differences between today and yesterday – File system utilization When problems occur root cause can be obtained via contents Script attached to the notes If a script is found to be useful, a better integration with BCO EE will be provided

Monitoring the console: action script output Configuration and change since yesterday Date = 2014/03/03 : 2014/03/02 Number of Configured BPA Nodes = 74 : 74 : change 0 Number of Collected BPA Nodes = 65 : 57 : change 8 Number of Transfered BPA Nodes = 62 : 55 : change 7 Number of Processed BPA Nodes = 58 : 52 : change 6 Number of BCO ETLid BPA Nodes = 0 : 0 : change Details File system disk space usage for location of status file = /usr/adm/best1_9.5.00/local/manager/status/General ManagerLite/BCO_BPAWebReport/BCO_BPAStatusCoun t.csv Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/vg00-datalv % /data1

Questions?