Problem while installing Open Pegasus

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Infrastructure Monitoring Problem while installing Open Pegasus
# 1  
Old 03-16-2009
Problem while installing Open Pegasus

Hi All,

I am new to Pegasus, I have Fedora 8 and have also downloaded tog-pegasus-2.8.0-1.src.rpm from www.openpeasus.org, when i try to install by using

Code:
#rpm -ih tog-pegasus-2.8.0-1.src.rpm

and then try to build it, using

Code:
#rpmbuild --bb /usr/src/redhat/specs/tog-pegasus.spec

it gives error:Failed build dependancies

net-snmp-devel needed by tog-pegasus-2.8.0-1.i386

How to get net-snmp-devel needed by tog-pegasus-2.8.0-1.i386? How should i proceed further? Please help me to solve this issue.

Thank You in advance

Last edited by Yogesh Sawant; 03-26-2009 at 06:19 AM.. Reason: added code tags
# 2  
Old 03-26-2009
check if you have net-snmp-devel installed:
Code:
rpm -q net-snmp-devel

# 3  
Old 03-26-2009
ya i have snmp in my system, now I could install Open Pegasus but all the commands are not working properly. Please help me with some sample programs if available.
# 4  
Old 03-26-2009
what happens when you run those commands? do you see any errors?

check if you could find something useful here

Last edited by Yogesh Sawant; 03-26-2009 at 07:57 AM.. Reason: added the link
# 5  
Old 03-26-2009
Quote:
Originally Posted by Yogesh Sawant
what happens when you run those commands? do you see any errors?
I am able to run the commands, some problem in settings, but how should i see all the classes? Please provide me with some sample programs
# 6  
Old 03-30-2009
Quote:
Originally Posted by Yogesh Sawant
what happens when you run those commands? do you see any errors?

check if you could find something useful here
Thanks for your help am going through these documents its helpful.
# 7  
Old 04-01-2009
Quote:
Originally Posted by Yogesh Sawant
what happens when you run those commands? do you see any errors?

check if you could find something useful here
Hi Yogesh,

Thanks for your help, one more query is when i try to see some of the providers using command


cimprovider -l -m ComputreSystemProvider(for example)

it says

Specified provider was not registered.


How to register a provider and how to use the same?

Please help me, Thanks in advance
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Linux

Problem installing htpasswd2

Hey everyone! So as i finished setting up my apache2 server, I wanted to look into some basic authentication for the web page. I found a great guide on apache.org. The problem now is, the htpasswd2 file that i need to create and store users, is in a weird format. It is displaying as : ... (3 Replies)
Discussion started by: LinuxIntern445
3 Replies

2. AIX

Installing Open SSL on AIX 6.1

Hello, I want to install openssl-1.0.1c-1.aix5.1.ppc.rpm on IBM AIX 6.1 server machine and when I try to install the same as : rpm -ivh openssl-1.0.1c-1.aix5.1.ppc.rpmI get the error saying that it needs the following dependencies : error: failed dependencies: ... (2 Replies)
Discussion started by: gaugeta
2 Replies

3. Red Hat

problem installing rhel 6

I have dexx xps 14.I was installing rhel6.But the installation hanged at following step initializing hardware detection................. installion didnt go further (2 Replies)
Discussion started by: shamapraveen
2 Replies

4. AIX

Installing HP open view in AIX

Hi, I am new to AIX, I have to install HP Open View on AIX OS and I would appreciate if anyone can guide me how to install it step be step, any pointer in the direction would also help. I thank all in advance ! (1 Reply)
Discussion started by: Rookie_newbie
1 Replies

5. Solaris

problem while installing on X-86

Hi all, I tried to install Sun Solaris 10 on a X-86 based machine. I have dedicated entire diskspace to create auto partition. My hardware config is below: Main Board : Asus Processor : Intel 945 , 3 G/Hz RAM : 1 Gigs Diskspace : 80 Gigs When I install, installation goes successful.... (1 Reply)
Discussion started by: naw_deepak
1 Replies

6. UNIX for Dummies Questions & Answers

Problem Installing (elite help please)

No unix/linux systems have worked on my computer Problem: I have SATA hard drive and every time i get the error which says 'YOU HAVE NO HARD DRIVE' wondering which i tried? http://www.linuxiso.org/ so if you have dealt with this before, please reply if you think you know then it might... (12 Replies)
Discussion started by: GXDeMoNN
12 Replies

7. UNIX for Dummies Questions & Answers

installing open bsd

I'm in the process of installing openbsd 3.2, the install appears to go ok but will not boot. So I tried the install again, when I opt to partition I noticed the disk the signature (in geometry) reads as 0x0 instead of 0xAA55. I'm using Lucas's 'Absolute OpenBSD' as my install guide together with... (3 Replies)
Discussion started by: ferret
3 Replies
Login or Register to Ask a Question