-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
226 lines (205 loc) · 6.31 KB
/
index.html
File metadata and controls
226 lines (205 loc) · 6.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<html>
<head>
<meta charset="utf-8">
<title>OpenWSMAN - WS-Management for all</title>
<style>
html {
font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 5%;
}
pre {
background-color: #222;
color: white;
padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
pre:before {
content: "$ ";
color: #999;
}
.content {
width: 560px;
margin: 0 auto;
padding-top: 80px;
color: #444;
}
a, a:visited {
color: #c00;
}
.content p {
font-weight: 200;
}
.left-table {
vertical-align: top;
font-weight: 100;
font-size: 120%;
padding: 0 10px 0 0;
}
</style>
</head>
<body>
<a href="https://github.com/Openwsman?tab=repositories"><img style="position: absolute; top:
0; right: 0; border: 0;"
src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67"
alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
<h1>OpenWSMAN - WS-Management for all</h1>
<table>
<tr><td class="left-table">
About OpenWSMAN
</td><td>
Openwsman is an open source implementation of <a
href="http://en.wikipedia.org/wiki/WS-Management">WS-Management</a>; enabling the
in-band management of Linux/uni*/Windows platforms.<br/>
Openwsman supports the generic WS-Management protocol as well as
specific protocol extensions for the <a
href="http://dmtf.org/standards/cim">Common Information Model (CIM)</a>
</td></tr>
<tr><td class="left-table">
About WS-Management
</td><td>
Web Services for Management (WS-Management, WS-MAN) is a <a
href="http://dmtf.org/standards/wsman">specification for managing
computer systems</a> using Web services standards.<br/>
<p></p>
WS-Management is a <a
href="http://en.wikipedia.org/wiki/SOAP">SOAP</a> based transport
protocol for managing (create, enumerate, access, change, destroy)
resources.<br/>
</td></tr>
<tr><td class="left-table">
Features
</td><td>
<ul>
<li>Full <a href="https://github.com/Openwsman/openwsman">server</a>
and <a href="https://github.com/Openwsman/wsmancli">client</a> implementation
</li><li>Perl, Python, Java and Ruby bindings
</li><li>Fast and small (~10 MB runtime)
</li><li>DMTF standards-compliant (WS-Management 1.1.0 + WS-CIM 1.1.0)
</li><li>Interoperable with <a
href="http://en.wikipedia.org/wiki/Windows_Management_Instrumentation">Windows
WMI/WINRM</a>, <a
href="http://en.wikipedia.org/wiki/Intel_Active_Management_Technology">Intel
AMT</a>, <a
href="http://en.wikipedia.org/wiki/Dell_DRAC">Dell DRAC</a>
</li>
<li>Scriptable plugins</li>
</ul>
</td></tr>
<tr><td class="left-table">
Supported Standards
</td><td>
<ul>
<li><a
href="http://dmtf.org/sites/default/files/standards/documents/DSP0226_1.1.pdf">DSP0226</a>
1.1.0 - Web Services for Management (WS Management)</li>
<li><a
href="http://dmtf.org/sites/default/files/standards/documents/DSP0227_1.2.0.pdf">DSP0227</a>
1.2.0 - WS-Management CIM Binding Specification</li>
<li><a
href="http://dmtf.org/sites/default/files/standards/documents/DSP0230_1.1.0.pdf">DSP0230</a>
1.1.0 - WS-CIM Mapping Specification</li>
</ul>
</td></tr>
<tr><td class="left-table">
Documentation
</td><td>
The <a href="https://github.com/Openwsman/openwsman/wiki">OpenWSMAN
wiki</a> is the primary documentation site.
<p></p>
There is also online documentation for the <a
href="http://openwsman.github.io/rdoc">Ruby client
bindings</a>
</td></tr>
<tr><td class="left-table">
Getting help
</td><td>
If your question is not covered in the <a href="https://github.com/Openwsman/openwsman/wiki">OpenWSMAN
wiki</a>, please <a href="https://lists.sourceforge.net/lists/listinfo/openwsman-devel">subscribe
to the openwsman-devel</a> mailing list and <a href="mailto:openwsman-devel@lists.sourceforge.net">ask there</a>.
</td></tr>
<tr><td class="left-table">
Reporting bugs
</td><td>
Bugs should be reported via the <a
href="https://github.com/Openwsman/openwsman/issues">github issue
tracker</a>.
</td></tr>
<tr><td class="left-table">
Related projects
</td><td>
There are a couple of related projects hosted under the <a
href="https://github.com/Openwsman">Openwsman github account</a>:
<ul>
<li><a href="https://github.com/Openwsman/wsmancli">wsmancli</a> - the
Openwsman command line client</li>
<li><a href="https://github.com/Openwsman/wseventsink">wseventsink</a>
- a sample implementation for a WS-Eventing event sink</li>
<li><a href="https://github.com/Openwsman/mod_wsman">mod_wsman</a> -
Apache module for Openwsman (unmaintained)</li>
</ul>
</td></tr>
<tr><td class="left-table">
Supported platforms
</td><td>
Openwsman is primarily developed on Linux but is known to run on
Windows and MacOS as well.
</td></tr>
<tr><td class="left-table">
<br/>
Downloading OpenWSMAN
</td><td>
</td></tr>
<tr><td> </td></tr>
<tr><td class="left-table">
Source code
</td><td>
Tarballs of releases are distributed via <a
href="https://github.com/Openwsman/openwsman/releases">GitHub</a>.<br/>
The latest release is <a
href="https://github.com/Openwsman/openwsman/releases/tag/v2.7.2">2.7.2</a>
(<a
href="https://github.com/Openwsman/openwsman/blob/v2.7.2/ChangeLog">Changelog</a>)
</td></tr>
<tr><td class="left-table">
Git
</td><td>
The git repo for Openwsman is <a
href="https://github.com/Openwsman/openwsman">hosted on GitHub</a>.
</td></tr>
<tr><td class="left-table">
RPM packages
</td><td>
RPM binaries for Linux are available via <a
href="https://build.opensuse.org/project/show?project=Openwsman">the
openSUSE Build Service</a>
</td></tr>
<tr><td class="left-table">
Ruby gem
</td><td>
A Ruby GEM is available at <a
href="https://rubygems.org/gems/openwsman">rubygems.org</a>
</td></tr>
<tr><td class="left-table">
Python package
</td><td>
To build and install a Python package, you should be able to do:
<pre>
cd bindings/python/pywsman
python setup.py sdist # Make a python source distribution
cd dist
pip install pywsman-*.tar.gz # Build and install the python package
</pre>
</td></tr>
<tr><td class="left-table">
Other formats
</td><td>
Other formats (i.e. Debian .deb files) would need a maintainer. Please
contact <a href="mailto:kkaempf@suse.com">me</a> if you're interested
in maintaining other formats.
</td></tr>
</table>
</body>
</html>