Forum Discussion

Patrick_Chang_7's avatar
Patrick_Chang_7
Historic F5 Account
Mar 19, 2010

Viprion Blade Serial Numbers

I do not see a way to get the blade serial numbers from a Viprion. The UI shows them under the Cluster page, but I don't see any iControl methods in System:Cluster or System:SystemInfo that would give me the same information. I can only find the chassis_serial number.

 

10 Replies

    • Funkgun_133404's avatar
      Funkgun_133404
      Icon for Nimbostratus rankNimbostratus
      On the CLI of the blade you are on, you can type in: tmsh show sys hardware Last few lines give chassis Serial number and the Blade you are on. Look up Host Board Serial To get other blades you can ssh in on the Ip set for the blade and run the same command.
    • Kevin_K_51432's avatar
      Kevin_K_51432
      Historic F5 Account

      the cluster shell (clsh) command runs the command on all blades. Perhaps try:

      clsh tmsh show sys hardware | grep 'Host Board Serial'