Both HP-UX and Sun Solars uses almost same device file naming convention. Typically it look like as follows:
c#t#d#
Let us try to understand what those letters
- c - Instance number of interface card
- t - SCSI target address
- d - Device number aka SCSI LUN
Use ioscan command to get information about your device under HP-UX. A block device file is always in /dev/dsk and a character device file in /dev/rdsk directory.
- /dev/dsk/c0t5d0 - Block device file
- /dev/rdsk/c0t5d0 - Raw device file
I just wish both of them were use device file naming convention like linux (/dev/sda1).
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins

- My 10 UNIX Command Line Mistakes
- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
Facebook it - Tweet it - Print it -
We're here to help you make the most of sysadmin work. So, subscribe!
