Reference Guide

Delete a license using transaction ID, in this case 2.
racadm license delete -t 2
Replace a license on a device with a license le on an NFS share using transaction ID. In this case, transaction 27.
racadm license replace -f License.xml -l 192.168.0:/licshare
-t 27
Replace a license on a device with a license le on a CIFS share using transaction ID. In this case, transaction 27.
racadm license replace -u admin -p xxx -f License.xml
-l //192.168.0/licshare -t 27
netstat
Description Display the routing table and network statistics.
Synopsis
racadm netstat
Examples
To display the routing table and network statistics, type the following command:
$ racadm netstat
nicstatistics
Description Displays the statistics for the NIC FQDD.
Synopsis
racadm nicstatistics
racadm nicstatistics <NIC FQDD>
racadm hwinventory NIC.Integrated.1-1
Examples
To displays the statistics for the NIC FQDD, type the following command:
$racadm nicstatistics <NIC FQDD>
Total RDMA Packets Received: 0
Total RDMA Packets Transmitted: 0
Total RDMA Bytes Transmitted: 0
Total RDMA Bytes Received: 0
Total RDMA Transmitted ReadRequest Packets: 0
Total RDMA Transmitted Send Packets: 0
Total RDMA Transmitted Write Packets: 0
Total RDMA Protocol Errors: 0
Total RDMA Protection Errors: 0
To display the statistics for the integrated NIC, type the following command:
$ racadm nicstatistics NIC.Integrated.1-1
Total Bytes Received: 0
Total Bytes Transmitted: 0
Total Unicast Bytes Received: 0
57