第三十八章 配置镜像 - 配置 ISCAgent - 在 Linux 系统上启动 ISCAgent
在 Linux 系统上启动 ISCAgent
在支持systemd的Linux系统上(如SUSE Linux Enterprise Server 12, SP1及以后版本),会安装/etc/systemd/system/ISCAgent.service文件,支持使用systemd管理ISCAgent。在任何此类系统上,以下命令可用于启动、停止和显示 ISCAgent 的状态:
systemctl start ISCAgent.service
systemctl stop ISCAgent.service
systemctl status ISCAgent.service
要在支持 systemd 的系统上控制 SCAgent 是否在系统引导时启动,请使用以下命令:
sudo systemctl enable ISCAgent.service
sudo systemctl disable ISCAgent.service
默认情况下,systemd 服务是禁用的。可以使用 systemctl 按需启动和停止服务,即使它已被禁用。
ISCAgent.



