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

Usage Guidelines

This command show tpvm status displays the installed TPVM version and the status of Passwordless SSH configuration, AutoStart, and TPVM.

If TPVM is installed on older SLX images or if firmware download is done multiple times, SLX cannot retrieve the TPVM version. If SLX cannot retrieve the TPVM version, the “Version Not Found” message will be displayed.

Examples

To display the installed TPVM version and status of Passwordless SSH configuration, AutoStart and TPVM or any errors:
device# show tpvm status
SSH and Sudo passwordless       :Disabled
AutoStart                       :Disabled
Tpvm status                     :Installed
Tpvm version                    :4.1.1
device# show tpvm status
SSH and Sudo passwordless       :Disabled
AutoStart                       :Disabled
Tpvm status                     :Installed
Tpvm version                    :Version Not Found

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.
Note

Note

This section is a new addition and will be used to track changes made to this command from SLX-OS 20.2.2 release. It will not record command change history previous to this release.