Próbálnám összerakni ezt a rendszert (linux alól kéne lekérdeznem windows-os dolgokat, 220-as feladat), viszont egy ponton mindig hibaüzenetbe ütközök:
The WS-Management service cannot process the request. The service cannot find the resource identified by the resource URI and selectors.
Linux alól a
wsman enumerate 'http://schems.dmtf.org/wbem/wscim/1/cim-schem/2/CIM_Processor' -h $IP --auth basic -u ***** -p ********
parancsara kapom ezt az üzenetet, windows alól a
Get-WSManInstance cimv2/CIMProcessor -ComputerName $ip -Credential $c -Enumerate
parancsara, meg még egy csomó másra is.
Az a furcsa, hogy win alatt a
Get-WSManInstance wmicimv2/Win32Processor -ComputerName $ip -Credential $c -Enumerate
működik, ahogy linux alatt is a
wsman -h $IP --auth basic -u ***** -p ******** -N root/cimv2 enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Processor
Valaki találkozott már ezzel a jelenséggel?