Access console logs of the Peerpod VM
To access the IBM Confidential Computing Containers Pod VM console, perform the following steps:
Extract the Pod VM name by running the following command on your LPAR:
Example outputvirsh listId Name State 839 podvm-busybox-att-31338e37 running 840 podvm-busybox-17329105 running 865 podvm-busybox-contract-signing-a96b195d running 873 podvm-simple-policy-test-7d460c21 running-
View the Pod VM console log by running the following command:
virsh console <podvm-name> (a)-
Specify the Pod VM name for which you want to view the console.
-