WS-Management

{{Short description|Systems management standard}}

{{ infobox standardref

| title = Web Services for Management

| status = Published

| year_started = {{Start date and age|2008}}

| version = 1.2

| versionDate = {{Start date and age|2014|09}}

| organization = Distributed Management Task Force

| related_standards = WBEM

| abbreviation = WS-MAN

| domain = Systems Management

| website = {{URL|http://www.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

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

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.{{Cite web|url=https://www.dmtf.org/sites/default/files/standards/documents/DSP0226_1.2.0.pdf|title="DSP0226_1.2.0.pdf" (PDF).}}

Implementations and application support

{{cite web | url = https://technet.microsoft.com/en-us/library/aa905069.aspx | title = Windows Vista Management Features | accessdate = 2015-10-04}}

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.{{cite web | url = https://www.microsoft.com/downloads/details.aspx?FamilyID=60cb5b6c-6532-45e0-ab0f-a94ae9ababf5 | title = Windows Management Framework Core for Windows XP | accessdate = 2009-10-28}}
  • 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.{{cite web | url = https://www.microsoft.com/en-us/download/details.aspx?id=34595 | title = Windows Management Framework 3.0 | accessdate = 2012-10-17}}
  • 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.{{cite web | url = https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/WordDocuments/wsmanagement1.htm | title = WS-Management in Intel AMT | accessdate = 2013-05-27}}
  • OpenNMS, an open-source network management platform, includes a pure-Java WS-Management client library.{{cite web | url = https://github.com/opennms/wsman | title = OpenNMS/wsman: A WS-Man client for Java | accessdate = 2017-08-17}} This library enables WS-Management as a management protocol in OpenNMS.{{cite web | url = http://docs.opennms.org/opennms/releases/17.1.0/releasenotes/releasenotes.html#_new_features | title = OpenNMS Release Notes | accessdate = 2017-08-17}}
  • 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.{{cite web | url = https://support.microsoft.com/en-us/help/2019527/how-to-configure-winrm-for-https | title = How To: Configure WINRM for HTTPS | accessdate = 2019-04-16}}

References

{{Reflist}}