DX NetOps Manager

 View Only

CA Performance Management 

Sep 06, 2012 12:55 PM

VersionProduct nameCode NameRelease dateSupported until
2.0CA Performance ManagementPolarisAug. 7, 2012??
2.1CA Performance Management??Dec. 5, 2012??
2.2CA Performance Management??Mar. 27, 2013??
Old version
Older version, still supported
Latest version
Future release

 

CA Performance Management

Also known by its original codename "Polaris", CA's new performance management application is based on CA Performance Center (web based UI, often referred to as CA PC) and Data Aggregator (a.k.a. DA), including it's Data Repository and Data Collectors.

Product Designations

CA Infrastructure Management 2.0 (a.k.a. IM 2.0) - this entire text string is a product name. This is a composite product that includes CA Spectrum, CA Network Flow Analysis (a.k.a. NFA) and CA Performance Management
CA Infrastructure Performance 2.0 - same as above, minus CA Spectrum
"2.0" token in the product names above designates replacement of eHealth with new performance management. Think of Web 2.0 and MS Windows 2008 where the numbers don't literally translate to software versions.  In the case of composite product the software version of individual components may differ. For example, in IM 2.0 Spectrum version is not aligned with CA PC version.  When CA talks about release 2.2 they generally refer to the new Performance Management part of "IM 2.0", i.e. new CA PC and DA.

Hardware Requirements

The new sizing tool is now available on support.ca.com, it is in MS Excel workbook format, you can modify some default parameters and it will suggest system size for you.

Software Requirements

Certified Technologies and Devices

You can browse currently supported technologies and vendor/devices using Data Aggregator Technology Certification Portal

Installation

Configuration

Upgrading

Tips and Tricks

Installing CAIM on CentOS

CentOS is not technically supported, but since it's supposed to be a binary equivalent of RHEL, it should work. Here are the tweaks we've found necessary (so far) to get it working on CentOS:
'O' means the tweak is has either not been tested or has been omitted during tests and no problems have arisen. 'X' means the tweak is required.

RequirementCommand to issueCentOS-6.3-x86_64-bin-DVD1.isoCentOS-6.3-x86_64-minimal.iso
glibc packageyum -y install glibc.i686XX
unzip packageyum -y install unzipOX
bc packageyum -y install bcOX
sudo packageyum -y install sudoOX
Change redhat-release to make CentOS look like RedHatecho "Red Hat Enterprise Linux Server release 5.8 (Tikanga)" > /etc/redhat-releaseXX
Standard C librariesyum -y install libstdc++-4.4.6-4.el6.i686XX
Disable SELINUXcat /etc/selinux/config | sed -e 's/SELINUX=.*/SELINUX=disabled/' > /etc/selinux/configOX

Statistics
0 Favorited
12 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Aug 20, 2013 02:19 PM

It's just HTML. When you edit the page, switch to 'Source' and edit the html.

May 10, 2013 08:21 AM

To disable SELINUX on systems with an empty /etc/selinux/config use

echo SELINUX=disabled > /etc/selinux/config

You can verify (after reboot) with

sestatus

May 07, 2013 08:41 AM

Hi Stuart
I would like to update the content with Andrew1's input.
Edit works, but how to extend the existing table?
No Idea:-(
Jürg

Apr 19, 2013 05:05 AM

Most recent scripts found under
http://stuart.weenig.com/2012/09/installing-im-20-on-vanilla-centos-63.html
or the scripts for download:
https://docs.google.com/folder/d/0B-ZGuJCov556Ri1HLVFrN19PTkU/edit?pli=1
Jürg

Nov 02, 2012 05:16 PM

Go for it. All the community members can edit the wiki. It's meant to be crowd sourced.

Oct 21, 2012 10:05 PM

you also need to add for the minmal install:

Crontabs yum -y install crontabs O X

I put O for the DVD install as I think it is already there. It is for the live DVD of CentOS.
cron is necessary to complete the steps related to the analysis jobs in Data Repository install and if you want to automate the MySQL backup for the CAPC install.

Oct 20, 2012 10:47 PM

curios to know why you install the i686 package for glibc and standard c libraries. Was it for specific hardware you were installing on. The x86_64 versions are already installed as part of the minimal / DVD installs of centos 6

Sep 26, 2012 05:10 PM

Decided to move my script off the wiki to my blog where i can better control the versioning as i release new versions. http://stuart.weenig.com/2012/09/installing-capc-on-vanilla-centos-63.html

Sep 06, 2012 08:43 PM

Nice instructions. Was looking at trying out the install process in a experitmental CentOS environment myself before beaking our real servers at work. Don't always get the luxury of playing around at work. Your info will help greatly.

Related Entries and Links

No Related Resource entered.