Hello Mike,
I did some more testing and this only happen with FC. I have no problem with direct attached SCSI.
Is there a way to determine what tape driver and version is installed? I am using AIX 5.2 and my tape drives are listed as other SCSI and FC.
I haven't tried installing the...
Hello Mike,
Thank you for your reply. I saw the same documentation but I am not getting expected results. There doesn't appear to be any changes from 4.3 to 5L regarding STIOCMD support. My src above works fine on 4.3 but causes this EFAULT error on 5L. Do you know of anyone who has...
I am getting an EFAULT error 14 (Bad Address) on AIX 5L but I don't see this on AIX 4.3.3. Doesn't matter if it is built on 5L. Is STIOCMD supported by 5L?
struct sc_iocmd scmd;
(void) memset((char *)&scmd, 0, sizeof(scmd));
scmd.scsi_cdb[0] = 0x12;
scmd.scsi_cdb[1] = 0x0;
scmd.scsi_cdb[2] =...
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.