Here is my personal standard list of commands to run and copy and paste the results, designed to give community support the basic information it needs in one go to diagnose basic issues or check that everything is setup correctly:
lsblk -bo NAME,LABEL,MAJ:MIN,TRAN,ROTA,ZONED,VENDOR,MODEL,SERIAL,PARTUUID,START,SIZE,PARTTYPENAMEsudo ZPOOL_SCRIPTS_AS_ROOT=1 zpool status -vLtsc lsblk,serial,smartx,smartsudo zpool importlspcisudo sas2flash -listsudo sas3flash -listsudo storcli show allfor disk in /dev/sd*; do; sudo zdb -l $disk; donefor disk in /dev/sd?; do; sudo hdparm -W $disk; donefor disk in /dev/sd?; do; sudo smartctl -x $disk; done