show tpvm

Displays status of Third-Party Virtual Machine (TPVM) applications.

Syntax

show tpvm [ disk { add name { disk_name | auto disk_size } | remove name { disk_name | auto }
show tpvm ip-address
show tpvm status [ clear-tag tag-name ]

Command Default

This feature is not enabled.

Parameters

install
Installs TPVM.
disk
Displays disk information.
disk_name
Specifies a disk.
all
Specifies all disks.
ip-address
Displays IPv4 and IPv6 addresses that are configured on TPVM.
status
Displays TPVM information.

Modes

Privileged EXEC mode

Examples

To display the current status of TPVM or any errors:
device# show tpvm status

To display disk information, by using either the all keyword or specifying a disk name:

[SLX]# show tpvm disk all
disk: vdb
Capacity: 70.00 GiB
Allocation: 196.00 KiB

disk: vdc
Capacity: 30.00 GiB
Allocation: 196.00 KiB

total:
Capacity: 100.00 GiB
Allocation: 100.00 GiB
Available: 0.00 B

[SLX]# show tpvm disk blade vdb
disk: vdb
Capacity: 70.00 GiB
Allocation: 196.00 KiB

total:
Capacity: 100.00 GiB
Allocation: 100.00 GiB
Available: 0.00 B


To display IPv4 and IPv6 addresses that are configured on TPVM, in this example on MM1:

[SLX]# show tpvm ip-address mm1
[ TPVM running on MM1 ]
IPv4:
eth0 10.24.7.80
IPv6:
eth0 fe80::5054:ff:fe9c:446d
eth1 fe80::7:d0ff:fe02:100


Note

Note

The show ip-address keywords require the qemu-guest-agent package on TPVM. If this package is removed, the keyword fails.