Hi, I wish to add or ask something here. I find Solaris 8 frustrating when it comes to hardware info collection. Being a regular HP UX user, I get the choice of choosing between SAM, ioscan and xstm. I just want to know the device path for my CD-ROM on a Sun workstation...but I don't know where to look. Please help.
/usr/platform/`uname -i`/sbin/prtdiag is one of the best places to get a system configuration summary, but it doesn't have the information you're looking for.
ls -l /dev/sr0 should point you in the right direction. That may be a symbolic link to another device, in which case an ls -l /dev/dsk/cNtNdNsN of that device would show you the link to the /devices tree.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.