浏览
帮助
登录
此帖子已超过 5 年
Solved!
Roger_Wu
2 Intern
•
4K 消息
1
2120
2012年1月16日 18:00
如何重启各个操作系统平台上Navisphere Host Agent服务?
回复(3)
2012年1月16日 19:00
重启Navisphere Host Agent需要先停止服务然后再启动服务,除了Windows系统,没有专门的"restart"命令,具体操作方法如下:
Sun Solaris:
/etc/init.d/agent stop/etc/init.d/agent start
IBM AIX:
/etc/rc.agent stop/etc/rc.agent start
HP-UX:
/sbin/init.d/agent stop/sbin/init.d/agent start
Linux:
/etc/init.d/naviagent stop/etc/init.d/naviagent start
VMware ESX:
Novell NetWare:
load sys:\emc\agent\navagent -f sys:\emc\agent\agent.cfgunload navagent
Windows:
进入Services组件 (Start > Run > services.msc),并找到"Navisphere Agent服务"
右键点击服务并选择"Restart"
Songyun_Hu
2 消息
0
2013年9月10日 22:00
非常实用啊。感谢问题的回答。
mjshi1
1 消息
Windows上可以用如下命令:
net stop "Navisphere Agent"
net start "Navisphere Agent"
戴尔支持资源
查看更多
查看全部
Top
Roger_Wu
2 Intern
2 Intern
•
4K 消息
1
2012年1月16日 19:00
重启Navisphere Host Agent需要先停止服务然后再启动服务,除了Windows系统,没有专门的"restart"命令,具体操作方法如下:
Sun Solaris:
/etc/init.d/agent stop
/etc/init.d/agent start
IBM AIX:
/etc/rc.agent stop
/etc/rc.agent start
HP-UX:
/sbin/init.d/agent stop
/sbin/init.d/agent start
Linux:
/etc/init.d/naviagent stop
/etc/init.d/naviagent start
VMware ESX:
/etc/init.d/naviagent stop
/etc/init.d/naviagent start
Novell NetWare:
load sys:\emc\agent\navagent -f sys:\emc\agent\agent.cfg
unload navagent
Windows:
进入Services组件 (Start > Run > services.msc),并找到"Navisphere Agent服务"
右键点击服务并选择"Restart"
Songyun_Hu
2 消息
0
2013年9月10日 22:00
非常实用啊。感谢问题的回答。
mjshi1
1 消息
0
2013年9月10日 22:00
Windows上可以用如下命令:
net stop "Navisphere Agent"
net start "Navisphere Agent"