We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for an HMC/console-level command group and commands.
New console command group and commands:
console show
console get-audit-log
console get-security-log
console list-unmanaged-cpcs
console make-primary
console restart
console shutdown
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
Add support for an HMC/console-level command group and commands.
Proposal
New console command group and commands:
console show
- Show details of the HMCconsole get-audit-log
- Get the audit log entries of the HMC as a log fileconsole get-security-log
- Get the security log entries of the HMC as a log fileconsole list-unmanaged-cpcs
- List the unmanaged CPCs of the HMC - DONE in PR Support for unmanaged CPCs #374console make-primary
- Change the role of the HMC to become the primary HMCconsole restart
- Restart the HMCconsole shutdown
- Shut down and power off the HMCThe text was updated successfully, but these errors were encountered: