Access console logs of the Peerpod VM

To access the IBM Confidential Computing Containers Pod VM console, perform the following steps:

  1. Extract the Pod VM name by running the following command on your LPAR:

    virsh list
    Example output
    Id 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
  2. View the Pod VM console log by running the following command:

    virsh console <podvm-name> (a)
    1. Specify the Pod VM name for which you want to view the console.