- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-06-2014 11:23 AM
For an audit, I need to know the Make/Model/Serial Number of the internal HDD.
I cant seem to locate the appropriate show command on a PAN device...any ideas?
Thanks much
02-06-2014 12:37 PM
For PA 5000 Series platform, you can try with CLI command:
> show system raid detail
Thanks
02-06-2014 01:09 PM
With the above command we can see the HDD model number
Example: (D2CSTK251A20-012)
12 indicates 120GB if its 24 its 240GB.
02-07-2014 08:30 AM
"show system state"
is a wonderful command to pull these details. I tried to pipe the command as "show system state | match sn" , show system state | match disk", "show system state | match drive" and so on I did not get much wanted to share for reference.
02-07-2014 09:56 AM
Hello Sir,
We can fetch the same information from root# of the firewall: Please find below, It's a common Unix command
Example:
[root@PAN-FW scsi]# pwd
/proc/scsi
[root@PAN-FW scsi]# cat scsi
Attached devices:
Host: scsi1 Channel: 00 Id: 00 Lun: 00
Vendor: ATA Model: WDC WD800JD-55MU Rev: 10.0
Type: Direct-Access ANSI SCSI revision: 05
[root@PAN-FW log]# pwd
/var/log
[root@PAN-FW log]# cat dmesg
As root access is restricted to end customers, hence i would request you to call PAN support to get the same information from your box.
Hope this helps.
Thanks
10-13-2021 08:45 AM
> debug system disk-smart-info disk-1
Works for my PA820
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!