wsman enumerate nem működik.

0 votes
asked Apr 1, 2015 in IRF tantárgy by phx37 (63 points)  
edited Apr 1, 2015 by phx37

Sziasztok!

Foglaltam egy gépet a vcl-ben a második hf-hoz és PUTTY-al hozzácsatlakoztam. Próbálom megcsinálni a gyakorlati anyagot, de elakadtam. Ez a parancs nem működik:

wsman -h localhost -u 102510 -p xkr86Bk7 enumerate \ 'http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Processor'

Ez a kimenet:

<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">
  <s:Header>
    <wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
    <wsa:Action>http://schemas.xmlsoap.org/ws/2004/08/addressing/fault</wsa:Action>
    <wsa:RelatesTo>uuid:62791deb-12ae-12ae-8002-542423565000</wsa:RelatesTo>
    <wsa:MessageID>uuid:628ad691-12ae-12ae-8007-542423565000</wsa:MessageID>
  </s:Header>
  <s:Body>
    <s:Fault>
      <s:Code>
        <s:Value>s:Sender</s:Value>
        <s:Subcode>
          <s:Value>wsa:DestinationUnreachable</s:Value>
        </s:Subcode>
      </s:Code>
      <s:Reason>
        <s:Text xml:lang="en">No route can be determined to reach the destination role defined by the WS-Addressing To.</s:Text>
      </s:Reason>
      <s:Detail>
        <wsman:FaultDetail>http://schemas.dmtf.org/wbem/wsman/1/wsman/faultDetail/InvalidResourceURI</wsman:FaultDetail>
      </s:Detail>
    </s:Fault>
  </s:Body>
</s:Envelope>
Connection failed. response code = 400

sudo systemctl status openwsmand
parancs kimenete:

Apr 01 21:04:30 vm-small-43 openwsmand[388]: PAM unable to dlopen(/usr/lib64/security/pam_pwcheck.so): /usr/lib64/security/pam_pwcheck.so: cannot open shared object file: No such file or directory
Apr 01 21:04:30 vm-small-43 openwsmand[388]: PAM adding faulty module: /usr/lib64/security/pam_pwcheck.so

Mi lehet a probléma? (Az egyetemen a laboron működött ugyanez a parancs)

1 Answer

+1 vote
answered Apr 1, 2015 by kovari (2,221 points)  

Ha nem szúrsz be új sort a parancsba, akkor nem kell a \ jel. Ettől bolondul meg egy kicsit, szedd ki, és működni fog.

Amire még érdemes figyelni amúgy a későbbiekben, hogy egyrészt fusson az openwsman, illetve, hogy tagja legyél a pegasus csoportnak, mert különben nincs jogosultságod elérni a szervert.

...