我曾经用这种方式识别已安装的RHEL OS版本是“服务器”还是“工作站”:
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.6 (Maipo)
现在,对于RHEL8,我有了以下输出:
cat /etc/redhat-release
Red Hat Enterprise Linux release 8.5 (Ootpa)
看来我没有机会了解服务器/工作站的详细信息。这怎麽可能?我怎么才能从里面得到我需要的信息?
我已经部署为VM,并希望确定它是服务器还是工作站。命令
我正在运行以下命令以找到答案:
$ cat /etc/rhel-release
Red Hat Enterprise Linux release 8.2 (Ootpa)
$ rpm -q --whatprovides /etc/redhat-release
redhat-release-8.2-1.0.el8.x86_64
$ uname -as
Linux opus-c-master 4.18.0-193.el8.x86_64 #1 SMP Fri Mar 27 14:35:58 UTC 2020 x86_64 x86_64 x86
我已创建Windows WCF服务,并希望将其托管在Azure VM中。
该服务在虚拟机内部本地运行正常,但在尝试访问虚拟机外部的服务时,我无法在指定端口连接到该服务。
在请求服务时,我收到以下错误:
SocketException (0x274d): No connection could be made because the target machine actively refused it...
此外,当通过命令提示符使用公共ip pinging虚拟机时,我得到了Request timed out。
我已经在Azure入站规则以及VM防火墙入站规则中为TCP启用了端口。虚拟机为Win