Skip to content

Instantly share code, notes, and snippets.

@jserviceorg
Created November 16, 2017 11:30
Show Gist options
  • Save jserviceorg/32349f4c182b7724dcee0efa08615187 to your computer and use it in GitHub Desktop.
Save jserviceorg/32349f4c182b7724dcee0efa08615187 to your computer and use it in GitHub Desktop.
Identify Disk Devicenames for sd.conf on Illumos, Openindiana, SmartOS & Omnios
echo "::walk sd_state | ::grep '.!=0' | ::print struct sd_lun un_sd | \
::print struct scsi_device sd_inq | ::print struct scsi_inquiry \
inq_vid inq_pid" | mdb -k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment