Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WBEM - tog pegasus

Dude!Feb 27 2012 — edited Mar 1 2012
Hi,

Many years ago I used a product called AMDS and ACMS, which were replaced by WBEM. It provided a web interface for system management.

I noticed that WBEM is available for Linux and I can install it using the following:

yum install tog-pegasus
/etc/init.d/tog-pegasus start
/etc/init.d/tog-pegasus status
CIM server (2842) is running

But what should I do next? I checked a few things:

lsof -i :wbem-https
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
cimserver 2842 root 6u IPv6 17197 TCP *:wbem-https (LISTEN)

grep wbem-https /etc/services
wbem-https 5989/tcp # WBEM HTTPS
wbem-https 5989/udp # WBEM HTTPS

When I try to connect to https://localhost:5989 it prompts me to use the local certificate, but then it just shows a blank white screen.

I tried to search for documentation, but so far I have not found anything useful. I would just like to see what WBEM looks like these days.

Thanks.
This post has been answered by user12028852 on Feb 29 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 29 2012
Added on Feb 27 2012
2 comments
1,557 views