Skip to content
New issue

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

Support for export/import profiles (classic mode) #97

Open
andy-maier opened this issue Dec 24, 2020 · 1 comment
Open

Support for export/import profiles (classic mode) #97

andy-maier opened this issue Dec 24, 2020 · 1 comment

Comments

@andy-maier
Copy link
Member

andy-maier commented Dec 24, 2020

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 CPC
  • resetprofile show CPC PROFILE - Show the details of a reset activation profile
  • resetprofile update CPC PROFILE - Update properties of a reset activation profile

New command group and commands for image activation profiles:

  • imageprofile list CPC - List the image activation profiles in a CPC
  • imageprofile show CPC PROFILE - Show the details of an image activation profile
  • imageprofile update CPC PROFILE - Update properties of an image activation profile

New command group and commands for load activation profiles:

  • loadprofile list CPC - List the load activation profiles in a CPC
  • loadprofile show CPC PROFILE - Show the details of a load activation profile
  • loadprofile update CPC PROFILE - Update properties of a load activation profile

New commands for CPCs:

  • cpc import-profiles CPC - Import activation and system activity profiles from SE hard drive
  • cpc export-profiles CPC - Export activation and system activity profiles to SE hard drive
@andy-maier
Copy link
Member Author

Support for activation profiles has been added in PR #499.
The remaining work for this issue is import/export of profiles.

@andy-maier andy-maier changed the title Support for activation profiles (classic mode) Support for export/import profiles (classic mode) Nov 24, 2023
@andy-maier andy-maier removed this from the 1.10.0 milestone Nov 24, 2023
@andy-maier andy-maier removed their assignment Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant