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 all types of Activation Profiles and CPC profile import/export functionality supported in zhmcclient 0.28.
New command group and commands for reset activation profiles:
resetprofile list CPC
resetprofile show CPC PROFILE
resetprofile update CPC PROFILE
New command group and commands for image activation profiles:
imageprofile list CPC
imageprofile show CPC PROFILE
imageprofile update CPC PROFILE
New command group and commands for load activation profiles:
loadprofile list CPC
loadprofile show CPC PROFILE
loadprofile update CPC PROFILE
New commands for CPCs:
cpc import-profiles CPC
cpc export-profiles CPC
The text was updated successfully, but these errors were encountered:
Support for activation profiles has been added in PR #499. The remaining work for this issue is import/export of profiles.
Sorry, something went wrong.
No branches or pull requests
Overview
Add support for all types of Activation Profiles and CPC profile import/export functionality supported in zhmcclient 0.28.
Proposal
New command group and commands for reset activation profiles:
resetprofile list CPC
- List the reset activation profiles in a CPCresetprofile show CPC PROFILE
- Show the details of a reset activation profileresetprofile update CPC PROFILE
- Update properties of a reset activation profileNew command group and commands for image activation profiles:
imageprofile list CPC
- List the image activation profiles in a CPCimageprofile show CPC PROFILE
- Show the details of an image activation profileimageprofile update CPC PROFILE
- Update properties of an image activation profileNew command group and commands for load activation profiles:
loadprofile list CPC
- List the load activation profiles in a CPCloadprofile show CPC PROFILE
- Show the details of a load activation profileloadprofile update CPC PROFILE
- Update properties of a load activation profileNew commands for CPCs:
cpc import-profiles CPC
- Import activation and system activity profiles from SE hard drivecpc export-profiles CPC
- Export activation and system activity profiles to SE hard driveThe text was updated successfully, but these errors were encountered: