Hi,
I am implementing a HP-UX Daemon program to get information on SCSI
LUNs and LUN paths. How do I send arbitrary SCSI commands to a given
device file? Can you point me to a good documentation on SCSI ioctls
or sample code?
Appreciate your help.
Regards,
Jay
|
|
0
|
|
|
|
Reply
|
Jay
|
5/8/2006 7:04:33 PM |
|
Jay Subramani wrote:
> Hi,
>
> I am implementing a HP-UX Daemon program to get information on SCSI
> LUNs and LUN paths. How do I send arbitrary SCSI commands to a given
> device file? Can you point me to a good documentation on SCSI ioctls
> or sample code?
Have a look at these manpage -
scsi, scsi_ctl (_disk,_tape), sioc_io.
--vishwas
|
|
0
|
|
|
|
Reply
|
Vishwas
|
5/9/2006 3:53:32 AM
|
|