📄 output.master
字号:
wbemexec ./cimrequest.xml ./cimrequest2.xmlwbemexec: argument "./cimrequest2.xml" was unexpectedusage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] Invalid hostName argumentwbemexec -h nohost ./cimrequest.xmlFailed to connect to cimom Invalid number format for portNumber argumentwbemexec -p xxx ./cimrequest.xmlwbemexec: argument "xxx" is not valid for option "-p"usage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] Invalid number format for portNumber argumentwbemexec -p 1.1 ./cimrequest.xmlwbemexec: argument "1.1" is not valid for option "-p"usage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] Invalid number format for portNumber argumentwbemexec -p 1E+1 ./cimrequest.xmlwbemexec: argument "1E+1" is not valid for option "-p"usage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] Out of range portNumber argumentgetoopt behavior differs from other implementations of getopt:getoopt reports missing required value for flag pwbemexec -p -5988 ./cimrequest.xmlwbemexec: Missing required value for flag pusage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] Out of range portNumber argumentgetoopt behavior differs from other implementations of getopt:getoopt reports missing required value for flag pwbemexec -p -1 ./cimrequest.xmlwbemexec: Missing required value for flag pusage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] Out of range portNumber argumentwbemexec -p 65536 ./cimrequest.xmlwbemexec: argument "65536" is not valid for option "-p"usage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] Maximum valid portnumber, but cimom not running on specified portwbemexec -p 65535 ./cimrequest.xmlFailed to connect to cimom Minimum valid portnumber, but cimom not running on specified portwbemexec -p 0 ./cimrequest.xmlFailed to connect to cimom Invalid (unsupported) version argumentwbemexec -v 0.9 ./cimrequest.xmlwbemexec: argument "0.9" is not valid for option "-v"usage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] Invalid (unsupported) method argumentwbemexec -m GET ./cimrequest.xmlwbemexec: argument "GET" is not valid for option "-m"usage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] Invalid combination of version and method argument (1.0 with M-POST)wbemexec -v 1.0 -m M-POST ./cimrequest.xmlM-POST method invalid with HTTP version 1.0 Invalid number format for timeout argumentwbemexec -t xxx ./cimrequest.xmlwbemexec: argument "xxx" is not valid for option "-t"usage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] Invalid number format for timeout argumentwbemexec -t 1.1 ./cimrequest.xmlwbemexec: argument "1.1" is not valid for option "-t"usage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] Invalid number format for timeout argumentwbemexec -t 1e-1 ./cimrequest.xmlwbemexec: argument "1e-1" is not valid for option "-t"usage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] Out of range timeout argument valuewbemexec -t 0 ./cimrequest.xmlwbemexec: argument "0" is not valid for option "-t"usage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] Out of range timeout argument valuewbemexec -t 4294967296 ./cimrequest.xmlwbemexec: argument "4294967296" is not valid for option "-t"usage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] 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="CIM_ErrorCountersForDevice"/><CLASSNAME NAME="CIM_PhysicalStatistics"/><CLASSNAME NAME="CIM_DeviceStatistics"/><CLASSNAME NAME="CIM_SAPStatistics"/><CLASSNAME NAME="CIM_ServiceStatistics"/><CLASSNAME NAME="CIM_BGPServiceStatistics"/><CLASSNAME NAME="CIM_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="CIM_ErrorCountersForDevice"/><CLASSNAME NAME="CIM_PhysicalStatistics"/><CLASSNAME NAME="CIM_DeviceStatistics"/><CLASSNAME NAME="CIM_SAPStatistics"/><CLASSNAME NAME="CIM_ServiceStatistics"/><CLASSNAME NAME="CIM_BGPServiceStatistics"/><CLASSNAME NAME="CIM_SystemStatistics"/></IRETURNVALUE></IMETHODRESPONSE></SIMPLERSP></MESSAGE></CIM>Invalid debug argumentwbemexec -d 11 ./cimrequest.xmlwbemexec: argument "11" is not valid for option "-d"usage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] Invalid debug argumentwbemexec -d 22 ./cimrequest.xmlwbemexec: argument "22" is not valid for option "-d"usage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] Invalid debug argumentwbemexec -d 3 ./cimrequest.xmlwbemexec: argument "3" is not valid for option "-d"usage: wbemexec [ -h hostname ] [ -p portnumber ] [ -v httpversion ] [ -m httpmethod ] [ -t timeout ] [ -u username ] [ -w password ] [ inputfilepath ] Invalid inputFilePath argument: file does not existwbemexec ./nonfileUnable to use requested input file: file does not exist Invalid inputFilePath argument: file is not readablewbemexec ./nopermfileUnable to use requested input file: file is not readable No input providedwbemexec ./emptyfileNo input No input providedwbemexec < ./emptyfileNo input Invalid XML input: missing <CIM> element (no element)wbemexec ./cimreqerr01.xmlInvalid XML request: Validation error: on line 2: Expected open of CIM elementInvalid XML input: missing <CIM> element (different element)wbemexec ./cimreqerr01a.xmlInvalid XML request: Validation error: on line 2: Expected open of CIM elementInvalid XML input: invalid CIMVERSION attributewbemexec ./cimreqerr01b.xmlInvalid XML request: Validation error: on line 2: CIM.CIMVERSION attribute must be "2.0"Invalid XML input: invalid DTDVERSION attributewbemexec ./cimreqerr01c.xmlInvalid XML request: Validation error: on line 2: CIM.DTDVERSION attribute must be "2.0"Invalid XML input: missing CIMVERSION attributewbemexec ./cimreqerr01d.xmlInvalid XML request: Validation error: on line 2: missing CIM.CIMVERSION attributeInvalid XML input: missing DTDVERSION attributewbemexec ./cimreqerr01e.xmlInvalid XML request: Validation error: on line 2: missing CIM.DTDVERSION attributeInvalid XML input: missing <MESSAGE> element (no element)wbemexec -u guest -w guest < ./cimreqerr02.xmlInvalid XML request: Validation error: on line 3: Failed to find <MESSAGE> elementInvalid XML input: missing <MESSAGE> element (different element)wbemexec -u guest -w guest < ./cimreqerr02a.xmlInvalid XML request: Validation error: on line 3: Failed to find <MESSAGE> elementInvalid XML input: missing PROTOCOLVERSION attributewbemexec -u guest -w guest < ./cimreqerr02b.xmlInvalid XML request: Validation error: on line 3: Bad or missing MESSAGE.PROTOCOLVERSION attributeInvalid XML input: missing <SIMPLEREQ> element (no element)wbemexec -u guest -w guest < ./cimreqerr03.xmlInvalid XML request: Validation error: on line 4: Failed to find <SIMPLEREQ> or <MULTIREQ> elementInvalid XML input: missing <SIMPLEREQ> element (different element)wbemexec -u guest -w guest < ./cimreqerr03a.xmlInvalid XML request: Validation error: on line 4: Failed to find <SIMPLEREQ> or <MULTIREQ> elementInvalid XML input: missing <IMETHODCALL> or <METHODCALL> element (no element)wbemexec -u guest -w guest < ./cimreqerr04.xmlInvalid XML request: Validation error: on line 5: Failed to find <METHODCALL> or <IMETHODCALL> elementInvalid XML input: missing <IMETHODCALL> or <METHODCALL> element (different element)wbemexec -u guest -w guest < ./cimreqerr04a.xmlInvalid XML request: Validation error: on line 5: Failed to find <METHODCALL> or <IMETHODCALL> elementInvalid XML input: missing NAME attribute wbemexec -u guest -w guest < ./cimreqerr04b.xmlInvalid XML request: Validation error: on line 5: missing IMETHODCALL.NAME attributeInvalid XML input: missing <LOCALNAMESPACEPATH> element (no element)wbemexec -u guest -w guest < ./cimreqerr05.xmlInvalid XML request: Validation error: on line 6: Failed to find <LOCALNAMESPACEPATH> elementInvalid XML input: missing <LOCALNAMESPACEPATH> element (different element)wbemexec -u guest -w guest < ./cimreqerr05a.xmlInvalid XML request: Validation error: on line 6: Failed to find <LOCALNAMESPACEPATH> elementInvalid XML input: missing <NAMESPACE> element (no element)wbemexec -u guest -w guest < ./cimreqerr06.xmlInvalid XML request: Validation error: on line 7: Expected either open or open/close NAMESPACE elementInvalid XML input: missing <NAMESPACE> element (different element)wbemexec -u guest -w guest < ./cimreqerr06a.xmlInvalid XML request: Validation error: on line 7: Expected either open or open/close NAMESPACE elementInvalid XML input: missing NAME attribute for NAMESPACE elementwbemexec ./cimreqerr06b.xmlInvalid XML request: Validation error: on line 7: missing NAMESPACE.NAME attributeInvalid XML input: subelement other than NAMESPACE in listwbemexec ./cimreqerr06c.xmlInvalid XML request: Validation error: on line 10: Expected close of LOCALNAMESPACEPATH element, got CLASSNAME insteadInvalid XML input: subelement other than NAMESPACE in listwbemexec ./cimreqerr06d.xmlInvalid XML request: Validation error: on line 10: Expected close of LOCALNAMESPACEPATH element, got CLASSNAME insteadInvalid XML input: missing <LOCALCLASSPATH> or <LOCALINSTANCEPATH> element (no element)wbemexec ./cimreqerr07.xmlInvalid XML request: Validation error: on line 6: Failed to find <LOCALCLASSPATH> or <LOCALINSTANCEPATH> elementInvalid XML input: missing <LOCALCLASSPATH> or <LOCALINSTANCEPATH> element (different element)wbemexec ./cimreqerr07a.xmlInvalid XML request: Validation error: on line 6: Failed to find <LOCALCLASSPATH> or <LOCALINSTANCEPATH> elementInvalid XML input: missing <LOCALNAMESPACEPATH> element (no element)wbemexec ./cimreqerr08.xmlInvalid XML request: Validation error: on line 7: Failed to find <LOCALNAMESPACEPATH> elementInvalid XML input: missing <LOCALNAMESPACEPATH> element (different element)wbemexec ./cimreqerr08a.xmlInvalid XML request: Validation error: on line 7: Failed to find <LOCALNAMESPACEPATH> elementInvalid XML input: missing <NAMESPACE> element (no element)wbemexec ./cimreqerr09.xmlInvalid XML request: Validation error: on line 8: Expected either open or open/close NAMESPACE elementInvalid XML input: missing <NAMESPACE> element (different element)wbemexec ./cimreqerr09a.xmlInvalid XML request: Validation error: on line 8: Expected either open or open/close NAMESPACE elementInvalid XML input: missing NAME attribute for NAMESPACE elementwbemexec ./cimreqerr09b.xmlInvalid XML request: Validation error: on line 10: missing NAMESPACE.NAME attributeInvalid XML input: subelement other than NAMESPACE in listwbemexec ./cimreqerr09c.xmlInvalid XML request: Validation error: on line 11: Expected close of LOCALNAMESPACEPATH element, got CLASSNAME insteadInvalid XML input: subelement other than NAMESPACE in listwbemexec ./cimreqerr09d.xmlInvalid XML request: Validation error: on line 11: Expected close of LOCALNAMESPACEPATH element, got CLASSNAME insteadInvalid XML input: missing <CLASSNAME> element (no element)wbemexec ./cimreqerr10.xmlInvalid XML request: Validation error: on line 12: Failed to find <CLASSNAME> elementInvalid XML input: missing <CLASSNAME> element (different element)wbemexec ./cimreqerr10a.xmlInvalid XML request: Validation error: on line 12: Failed to find <CLASSNAME> elementInvalid XML input: missing NAME attribute for CLASSNAME elementwbemexec ./cimreqerr10b.xmlInvalid XML request: Validation error: on line 12: missing CLASSNAME.NAME attributeInvalid input: input starts with neither xml declaration, nor HTTP M-POST or POST method request (GET method)wbemexec ./cimreqerr01.httpInvalid input: expected XML request, or HTTP M-POST or POST method requestInvalid input: input starts with neither xml declaration, nor HTTP M-POSTor POST method request (missing HTTP method)wbemexec ./cimreqerr02.httpInvalid input: expected XML request, or HTTP M-POST or POST method requestInvalid input: input starts with neither xml declaration, nor valid HTTPM-POST or POST method request (missing HTTP URI and version) -- times outwbemexec -t 1 ./cimreqerr03.httpTimed out waiting for response
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -