Search

Chapter 21. Subsystem Control And maintenance

download PDF
This chapter provides information on how to control (start, stop, restart, and status check) a Red Hat Certificate System subsystem, as well as general maintenance (health check) recommendation.

21.1. Starting, Stopping, Restarting, and Obtaining Status

Red Hat Certificate System subsystem instances can be stopped and started using the systemctl utility on Red Hat Enterprise Linux 7.
To start an instance:
# systemctl start unit_file@instance_name.service
To stop an instance:
# systemctl stop unit_file@instance_name.service
To restart an instance:
# systemctl restart unit_file@instance_name.service
To display the status of an instance:
# systemctl status unit_file@instance_name.service
unit_file has one of the following values:
  • pki-tomcat: With watchdog disabled
  • pki-tomcat-nuxwdog: With watchdog enabled
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.