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

Enabling microseg during config-pc workflow fails. #19

Open
nx-sbourdeaud opened this issue Aug 26, 2024 · 3 comments
Open

Enabling microseg during config-pc workflow fails. #19

nx-sbourdeaud opened this issue Aug 26, 2024 · 3 comments

Comments

@nx-sbourdeaud
Copy link

Description

When running the config-pc workflow, when trying to enable microseg, it fails with:
EnableMicrosegmentation: Enabling Flow failed. [{'uuid': 'ac2466e5-ffb9-4766-622b-2a68acaba289', 'progress_message': 'Failed to increase memory for one or more Prism Central VMs.', 'operation_type': 'kEnableMicroseg', 'percentage_complete': 100, 'status': 'FAILED', 'cluster_reference': {'kind': 'cluster', 'uuid': 'b53dae1f-778e-4ffa-ad18-bc2d5777cbcc'}, 'last_updated_time': '2024-08-26T08:49:36Z', 'create_time': '2024-08-26T08:49:36Z', 'start_time': '2024-08-26T08:49:36Z', 'complete_time': '2024-08-26T08:49:36Z', 'entity_reference_list': [{'uuid': 'b53dae1f-778e-4ffa-ad18-bc2d5777cbcc', 'kind': 'kCluster'}], 'error_code': None, 'error_detail': 'Failed to increase memory for one or more Prism Central VMs.'}]
This is because it requires PE creds to update the PC vm memory config which are not specified in the pc-config.yml file.

What Platform / OS are you running?

Mac OS

What version are you running?

latest

Anything in the logs or a references that might be useful?

No response

Additional information

No response

@nx-sbourdeaud
Copy link
Author

this can also fail if:

  1. hosting PE is not registered to PC
  2. Network ANC version is incorrect

@nx-sbourdeaud
Copy link
Author

after examination, this looks like it is failing because C-MSP was not enabled on the freshly deployed PC, but there does not seem to be a way to enable C-MSP in the deploy-pc workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@nx-sbourdeaud and others