WBEM - tog pegasus
Dude!Feb 27 2012 — edited Mar 1 2012Hi,
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.