📄 result.master
字号:
wbemexec: duplicate "-w" optionwbemexec: Incorrect usage. Use '--help' to obtain command syntax. Multiple inputfilepath argumentswbemexec ./cimrequest.xml ./cimrequest2.xml wbemexec: argument "./cimrequest2.xml" was unexpectedwbemexec: Incorrect usage. Use '--help' to obtain command syntax. Invalid hostName argumentwbemexec -h nohost ./cimrequest.xml wbemexec: Failed to connect to CIM server: Invalid locator: nohost:5988 Invalid number format for portNumber argumentwbemexec -p xxx ./cimrequest.xml wbemexec: argument "xxx" is not valid for option "-p"wbemexec: Incorrect usage. Use '--help' to obtain command syntax. Invalid number format for portNumber argumentwbemexec -p 1.1 ./cimrequest.xml wbemexec: argument "1.1" is not valid for option "-p"wbemexec: Incorrect usage. Use '--help' to obtain command syntax. Invalid number format for portNumber argumentwbemexec -p 1E+1 ./cimrequest.xml wbemexec: argument "1E+1" is not valid for option "-p"wbemexec: Incorrect usage. Use '--help' to obtain command syntax. Out of range portNumber argumentgetoopt behavior differs from other implementations of getopt:getoopt reports missing required value for flag pwbemexec -p -5988 ./cimrequest.xml wbemexec: Missing required value for flag pwbemexec: Incorrect usage. Use '--help' to obtain command syntax. Out of range portNumber argumentgetoopt behavior differs from other implementations of getopt:getoopt reports missing required value for flag pwbemexec -p -1 ./cimrequest.xml wbemexec: Missing required value for flag pwbemexec: Incorrect usage. Use '--help' to obtain command syntax. Out of range portNumber argumentwbemexec -p 65536 ./cimrequest.xml wbemexec: argument "65536" is not valid for option "-p"wbemexec: Incorrect usage. Use '--help' to obtain command syntax. Maximum valid portnumber, but cimom not running on specified portwbemexec -p 65535 ./cimrequest.xml Minimum valid portnumber, but cimom not running on specified portwbemexec -p 0 ./cimrequest.xml Invalid (unsupported) version argumentwbemexec -v 0.9 ./cimrequest.xml wbemexec: argument "0.9" is not valid for option "-v"wbemexec: Incorrect usage. Use '--help' to obtain command syntax. Invalid (unsupported) method argumentwbemexec -m GET ./cimrequest.xml wbemexec: argument "GET" is not valid for option "-m"wbemexec: Incorrect usage. Use '--help' to obtain command syntax. Invalid combination of version and method argument (1.0 with M-POST)wbemexec -v 1.0 -m M-POST ./cimrequest.xml wbemexec: M-POST method invalid with HTTP version 1.0 Invalid number format for timeout argumentwbemexec -t xxx ./cimrequest.xml wbemexec: argument "xxx" is not valid for option "-t"wbemexec: Incorrect usage. Use '--help' to obtain command syntax. Invalid number format for timeout argumentwbemexec -t 1.1 ./cimrequest.xml wbemexec: argument "1.1" is not valid for option "-t"wbemexec: Incorrect usage. Use '--help' to obtain command syntax. Invalid number format for timeout argumentwbemexec -t 1e-1 ./cimrequest.xml wbemexec: argument "1e-1" is not valid for option "-t"wbemexec: Incorrect usage. Use '--help' to obtain command syntax. Out of range timeout argument valuewbemexec -t 0 ./cimrequest.xml wbemexec: argument "0" is not valid for option "-t"wbemexec: Incorrect usage. Use '--help' to obtain command syntax. Out of range timeout argument valuewbemexec -t 4294967296 ./cimrequest.xml wbemexec: argument "4294967296" is not valid for option "-t"wbemexec: Incorrect usage. Use '--help' to obtain command syntax. Invalid user argumentWorks now because no authentication or authorizationwbemexec -u nonuser ./cimrequest.xml <?xml version="1.0" encoding="utf-8"?><CIM CIMVERSION="2.0" DTDVERSION="2.0"><MESSAGE ID="7873" PROTOCOLVERSION="1.0"><SIMPLERSP><IMETHODRESPONSE NAME="EnumerateClassNames"><IRETURNVALUE><CLASSNAME NAME="WET_PhysicalStatistics"/><CLASSNAME NAME="WET_DeviceStatistics"/><CLASSNAME NAME="WET_SAPStatistics"/><CLASSNAME NAME="WET_ServiceStatistics"/><CLASSNAME NAME="WET_SystemStatistics"/></IRETURNVALUE></IMETHODRESPONSE></SIMPLERSP></MESSAGE></CIM> Invalid password argumentWorks now because no authentication or authorizationwbemexec -w nonpassword ./cimrequest.xml <?xml version="1.0" encoding="utf-8"?><CIM CIMVERSION="2.0" DTDVERSION="2.0"><MESSAGE ID="7873" PROTOCOLVERSION="1.0"><SIMPLERSP><IMETHODRESPONSE NAME="EnumerateClassNames"><IRETURNVALUE><CLASSNAME NAME="WET_PhysicalStatistics"/><CLASSNAME NAME="WET_DeviceStatistics"/><CLASSNAME NAME="WET_SAPStatistics"/><CLASSNAME NAME="WET_ServiceStatistics"/><CLASSNAME NAME="WET_SystemStatistics"/></IRETURNVALUE></IMETHODRESPONSE></SIMPLERSP></MESSAGE></CIM> Invalid debug argumentwbemexec -d 11 ./cimrequest.xml wbemexec: argument "11" is not valid for option "-d"wbemexec: Incorrect usage. Use '--help' to obtain command syntax. Invalid debug argumentwbemexec -d 22 ./cimrequest.xml wbemexec: argument "22" is not valid for option "-d"wbemexec: Incorrect usage. Use '--help' to obtain command syntax. Invalid debug argumentwbemexec -d 3 ./cimrequest.xml wbemexec: argument "3" is not valid for option "-d"wbemexec: Incorrect usage. Use '--help' to obtain command syntax. Invalid inputFilePath argument: file does not existwbemexec ./nonfile wbemexec: Unable to use requested input file: file does not exist No input providedwbemexec ./emptyfile wbemexec: No input No input providedwbemexec < ./emptyfile wbemexec: No input Invalid XML input: missing <CIM> element (no element)wbemexec ./cimreqerr01.xml wbemexec: Invalid XML request: Validation error: on line 2: Expected open of CIM element Invalid XML input: missing <CIM> element (different element)wbemexec ./cimreqerr01a.xml wbemexec: Invalid XML request: Validation error: on line 2: Expected open of CIM element Invalid XML input: invalid CIMVERSION attributewbemexec ./cimreqerr01b.xml HTTP/1.1 501 Not Implemented
CIMError: unsupported-cim-version
PGErrorDetail: CIM%20version%20%223.0%22%20is%20not%20supported.
Invalid XML input: invalid DTDVERSION attributewbemexec ./cimreqerr01c.xml HTTP/1.1 501 Not Implemented
CIMError: unsupported-dtd-version
PGErrorDetail: DTD%20version%20%223.0%22%20is%20not%20supported.
Invalid XML input: missing CIMVERSION attributewbemexec ./cimreqerr01d.xml wbemexec: Invalid XML request: Validation error: on line 2: missing CIM.CIMVERSION attribute Invalid XML input: missing DTDVERSION attributewbemexec ./cimreqerr01e.xml wbemexec: Invalid XML request: Validation error: on line 2: missing CIM.DTDVERSION attribute Invalid XML input: missing <MESSAGE> element (no element)wbemexec -u (PEGASUS_TEST_USER_ID) -w (PEGASUS_TEST_USER_PASS) < ./cimreqerr02.xml wbemexec: Invalid XML request: Validation error: on line 3: expected MESSAGE element Invalid XML input: missing <MESSAGE> element (different element)wbemexec -u (PEGASUS_TEST_USER_ID) -w (PEGASUS_TEST_USER_PASS) < ./cimreqerr02a.xml wbemexec: Invalid XML request: Validation error: on line 3: expected MESSAGE element Invalid XML input: missing PROTOCOLVERSION attributewbemexec -u (PEGASUS_TEST_USER_ID) -w (PEGASUS_TEST_USER_PASS) < ./cimreqerr02b.xml wbemexec: Invalid XML request: Validation error: on line 3: Invalid or missing MESSAGE.PROTOCOLVERSION attribute Invalid XML input: missing <SIMPLEREQ> element (no element)wbemexec -u (PEGASUS_TEST_USER_ID) -w (PEGASUS_TEST_USER_PASS) < ./cimreqerr03.xml wbemexec: Invalid XML request: Validation error: on line 4: expected SIMPLEREQ or MULTIREQ element Invalid XML input: missing <SIMPLEREQ> element (different element)wbemexec -u (PEGASUS_TEST_USER_ID) -w (PEGASUS_TEST_USER_PASS) < ./cimreqerr03a.xml wbemexec: Invalid XML request: Validation error: on line 4: expected SIMPLEREQ or MULTIREQ element Invalid XML input: missing <IMETHODCALL> or <METHODCALL> element (no element)wbemexec -u (PEGASUS_TEST_USER_ID) -w (PEGASUS_TEST_USER_PASS) < ./cimreqerr04.xml wbemexec: Invalid XML request: Validation error: on line 5: expected IMETHODCALL or METHODCALL element Invalid XML input: missing <IMETHODCALL> or <METHODCALL> element (different element)wbemexec -u (PEGASUS_TEST_USER_ID) -w (PEGASUS_TEST_USER_PASS) < ./cimreqerr04a.xml wbemexec: Invalid XML request: Validation error: on line 5: expected IMETHODCALL or METHODCALL element Invalid XML input: missing NAME attribute wbemexec -u (PEGASUS_TEST_USER_ID) -w (PEGASUS_TEST_USER_PASS) < ./cimreqerr04b.xml wbemexec: Invalid XML request: Validation error: on line 5: missing IMETHODCALL.NAME attribute Invalid XML input: missing <LOCALNAMESPACEPATH> element (no element)wbemexec -u (PEGASUS_TEST_USER_ID) -w (PEGASUS_TEST_USER_PASS) < ./cimreqerr05.xml wbemexec: Invalid XML request: Validation error: on line 6: expected LOCALNAMESPACEPATH element Invalid XML input: missing <LOCALNAMESPACEPATH> element (different element)wbemexec -u (PEGASUS_TEST_USER_ID) -w (PEGASUS_TEST_USER_PASS) < ./cimreqerr05a.xml wbemexec: Invalid XML request: Validation error: on line 6: expected LOCALNAMESPACEPATH element Invalid XML input: missing <NAMESPACE> element (no element)wbemexec -u (PEGASUS_TEST_USER_ID) -w (PEGASUS_TEST_USER_PASS) < ./cimreqerr06.xml wbemexec: Invalid XML request: Validation error: on line 7: Expected one or more NAMESPACE elements within LOCALNAMESPACEPATH element Invalid XML input: missing <NAMESPACE> element (different element)wbemexec -u (PEGASUS_TEST_USER_ID) -w (PEGASUS_TEST_USER_PASS) < ./cimreqerr06a.xml wbemexec: Invalid XML request: Validation error: on line 7: Expected one or more NAMESPACE elements within LOCALNAMESPACEPATH element Invalid XML input: missing NAME attribute for NAMESPACE elementwbemexec ./cimreqerr06b.xml wbemexec: Invalid XML request: Validation error: on line 7: missing NAMESPACE.NAME attribute Invalid XML input: subelement other than NAMESPACE in listwbemexec ./cimreqerr06c.xml wbemexec: Invalid XML request: Validation error: on line 10: Expected close of LOCALNAMESPACEPATH element, got CLASSNAME instead Invalid XML input: subelement other than NAMESPACE in listwbemexec ./cimreqerr06d.xml wbemexec: Invalid XML request: Validation error: on line 10: Expected close of LOCALNAMESPACEPATH element, got CLASSNAME instead Invalid XML input: missing <LOCALCLASSPATH> or <LOCALINSTANCEPATH> element (no element)wbemexec ./cimreqerr07.xml wbemexec: Invalid XML request: Validation error: on line 6: expected LOCALCLASSPATH or LOCALINSTANCEPATH element Invalid XML input: missing <LOCALCLASSPATH> or <LOCALINSTANCEPATH> element (different element)wbemexec ./cimreqerr07a.xml wbemexec: Invalid XML request: Validation error: on line 6: expected LOCALCLASSPATH or LOCALINSTANCEPATH element Invalid XML input: missing <LOCALNAMESPACEPATH> element (no element)wbemexec ./cimreqerr08.xml wbemexec: Invalid XML request: Validation error: on line 7: expected LOCALNAMESPACEPATH element Invalid XML input: missing <LOCALNAMESPACEPATH> element (different element)wbemexec ./cimreqerr08a.xml wbemexec: Invalid XML request: Validation error: on line 7: expected LOCALNAMESPACEPATH element Invalid XML input: missing <NAMESPACE> element (no element)wbemexec ./cimreqerr09.xml wbemexec: Invalid XML request: Validation error: on line 8: Expected one or more NAMESPACE elements within LOCALNAMESPACEPATH element Invalid XML input: missing <NAMESPACE> element (different element)wbemexec ./cimreqerr09a.xml wbemexec: Invalid XML request: Validation error: on line 8: Expected one or more NAMESPACE elements within LOCALNAMESPACEPATH element Invalid XML input: missing NAME attribute for NAMESPACE elementwbemexec ./cimreqerr09b.xml wbemexec: Invalid XML request: Validation error: on line 10: missing NAMESPACE.NAME attribute Invalid XML input: subelement other than NAMESPACE in listwbemexec ./cimreqerr09c.xml wbemexec: Invalid XML request: Validation error: on line 11: Expected close of LOCALNAMESPACEPATH element, got CLASSNAME instead Invalid XML input: subelement other than NAMESPACE in listwbemexec ./cimreqerr09d.xml wbemexec: Invalid XML request: Validation error: on line 11: Expected close of LOCALNAMESPACEPATH element, got CLASSNAME instead Invalid XML input: missing <CLASSNAME> element (no element)wbemexec ./cimreqerr10.xml wbemexec: Invalid XML request: Validation error: on line 12: expected CLASSNAME element Invalid XML input: missing <CLASSNAME> element (different element)wbemexec ./cimreqerr10a.xml wbemexec: Invalid XML request: Validation error: on line 12: expected CLASSNAME element Invalid XML input: missing NAME attribute for CLASSNAME elementwbemexec ./cimreqerr10b.xml wbemexec: Invalid XML request: Validation error: on line 12: missing CLASSNAME.NAME attribute Invalid input: input starts with neither xml declaration, nor HTTP M-POST or POST method request (GET method)wbemexec ./cimreqerr01.http wbemexec: Invalid input: expected XML request Invalid input: input starts with neither xml declaration, nor HTTP M-POSTor POST method request (missing HTTP method)wbemexec ./cimreqerr02.http wbemexec: Invalid input: expected XML request Invalid input: input starts with neither xml declaration, nor valid HTTPM-POST or POST method request (missing HTTP URI and version) -- times out
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -