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,PARTTYPENAME
sudo ZPOOL_SCRIPTS_AS_ROOT=1 zpool status -vLtsc lsblk,serial,smartx,smart
sudo zpool import
lspci
sudo sas2flash -list
sudo sas3flash -list
sudo storcli show all
for disk in /dev/sd*; do; sudo zdb -l $disk; done
for disk in /dev/sd?; do; sudo hdparm -W $disk; done
for disk in /dev/sd?; do; sudo smartctl -x $disk; done