解决vcsa登录、操作卡顿、无法启动的问题

解决vcsa登录、操作卡顿

SSH登录VCSA,切换到shell

Command> shell
Shell access is granted to root

编辑host文件,添加vcsa ip的本地解析

root@photon-machine [ ~ ]# vim /etc/hosts
127.0.0.1 localhost.localdomain localhost photon-machine
127.0.1.1 localhost
192.168.6.212 localhost   //192.168.6.212为vcsa Ip

解决vcsa一直无法启动的问题

SSH登录VCSA

service-control --start --all

 

posted @ 2022-04-18 11:21  airoot  阅读(916)  评论(0)    收藏  举报