您应该检查从guest虚拟机到许可证服务器的所有防火墙。
“http:// licenseserver:7070”正确答案应为“404 Not Found”(许可证流程使用REST API POST“http:// licenseserver:7070 / request”)。
#curl -v http:// licenseserver:7070
*重建URL到:http:// licenseserver:7070 /
*尝试许可证服务器......
* TCP_NODELAY设置
*连接到licenseserver(licenseserver)端口7070(#0)
> GET / HTTP / 1.1
>主持人:licenseserver:7070
> User-Agent:curl / 7.59.0
>接受:* / *
>
更多要测试的网址(标准浏览器GET方法):
HTTP:// LICENSESERVER:7070 / API / 1.0 /健康
HTTP:// LICENSESERVER:7070 / API / 1.0 /配置/元数据
HTTP:// LICENSESERVER:7070 / API / 1.0 /主机标识
HTTP:// LICENSESERVER:7070 / API / 1.0 /实例/〜
HTTP:// LICENSESERVER:7070 / API / 1.0 /实例/〜/客户端
HTTP:// LICENSESERVER:7070 / API / 1.0 /实例/〜/特征
以上来自于谷歌翻译
以下为原文
You should check all firewalls from guest to license server. The "http://licenseserver:7070" correct answer should be "404 Not Found" (license process uses REST API POST "http://licenseserver:7070/request").
# curl -v http://licenseserver:7070
* Rebuilt URL to: http://licenseserver:7070/
* Trying licenseserver...
* TCP_NODELAY set
* Connected to licenseserver (licenseserver) port 7070 (#0)
> GET / HTTP/1.1
> Host: licenseserver:7070
> User-Agent: curl/7.59.0
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Date: Thu, 28 Jun 2018 09:28:29 GMT
< X-Content-Type-Options: nosniff
< X-XSS-Protection: 1; mode=block
< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
< Pragma: no-cache
< Expires: 0
< X-Frame-Options: DENY
< Content-Type: application/json
< Transfer-Encoding: chunked
<
{
"arguments" : [ "uri=/", "GET", "(unknown)" ],
"message" : "No such REST API and METHOD combination supported: uri=/ with GET for user (unknown)",
"key" : "glsErr.restNoSuchApi"
* Connection #0 to host licenseserver left intact
}
More urls to test (standard browser GET method):
http://licenseserver:7070/api/1.0/health
http://licenseserver:7070/api/1.0/configuration/metadata
http://licenseserver:7070/api/1.0/hostids
http://licenseserver:7070/api/1.0/instances/~
http://licenseserver:7070/api/1.0/instances/~/clients
http://licenseserver:7070/api/1.0/instances/~/features
您应该检查从guest虚拟机到许可证服务器的所有防火墙。
“http:// licenseserver:7070”正确答案应为“404 Not Found”(许可证流程使用REST API POST“http:// licenseserver:7070 / request”)。
#curl -v http:// licenseserver:7070
*重建URL到:http:// licenseserver:7070 /
*尝试许可证服务器......
* TCP_NODELAY设置
*连接到licenseserver(licenseserver)端口7070(#0)
> GET / HTTP / 1.1
>主持人:licenseserver:7070
> User-Agent:curl / 7.59.0
>接受:* / *
>
更多要测试的网址(标准浏览器GET方法):
HTTP:// LICENSESERVER:7070 / API / 1.0 /健康
HTTP:// LICENSESERVER:7070 / API / 1.0 /配置/元数据
HTTP:// LICENSESERVER:7070 / API / 1.0 /主机标识
HTTP:// LICENSESERVER:7070 / API / 1.0 /实例/〜
HTTP:// LICENSESERVER:7070 / API / 1.0 /实例/〜/客户端
HTTP:// LICENSESERVER:7070 / API / 1.0 /实例/〜/特征
以上来自于谷歌翻译
以下为原文
You should check all firewalls from guest to license server. The "http://licenseserver:7070" correct answer should be "404 Not Found" (license process uses REST API POST "http://licenseserver:7070/request").
# curl -v http://licenseserver:7070
* Rebuilt URL to: http://licenseserver:7070/
* Trying licenseserver...
* TCP_NODELAY set
* Connected to licenseserver (licenseserver) port 7070 (#0)
> GET / HTTP/1.1
> Host: licenseserver:7070
> User-Agent: curl/7.59.0
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Date: Thu, 28 Jun 2018 09:28:29 GMT
< X-Content-Type-Options: nosniff
< X-XSS-Protection: 1; mode=block
< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
< Pragma: no-cache
< Expires: 0
< X-Frame-Options: DENY
< Content-Type: application/json
< Transfer-Encoding: chunked
<
{
"arguments" : [ "uri=/", "GET", "(unknown)" ],
"message" : "No such REST API and METHOD combination supported: uri=/ with GET for user (unknown)",
"key" : "glsErr.restNoSuchApi"
* Connection #0 to host licenseserver left intact
}
More urls to test (standard browser GET method):
http://licenseserver:7070/api/1.0/health
http://licenseserver:7070/api/1.0/configuration/metadata
http://licenseserver:7070/api/1.0/hostids
http://licenseserver:7070/api/1.0/instances/~
http://licenseserver:7070/api/1.0/instances/~/clients
http://licenseserver:7070/api/1.0/instances/~/features
举报