305-300試験無料問題集「Lpi LPIC-3 Exam 305: Virtualization and Containerization 認定」

FILL BLANK
What LXC command lists containers sorted by their CPU, block I/O or memory consumption? (Specify ONLY the command without any path or parameters.)
正解:
lxc-top
Explanation
LXD supports the following network interface types for containers: macvlan, bridged, physical, sriov, and ovn1. Macvlan creates a virtual interface on the host that is connected to the same network as the parent interface2. Bridged connects the container to a network bridge that acts as a virtual switch3. Physical attaches the container to a physical network interface on the host2. Ipsec and wifi are not valid network interface types for LXD containers. References:
* 1: Bridge network - Canonical LXD documentation
* 2: How to create a network - Canonical LXD documentation
* 4: LXD containers and networking with static IP - Super User
FILL BLANK
What LXC command starts a new process within a running LXC container? (Specify ONLY the command without any path or parameters.)
正解:
lxc-attach
Explanation
The lxc-attach command allows the user to start a new process within a running LXC container12. It takes the name of the container as an argument and optionally a command to execute inside the container. If no command is specified, it creates a new shell inside the container1. For example, to list all the files in the home directory of a container named myContainer, one can use:
lxc-attach -n myContainer - ls -lh /home
References:
* 1: Executing a command inside a running LXC - Unix & Linux Stack Exchange
Which file format is used by libvirt to store configuration data?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following resources can be limited by libvirt for a KVM domain? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Which of the following devices exist by default in an LXC container? (Choose three.)

正解:B,C,D 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Which of the following commands moves the libvirt domainweb1from the current host system to the host systemhost2?

解説: (GoShiken メンバーにのみ表示されます)