The steps assume the FMS (Management Server) was installed on:
/home/foglight/Quest/Foglight.
Create the service file:
sudo vi /etc/systemd/system/quest-fms.service
Insert this text (assuming the user name is foglight):
[Unit]
Description=Foglight Service DaemonAfter=network.target
[Service]
Type=forking
User=foglight
ExecStart=/home/foglight/Quest/Foglight/bin/fmsStartup.sh
ExecStop=/home/foglight/Quest/Foglight/bin/fmsShutdown.sh
[Install]
WantedBy=multi-user.target
sudo systemctl daemon-reload
sudo systemctl enable quest-fms.service
sudo semanage fcontext -a -t bin_t '/home/foglight/Quest/Foglight/bin/fmsStartup.sh'
sudo semanage fcontext -a -t bin_t '/home/foglight/Quest/Foglight/bin/fmsShutdown.sh'
sudo restorecon -v /home/foglight/Quest/Foglight/bin/fmsStartup.sh
sudo restorecon -v /home/foglight/Quest/Foglight/bin/fmsShutdown.sh
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center