当前位置:网站首页>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 …
边栏推荐
- 上传文件(post表单提交form-data)
- Drawing grid navigation by opencv map reading
- Are you still using like+% for MySQL fuzzy query?
- 【图像去噪】基于偏微分方程(PDE)实现图像去噪附matlab代码
- [image detection] SAR image change detection based on depth difference and pcanet with matlab code
- Solution: content type 'application/x-www-form-urlencoded; charset=UTF-8‘ not supported
- "I was laid off by a big factory"
- Zhang Chi: is process a panacea?
- leetcode. 39 --- combined sum
- SQL injection based on error reporting
猜你喜欢

应届生苦恼:是去华为拿1万多低薪,还是去互联网拿2万多高薪

【数据聚类】本专栏中涉及数据集、可视化及注意事项

leetcode.39 --- 组合总和

The second revolution of reporting tools

Zhang Chi: is process a panacea?

数据库全量SQL分析与审计系统性能优化之旅

platform driver

Curry carries the fourth game of the warriors against the Celtics

Recommend 17 "wheels" to improve development efficiency
![[data clustering] data set, visualization and precautions are involved in this column](/img/46/0b4918ef9c9301fbc374913fe806de.png)
[data clustering] data set, visualization and precautions are involved in this column
随机推荐
A journey of database full SQL analysis and audit system performance optimization
循环链表和双向链表—课上课后练
Matlab 6-DOF manipulator forward and inverse motion
新知识:Monkey 改进版之 App Crawler
The second day of June training - string
PowerDesigner connects to entity database to generate physical model in reverse
descheduler 二次调度让 Kubernetes 负载更均衡
企业微信官方 加解密库 PHP7版本报错 mcrypt_module_open 未定义方法 并且被PHP抛弃 解决方法使用 openssl解决
数据库全量SQL分析与审计系统性能优化之旅
2 variables and basic types
Idea common shortcut keys
六月集训 第五天——双指针
六月集训 第七日 ——哈希表
Android studio uses database to realize login and registration interface function
VSCode常用插件
Computer composition and design work06 - based on MIPS
Elegantly spliced XML
leetcode:剑指 Offer 60. n个骰子的点数【数学 + 层次dp + 累计贡献】
leetcode:剑指 Offer 67. 把字符串转换成整数【模拟 + 分割 +讨论】
MySQL group query to obtain the latest data date function of each group