WS-Management

From Wikipedia, the free encyclopedia
(Redirected from WS-MAN)
Web Services for Management
AbbreviationWS-MAN
StatusPublished
Year started2008; 16 years ago (2008)
Latest version1.2
September 2014; 9 years ago (2014-09)
OrganizationDistributed Management Task Force
Related standardsWBEM
DomainSystems Management
Websitewww.dmtf.org/standards/wsman

WS-Management (Web Services-Management) is a DMTF open standard defining a SOAP-based protocol for the management of servers, devices, applications and various Web services. WS-Management provides a common way for systems to access and exchange management information across the IT infrastructure.

Design[edit]

The specification is based on DMTF open standards and Internet standards for Web services.

The specification is quite rich, supporting much more than get/set of simple variables, and in that it is closer to WBEM or Netconf than to SNMP. A mapping of the DMTF-originated Common Information Model into WS-Management was also defined.

History[edit]

WS-Management was originally developed by a coalition of vendors. The coalition started with AMD, Dell, Intel, Microsoft, Sun Microsystems and expanded to a total of 13 members before being subsumed by the DMTF in 2005.

The DMTF has published the standards document DSP0226 with version 1.2 of September 30, 2014.[1]

Implementations and application support[edit]

  • Microsoft has implemented the WS-Management standard in Windows Remote Management 1.1 (WinRM),[2] available for Windows XP, Windows Server 2003, Windows Vista and Windows Server 2008.
  • Using WS-Management (WinRM 2.0), Windows PowerShell 2.0 allows scripts and cmdlets to be invoked on a remote machine or a large set of remote machines.
  • WinRM 2.0 for Windows XP and Windows Server 2003 was released on Oct 26, 2009.[3]
  • WinRM 3.0 for Windows 7 and Windows Server 2008 R2 was released on Sept 4 2012 and shipped in Windows 8 and Windows Server 2012.[4]
  • A European research project (ITEA 2 programme, a strategic pan-European programme for advanced pre-competitive R&D in Software-intensive Systems and Services), named SODA (Service Oriented Device and Delivery Architecture) developed several implementations of WS-Management in ANSI C, Java, and for OSGi. These implementations are specifically targeted to be used with an open SOAP web service protocol stack named DPWS (Devices Profile for Web Services), and were optimized to be integrated in micro-devices with only 100kB of memory. These implementations are free software, licensed under the GNU Lesser General Public License (LGPL), and their source code is freely available for download.
  • Intel Active Management Technology, an out-of-band management suite, uses WS-Management as the out-of-band management protocol.[5]
  • OpenNMS, an open-source network management platform, includes a pure-Java WS-Management client library.[6] This library enables WS-Management as a management protocol in OpenNMS.[7]
  • By default WinRM HTTP uses port 80 and HTTPS uses port 443. On Windows 7 and higher the default ports are 5985 and 5986, respectively.[8]

References[edit]

  1. ^ ""DSP0226_1.2.0.pdf" (PDF)" (PDF).
  2. ^ "Windows Vista Management Features". Retrieved 2015-10-04.
  3. ^ "Windows Management Framework Core for Windows XP". Retrieved 2009-10-28.
  4. ^ "Windows Management Framework 3.0". Retrieved 2012-10-17.
  5. ^ "WS-Management in Intel AMT". Retrieved 2013-05-27.
  6. ^ "OpenNMS/wsman: A WS-Man client for Java". Retrieved 2017-08-17.
  7. ^ "OpenNMS Release Notes". Retrieved 2017-08-17.
  8. ^ "How To: Configure WINRM for HTTPS". Retrieved 2019-04-16.

External links[edit]