5.3 Starting or Stopping HTTPSTKD

When you install and configure the OES Remote Manager pattern on Open Enterprise Server (OES) server, NRM is started by default.

A script for starting and stopping the NRM/Linux components is in /usr/lib/systemd/system/novell-httpstkd.service. Enter the following commands at a console shell prompt to perform the desired action:

Table 5-1 Commands for Starting, Stopping, or Checking the Status of NRM

Task

Command

To see whether the module is running

rcnovell-httpstkd status

or

systemctl status novell-httpstkd.service

To restart HTTPSTKD

rcnovell-httpstkd restart

or

systemctl restart novell-httpstkd.service

To start HTTPSTKD

rcnovell-httpstkd start

or

systemctl start novell-httpstkd.service

To stop HTTPSTKD

rcnovell-httpstkd stop

or

systemctl stop novell-httpstkd.service