The restricted support login provides a limited SSH-accessible shell in which the KeyControl administrator can gather diagnostic information. It is disabled by default.
Log in as root
on a server hosting one of the KeyControl nodes in the cluster.
KeyControl displays the System Console Menu TUI (Text-based User Interface).
On the Change Restricted Support password page, enter the password for the restricted shell. When you are done, select OK and press Enter.
The HyTrust SecureOS Manage Support Accounts page should show that Restricted support login is now enabled.
Use SSH to log into port 6666 on the KeyControl node. The username is support and the password is the one that was specified above. For example:
$ ssh -p6666 support@keycontrol1
Enter the onhost
command with any of the following arguments:
Command |
Description |
---|---|
ps | Process status. |
ls | List directory contents. |
df | Display free space. |
iostat | Report I/O statistics. |
netstat | Show network status. |
procstat | Get detailed process information. |
logbundle |
Generate support log bundle. The additional options are:
|
For example, to display the free disk space, you would enter:
# onhost df
To create a log bundle that is encrypted with the password Hytrust123!
and that does not include the audit log, you would enter:
# onhost logbundle --no-audit --passphrase=Hytrust123!