当前位置:网站首页>Node: cannot open /node: access denied
Node: cannot open /node: access denied
2022-06-12 07:01:00 【Gu Bei's cat】
Here are just two situations I encountered and the solutions :
- The first login failed :
node:9870 Cannot be opened
C:/Windows/system32/driver/ect/hosts Mapping has already been set
cmd Input in ping The name of the mapping ( My is ping node) Can also be connected
Maybe the firewall is open , Cause unable to connect
Virtual machine input systemctl ststus firewalld You can view the virtual machine status
Active If the column is (dead) It means that it is closed
If not closed
Input systemctl stop firewalld.service It can be turned off
Input systemctl disable firewalld.service It can prevent self starting
See if you can open
- I have logged in before , Not this time
Node Access denied
Maybe your cluster hasn't been started yet , This problem will not be committed
Open command :start-all.sh
I committed …
边栏推荐
- 六月集训 第二天——字符串
- 五、EL 表达式& JSTL 标签库
- June training day 6 - sliding window
- Computer composition and design work06 - based on MIPS
- leetcode:剑指 Offer 60. n个骰子的点数【数学 + 层次dp + 累计贡献】
- (14) The software version number is displayed in the flash window of blender source code analysis
- I met 15 people recently and found that I couldn't answer the basic question of this test
- Planning and design of 1000 person medium-sized campus / enterprise network based on ENSP and firewall (with all configuration commands)
- Idea common shortcut keys
- 9 Sequence container
猜你喜欢

Curry carries the fourth game of the warriors against the Celtics

2021 robocom world robot developer competition - undergraduate group (Preliminary)

SQL injection read / write file

How to build your own website (using the pagoda panel)

8. 表单标签

2 variables and basic types

Tomato learning notes -seq2seq

Error mcrypt in php7 version of official encryption and decryption library of enterprise wechat_ module_ Open has no method defined and is discarded by PHP. The solution is to use OpenSSL

esp32 hosted

Computer composition and design work06 - based on MIPS
随机推荐
数据库语法相关问题,求解一个正确语法
Scons编译IMGUI
Node. Detailed installation tutorial of CPM and cnpm (including error resolution)
Freshmen are worried about whether to get a low salary of more than 10000 yuan from Huawei or a high salary of more than 20000 yuan from the Internet
Android studio uses database to realize login and registration interface function
Computer composition and design work06 - based on MIPS
5、 El expression & JSTL tag library
上传文件(post表单提交form-data)
Network packet loss troubleshooting
4 expression
Apache POI import export excel file
Map to sort
[image denoising] image denoising based on nonlocal Euclidean median (nlem) with matlab code
2 variables and basic types
SQL injection read / write file
sql server2019安装到这步无法进行下一步了,如何解决?
Leetcode: Sword finger offer 63 Maximum profit of stock [record prefix minimum and or no brain segment tree]
CL210OpenStack操作的故障排除--章节实验
Interview intelligence questions
五月集训(第28天)——动态规划