|
1 | | -= Overview = |
2 | | - |
3 | | -Nuxwdog is a watchdog daemon that can be used to start, stop, monitor and reconfigure server programs. |
4 | | -It is based on the uxwdog code that is used to start the Netscape Enterprise Server (NES). |
5 | | - |
6 | | -Nuxwdog is used in Red Hat Certificate System 8 to start all of the Java-based and C/C++ based servers. |
7 | | -These servers require passwords to access security databases in order to start, but there was a requirement that |
8 | | -no unencrypted password files be stored on the system. In this case, nuxwdog is used to prompt the user for the |
9 | | -relevant passwords during server startup. These passwords are then cached by the nuxwdog, so that nuxwdog can |
10 | | -restart the server without human intervention. This is particularly important for automatically restarting the server |
11 | | -in case of a server crash. |
12 | | - |
13 | | -More details on how nuxwdog works and how to configure it can be found in this [[Nuxwdog/HOWTO]] |
14 | | - |
15 | | -If you would like to contribute to the nuxwdog, a good place to start would be our [[Nuxwdog/Contributions]] page. |
16 | | - |
17 | | -If you want to file a bug or enhancement request, please log in with your Fedora Account System credentials. |
18 | | -If you do not have a Fedora Account, you can register for one at https://admin.fedoraproject.org/accounts/ |
19 | | - |
20 | | -= Installation = |
21 | | - |
22 | | - $ dnf install nuxwdog |
23 | | -
|
24 | | -= Configuration = |
25 | | - |
26 | | -== Enabling Nuwxdog == |
27 | | - |
28 | | -See [https://github.com/dogtagpki/pki/wiki/Enabling-Nuxwdog Enabling Nuxwdog]. |
29 | | - |
30 | | -== Disabling Nuxwdog == |
31 | | - |
32 | | -See [https://github.com/dogtagpki/pki/wiki/Disabling-Nuxwdog Disabling Nuxwdog]. |
33 | | - |
34 | | -== Manual Configuration == |
35 | | - |
36 | | -See [[Nuxwdog Manual Configuration]]. |
37 | | - |
38 | | -= Usage = |
39 | | - |
40 | | -To starting nuxwdog-enabled instance: |
41 | | - |
42 | | - $ systemctl start pki-tomcatd-nuxwdog@<font color="red">pki-tomcat</font>.service |
43 | | -
|
44 | | -To stopping nuxwdog-enabled instance: |
45 | | - |
46 | | - $ systemctl stop pki-tomcatd-nuxwdog@<font color="red">pki-tomcat</font>.service |
47 | | -
|
48 | | -= References = |
49 | | - |
50 | | -* [https://pagure.io/nuxwdog nuxwdog] |
51 | | -* [https://linux.die.net/man/1/nuxwdog nuxwdog(1)] |
52 | | -* [https://github.com/dogtagpki/pki/wiki/Systemd Systemd] |
53 | | -* [https://github.com/dogtagpki/tomcat/wiki/User-Guide Tomcat User Guide] |
54 | | -* [https://github.com/dogtagpki/pki/blob/master/docs/admin/Nuxwdog.md PKI Nuxwdog] |
55 | | -* [https://github.com/dogtagpki/pki/wiki/PKI-Server-Nuxwdog-CLI PKI Server Nuxwdog CLI] |
56 | | -* [https://github.com/dogtagpki/pki/wiki/PKI-Server-Instance-Nuxwdog-CLI PKI Server Instance Nuxwdog CLI] |
57 | | -* [[Keyring]] |
| 1 | +This page has been moved to https://github.com/dogtagpki/pki/wiki/Nuxwdog. |
0 commit comments