Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

The show command displays information about specified NetMRI components.

Syntax

The following is the command syntax:

show [subcommand]

The show command supports the following subcommands:

acl

Displays the internal ACL filter list automatically generated by the NetMRI appliance (this is a security measure to protect the NetMRI system.

certificate

Displays the currently installed NetMRI HTTPS certificate.

collectors

Allows you to run some subcommands of the show command on a collector. 

The following is the command syntax:

show collectors [all | CollectorID command]

You can run the following commands on the collector: acl, discovery, date, dbprocs, diagnosticlog, disk, ethernet, id, interfaces, io, license, load, memory, process, route, servers, settings, stats, tech, tunclient, updatehistory, updatelog, version, virtual, or sandbox. These commands are similar to the subcommands of the show command. To run a command on a collector, enter the collector ID followed by the name of the command.

Example:

show collectors 1 route

When you run the show collector command without an argument, the administrative shell displays the list of the collectors on the operations center. 

date

Shows the current system date and time.

dbprocs

Shows the complete lists of system tasks tied to database management in the system, Process ID, User, database being modified, and other information.

diagnosticlog

Executes a diagnostic script in NetMRI to perform a check on the system.

discovery

Lists the complete table of the discovery database for the current NetMRI system.

disk

Shows the file system disk space usage. The output of the show disk command is similar to the output of the Linux df -h command.

diskusage

Shows the disk space usage of the file system and the sizes of the following folders:

  • /home/admin
  • /tools/skipjack/logs
  • /var/lib/mysql
  • /var/local/netmri/cli/dataEngine
  • /var/local/netmri/sandbox
  • /var/local/netmri
  • /var/tmp
drbd

Shows the version of the distributed replicated block device (DRBD).

dsb

Shows detailed information about the installed device support bundles (DSB).

ethernet

Shows the complete Ethernet port configuration for the current NetMRI appliance.

id

Lists the current appliance's serial number.

idmethods

Show the system settings for device identification methods during Discovery, including Vendor (1), Model (2), OS Version (3) or Device Type (4). entering a number from 1-4 displays a table of a category of network device identity properties currently defined in NetMRI.

interfaces

Displays the complete list of physical and virtual interfaces built into or bound to the current NetMRI instance.

io

Displays a quick assessment of the current system load and throughput. May be useful in troubleshooting.

license

Shows your current NetMRI license configuration. You can also view your license features, license type, expiration date, and license ID information.

loadShows how long the system has been running, how many users are currently logged on, and the system load averages for the past 1, 5, and 15 minutes.

memory

Provides a listing of memory usage for the current NetMRI instance.

process

Lists all the computing processes running in the current NetMRI instance.

route

Displays the routing table for the current appliance.

servers

Separately lists the server processes running in NetMRI, the number of CPU cycles and memory each occupies, and other information.

settings

Lists the key configuration settings for the current NetMRI instance, including the management and scan port IPs and assigned names.

stats

Displays basic system statistics including the current date, average CPU usage, average level of free memory, and the disk usage by the current system.

tech

Displays a broad overview of information about the current NetMRI instance for use by technical support, including the system timestamp, discovery settings, network connections, port configuration, and other elements.

tunclient

Displays Collector VPN settings and connection status to the Operations Center Controller.

tunserver

Displays Operations Center Controller's VPN settings and lists attached Controllers (applies only to OC Controllers).

updatehistory

Lists the brief version of the update history for the current NetMRI instance.

updatelog

Lists the verbose information about the current NetMRI instance's history of system software updates.

version

Displays NetMRI version, serial number, network name, and server name.

virtual

Displays information about the appliance's virtual memory usage (swap file partitions, etc.) including memory, processes, interrupts, paging, and block I/O. Similar to the Unix vmstat command.

Examples

Example 1: Viewing the NetMRI license configuration

netmrivm193> show license

License Information:

--------------------------------
Serial Number: VM-94AD-61B27
License ID: VM-94AD-61B27-20170308-0124361
License Expires: Never
License Type: Customer
Mode: standalone
Maintenance Expires: 2020-03-09
Licensed Device Limit: 1,000

License Features:
Switch Port Manager Support: off
Switch Port Manager Expiration: N/A
Automation Change Manager Support: off
Automation Change Manager Expiration: N/A
NetMRI Support: on
NetMRI Expiration: Never
Security Device Controller Support: off
Security Device Controller Expiration: N/A
Voip Support: on
Voip Expiration: Never

Example 2: Viewing information about the installed DSBs

rgrace64-212.inca.infoblox.com> show dsb
+------------------------------+--------------+----------+---------+
| name                         | version      | author   | enabled |
+------------------------------+--------------+----------+---------+
| CheckPoint_26000_Gaia_R80_30 | 202103240000 | Infoblox | true    |
+------------------------------+--------------+----------+---------+
rgrace64-212.inca.infoblox.com>

Example 3: Viewing the version of the DRBD

rgrace64-212.inca.infoblox.com> show drbd
version: 8.4.3 (api:1/proto:86-101)
srcversion: 9D811F04CD6DC2C9A9A608F
rgrace64-212.inca.infoblox.com>

  • No labels