You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK [Ensure the partition is stopped] ********************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "HTTPError: 404,1: The API user does not have object-access permission to the adapter with object-id [b1a9d75c-3dd3-11ef-b51e-00106f2372f8]. [GET /api/adapters/b1a9d75c-3dd3-11ef-b51e-00106f2372f8/network-ports/1]"}
Der Fehler kommt am Ende des Moduls:
2024-08-05T13:37:17+0200 DEBUG zhmcclient.hmc 97223 Request: DELETE https://9.152.20.27:6794/api/sessions/this-session, headers: {'User-Agent': 'python-zhmcclient/1.17.0', 'Content-type': 'application/json', 'Accept': '*/*', 'X-API-Session': '********'}, content: None
2024-08-05T13:37:17+0200 DEBUG zhmcclient.hmc 97223 Respons: DELETE https://9.152.20.27:6794/api/sessions/this-session, status: 204, headers: {'Strict-Transport-Security': 'max-age=0', 'X-Frame-Options': 'SAMEORIGIN', 'X-Content-Type-Options': 'nosniff', 'Content-Security-Policy': "img-src * data:; frame-ancestors 'self'", 'x-request-id': 'Sx8b79dc68-45de-11ef-a9d2-00106f23f654.4d1 Rxe', 'Cache-control': 'no-cache', 'Date': 'Mon, 05 Aug 2024 11:37:16 GMT', 'Keep-Alive': 'timeout=20', 'Connection': 'keep-alive', 'Server': 'Hardware management console API web server / 2.0'}, content(0 B): ''
2024-08-05T13:37:17+0200 DEBUG zhmc_partition 97223 Module exit (failure): msg: HTTPError: 404,1: The API user does not have object-access permission to the adapter with object-id [b1a9d75c-3dd3-11ef-b51e-00106f2372f8]. [GET /api/adapters/b1a9d75c-3dd3-11ef-b51e-00106f2372f8/network-ports/1]
Reduce the authorization requirements for using the zhmc_partition module to not depend on CPC, adapters or vswitches.
The text was updated successfully, but these errors were encountered:
From Klaus on the T313 HMC:
Reduce the authorization requirements for using the zhmc_partition module to not depend on CPC, adapters or vswitches.
The text was updated successfully, but these errors were encountered: