How to find the serial number of the log drive on Panorama
1075
Created On 07/26/23 20:45 PM - Last Modified 05/10/24 02:19 AM
Objective
Find the serial no of the log drive
Environment
- Any Panorama
- Supported PAN-OS
- Logging drive
Procedure
- Login to the Panorama CLI.
- Run the command "show system state filter sys.raid.s0.ld*" from the CLI
admin@Lab33-123-M-600> show system state filter sys.raid.s0.ld*
sys.raid.s0.ld-status: { '1': , '2': , '3': , '4': , '5': , '6': , }
sys.raid.s0.ld1.drives: { '0': { 'desc': Palo Alto Networks M-600 disk, 'model': ST8000NM0055-1RM, 'name': A1, 'rev': SN02, 'serial': ZA18GD0V, 'size': 7630885, 'status': active sync, 'vendor': ATA , }, '1': { 'desc': Palo Alto Networks M-600 disk, 'model': ST8000NM0055-1RM, 'name': A2, 'rev': SN02, 'serial': ZA18EF7Y, 'size': 7630885, 'status': active sync, 'vendor': ATA , }, }
sys.raid.s0.ld1.old-pairing: { 'ld': , 'serial': , }
sys.raid.s0.ld1.operation: { 'cmd': None, 'status': , }
sys.raid.s0.ld2.drives: { '0': { 'desc': Palo Alto Networks M-600 disk, 'model': ST8000NM0055-1RM, 'name': B1, 'rev': SN02, 'serial': ZA18G6TF, 'size': 7630885, 'status': active sync, 'vendor': ATA , }, '1': { 'desc': Palo Alto Networks M-600 disk, 'model': ST8000NM0055-1RM, 'name': B2, 'rev': SN02, 'serial': ZA18GCFH, 'size': 7630885, 'status': active sync, 'vendor': ATA , }, }
- Refer the 'serial':, section. The serial number is ZA18GD0V and ZA18G6TF for ld1 and ld2