Questions tagged [openwsman]

Openwsman is an open source implementation of the WS-MAN management specification.

Openwsman is an open source implementation of the WS-MAN management specification.

It is hosted on github. Openwsman is primarily targeted for Linux OS-es but is also reported to be successfully running on some Windows and Mac-OS distributions. The library provides full server and client implementation as well as C, Java, Python, Perl and Ruby bindings.

5 questions
4
votes
0 answers

How can I use wsman on Linux without passing passwords in plaintext?

I'm using libwsman/wsmancli and libcurl4-32bit to run wsman commands from a linux box against the iDracs of some Dell boxes I have. The problem I'm running into is authentication requires plaintext password and username. This is fine if I use it…
EGr
  • 2,072
  • 10
  • 41
  • 61
3
votes
1 answer

Error making openwsman on ubuntu 12.04

I am trying to build openwsman (2.3.0 downloaded yesterday from the official website) on Ubunutu 12.04. I follow the instruction found in README.md and after installing several additional packages I finally got the command cmake .. to succeed.…
Ivaylo Strandjev
  • 69,226
  • 18
  • 123
  • 176
2
votes
1 answer

rdoc2.2 file not found error during make of openwsman 2.4.12 (and 2.4.10)

I'm trying to compile openwsman 2.4.12 (and 2.4.10) on a CentOS 7 system and am running into the error below. I've also duplicated the error on a RHEL 7 system as well and don't know what to make of it. It seems to be erroring on rdoc and trying to…
akitosh
  • 73
  • 7
2
votes
1 answer

How to create CIM provider

Have any tutorial for implementing CIM provider for software update profile? I want to know about vendor_namespaces in openwsman.conf file. If we created a new profile, how to create schema, and where it is hold?.. 4 if we using existing…
George Varghese
  • 542
  • 3
  • 16
0
votes
1 answer

Different perl verions not sharing the installed rpms

I have RHEL 32 bit OS, I had installed libwsman1 and openwsman-perl rpm to use wsman queries in my perl script. I have two versions of perl installed - perl5.8.8 and perl5.14.4. My perl script works fine with perl5.8.8 but give "Segmentation fault…
SwapnilShivhare
  • 105
  • 2
  • 5