中文字幕在线观看,亚洲а∨天堂久久精品9966,亚洲成a人片在线观看你懂的,亚洲av成人片无码网站,亚洲国产精品无码久久久五月天

Linux Server為什么無法啟動NaviAgent

2019-12-10    來源:愛站科技

容器云強勢上線!快速搭建集群,上萬Linux鏡像隨意使用

當我們在Linux Server中啟動NaviAgent的時候出現(xiàn)報錯的情況是怎么回事呢?你知道Linux Server為什么無法啟動NaviAgent嗎?下面我們就針對這個問題一起去看看解決方法吧。

1. 修改/etc/Navisphere/agent.config,添加如下兩行。

??? system@xxx.xxx.xxx.xxx???????????????????????????????? #SPA IP Address

??? system@xxx.xxx.xxx.xxx???????????????????????????????? #SPB IP Address

2. 啟動NaviAgent服務(wù)時,顯示失敗。

??? [root@chais Navisphere]# /etc/init.d/naviagent start
??? Starting Navisphere agent:???????????????????????????????? [FAILED]

3. 修改/etc/hosts如下。

??? [root@chais Navisphere]# vi /etc/hosts

??? # Do not remove the following line, or various programs
??? # that require network functionality will fail.

??? #127.0.0.1????????? localhost.localdomain?????? localhost
??? xxx.xxx.xxx.xxx??? testchs.corp.com????? testchs
3. 重新啟動Naviagent,成功。

??? [root@chais Navisphere]# /etc/init.d/naviagent start
??? Starting Navisphere agent:???????????????????????????????? [? OK? ]

又一篇:

今天遇到一個小問題,一臺linux主機修改hostname后就無法啟動naviagent服務(wù)了
[root@server3]# service naviagent start
Starting Navisphere agent: [FAILED]
查看/var/log/messages,看到如下信息:
Sep? 3 13:29:45 server3 Navisphere Agent[12662]: Agent Main -- Net or File event. Err: Local hostname/address mapping unknown; see installation notes
Sep? 3 13:32:49 server3 Navisphere Agent[12782]: Agent Main -- Net or File event. Err: Local hostname/address mapping unknown; see installation notes
Sep? 3 13:34:25 server3 Navisphere Agent[12858]: Agent Main -- Net or File event. Err: Local hostname/address mapping unknown; see installation notes
查看/etc/sysconfig/network:
[root@server3]# cat /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=yes
HOSTNAME=server3
查看/etc/hosts:
[root@server3]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1?????????????? server1 localhost.localdomain localhost
原來是系統(tǒng)管理員只改了/etc/sysconfig/network而沒有修改/etc/hosts造成的
修改/etc/hosts之后,再啟動服務(wù):
[root@server3]# service naviagent start
Starting Navisphere agent: [? OK? ]
這樣就好了

看完后你知道Linux Server為什么無法啟動NaviAgent了嗎?如果你也遇到這個情況的話不妨試試小編為大家介紹的方法吧。

標簽: Linux Server NaviAgent

版權(quán)申明:本站文章部分自網(wǎng)絡(luò),如有侵權(quán),請聯(lián)系:west999com@outlook.com
特別注意:本站所有轉(zhuǎn)載文章言論不代表本站觀點!
本站所提供的圖片等素材,版權(quán)歸原作者所有,如需使用,請與原作者聯(lián)系。

上一篇:如何設(shè)置suse10.2下端口映射

下一篇:教你保護Ubuntu服務(wù)器