Monitoring AIX with System Center Operation Manager 2007 R2


 
Thread Tools Search this Thread
Operating Systems AIX Monitoring AIX with System Center Operation Manager 2007 R2
# 1  
Old 06-21-2011
Monitoring AIX with System Center Operation Manager 2007 R2

I can get my AIX servers to show up in SCOM but I'm struggling with running personal scripts and have the result of these scripts show up in SCOM.

I'm currently using BigBrother and I've written some scripts for BB. I would like to convert these scripts to something that can be used in SCOM.

Anyone having exeperience with AIX scripting and SCOM?
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. HP-UX

Need to set up a HP cluster system in a data center

What are the server requirements, Software requirements, Network requirements etc, Please help me.. as 'm new 'm unable to get things done @ my end alone. Please refrain from typing subjects completely in upper case letters to get more attention, ty. (5 Replies)
Discussion started by: Sounddappan
5 Replies

2. Solaris

monitoring multipath IO for read and write operation

Hi Folks, I would like to monitor multipath IO on solaris for write and read operations. Does "sar -d" include multipath IO information along with other block devices ? Thanks, Faizan. (0 Replies)
Discussion started by: sifaizan
0 Replies

3. Solaris

Monitoring services in zones with Solaris container Manager

I need to know how to Manage Solaris services (SMF) in sparse zone with Solaris container manager. I have navigated all the documentation and I have not found any clue. I installed the Sun management center (SMC) server on a server box and the agents on others. I can manage the SMF of the global... (5 Replies)
Discussion started by: ibroxy
5 Replies

4. AIX

Download AIX information Center v6.1 ?

Hi, I have AIX Information Center 5.3 installed on my PC locally. How do I get v6.1 Information Center local copy ? thanks Vilius (1 Reply)
Discussion started by: vilius
1 Replies

5. AIX

AIX system monitoring

Hi All, I am new to administration. can any one pls tell me how can i accomplish the follwoing task in AIX : 1.The overall %CPU used, the %CPU used of each CPU, the overall Real Memory in KB is used, the total Real Memory is installed in the host, the overall Virtual Memory in KB is... (2 Replies)
Discussion started by: panyam
2 Replies

6. Ubuntu

where can i get the unix operation system?

I am a stranger here ,where can i get the operation for free.thank you! (2 Replies)
Discussion started by: tcb3210
2 Replies

7. UNIX Desktop Questions & Answers

Multi operation system in one pc.

Does anyone can write a thread to teach me how to install Windows 2000, RH Linux, and FreeBSD unix in one machine step by step? Or someone's already done with this topic? (1 Reply)
Discussion started by: HOUSCOUS
1 Replies
Login or Register to Ask a Question
Monitoring::Livestatus::MULTI(3pm)			User Contributed Perl Documentation			Monitoring::Livestatus::MULTI(3pm)

NAME
Monitoring::Livestatus::MULTI - connector with multiple peers SYNOPSIS
use Monitoring::Livestatus; my $nl = Monitoring::Livestatus::MULTI->new( qw{nagioshost1:9999 nagioshost2:9999 /var/spool/nagios/live.socket} ); my $hosts = $nl->selectall_arrayref("GET hosts"); CONSTRUCTOR
new ( [ARGS] ) Creates an "Monitoring::Livestatus::MULTI" object. "new" takes at least the server. Arguments are the same as in Monitoring::Livestatus. METHODS
do See Monitoring::Livestatus for more information. selectall_arrayref See Monitoring::Livestatus for more information. selectall_hashref See Monitoring::Livestatus for more information. selectcol_arrayref See Monitoring::Livestatus for more information. selectrow_array See Monitoring::Livestatus for more information. selectrow_arrayref See Monitoring::Livestatus for more information. selectrow_hashref See Monitoring::Livestatus for more information. selectscalar_value See Monitoring::Livestatus for more information. errors_are_fatal See Monitoring::Livestatus for more information. warnings See Monitoring::Livestatus for more information. verbose See Monitoring::Livestatus for more information. peer_addr See Monitoring::Livestatus for more information. peer_name See Monitoring::Livestatus for more information. peer_key See Monitoring::Livestatus for more information. disable $ml->disable() disables this connection, returns the last state. enable $ml->enable() enables this connection, returns the last state. AUTHOR
Sven Nierlein, <nierlein@cpan.org> COPYRIGHT AND LICENSE
Copyright (C) 2009 by Sven Nierlein This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.3 2010-07-04 Monitoring::Livestatus::MULTI(3pm)