0

Looking for some CLI commands in Netscaler shell to find serial number of SSD/HDD.

Yogesh
  • 663
  • 8
  • 17

2 Answers2

0

Found it, should have done it in Q&A style.

> shell
# smartctl -a /dev/ad8

=== START OF INFORMATION SECTION ===
Device Model:     STXXXXXXX0
Serial Number:    ABCWHATEVER
LU WWN Device Id: 01010101010
Yogesh
  • 663
  • 8
  • 17
0

Following Citrix ADC CLI command should also give you the serial number.

> show hardware
    Platform: **
    Manufactured on: **
    CPU: **
    Host Id: **
    Serial no: **
    Encoded serial no: **
    Netscaler UUID: **
apoorva kamath
  • 816
  • 1
  • 7
  • 19