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
$ zhmc partition add-crypto -a CRYP08 -u 0 CPCA wdc1-qz1-sr7-rk223-m01
Error: Error parsing value of option '--adapters': Value must be a list of adapter names: 'CRYP08'
Today, this needs to be specified as:
$ zhmc partition add-crypto -a "[CRYP08]" -u "[0]" CPCA wdc1-qz1-sr7-rk223-m01
Find a way to simplify that, so that the initial command also works.
The text was updated successfully, but these errors were encountered:
Example from today:
Today, this needs to be specified as:
Find a way to simplify that, so that the initial command also works.
The text was updated successfully, but these errors were encountered: