Search:

Type: Posts; User: annied

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    44
    Views
    6,027

    From lsmod, I'm guessing the qlogic driver ? ...

    From lsmod, I'm guessing the qlogic driver ?

    qla2xxx 182945 11 qla2400
  2. Replies
    44
    Views
    6,027

    do you mean the actual volume manager such as LVM...

    do you mean the actual volume manager such as LVM or Veritas Volume Manager?
    sorry if I'm missing your question.

    I checked in lsmod but didn't see anything that stuck out.
  3. Replies
    44
    Views
    6,027

    /proc/scsi/scsi shows: Host: scsi1 Channel: 00...

    /proc/scsi/scsi shows:

    Host: scsi1 Channel: 00 Id: 02 Lun: 00
    Vendor: DGC Model: LUNZ Rev: 0219
    Type: Direct-Access ANSI SCSI revision: 04
  4. Replies
    44
    Views
    6,027

    this is a disk which is part of an EMC CLARion...

    this is a disk which is part of an EMC CLARion array:

    an inquiry on the disk shows (when its not pulled out):

    Vendor Identification : DGC
    Product Identification : RAID 0
    Revision Number :...
  5. Replies
    44
    Views
    6,027

    thanks for that very important explanation. I...

    thanks for that very important explanation. I really appreciate it.
  6. Replies
    44
    Views
    6,027

    one last bit of information. I was able to drop...

    one last bit of information. I was able to drop into the kernel via kdb during the hang and this is the stack trace:

    RSP RIP Function (args)
    0x100b2ed9b08...
  7. Replies
    44
    Views
    6,027

    thanks for all your help guys....I'll see what I...

    thanks for all your help guys....I'll see what I find and post the result here. thanks again.
  8. Replies
    44
    Views
    6,027

    my mistake, it is still hanging on the read(),...

    my mistake, it is still hanging on the read(), been staring at this too long :(
  9. Replies
    44
    Views
    6,027

    tried with fcntl(), I got passed the read() but...

    tried with fcntl(), I got passed the read() but then hang on the close(fd).

    I'm sure I missed something here. Can someone have a look?
    Not that familiar with fcntl()




    int ...
  10. Replies
    44
    Views
    6,027

    tried with the open()/read() and the open with...

    tried with the open()/read() and the open with O_NONBLOCK but no luck.
    wondering if adding O_NDELAY would help.
  11. Replies
    44
    Views
    6,027

    was just looking at that, going to try it but...

    was just looking at that, going to try it but been reading that its not recommended...thanks
  12. Replies
    44
    Views
    6,027

    any idea how I would go about putting it in a...

    any idea how I would go about putting it in a non-blocking mode?
    I've been looking around but haven't had much success....
  13. Replies
    44
    Views
    6,027

    I had tried an open() (read-only) and read() and...

    I had tried an open() (read-only) and read() and got the same result....
  14. Replies
    44
    Views
    6,027

    thanks much for the pointers. Hopefully I can...

    thanks much for the pointers. Hopefully I can report back with what worked.
  15. Replies
    44
    Views
    6,027

    My apologizes, guess that's why email/internet is...

    My apologizes, guess that's why email/internet is tough to hear tone in someone's voice. :)

    Thanks for your help, I'll try to figure out the better way to do this.
  16. Replies
    44
    Views
    6,027

    very hostile.....thanks for the help?

    very hostile.....thanks for the help?
  17. Replies
    44
    Views
    6,027

    in addition to my last response, what about in...

    in addition to my last response, what about in scenarios where we have failover and such.
    If a disk goes bad, we should be able to recover.
  18. Replies
    44
    Views
    6,027

    thought maybe it would timeout at some point so...

    thought maybe it would timeout at some point so any application doing a read or scan of devices wouldn't end up hanging.
  19. Replies
    44
    Views
    6,027

    I'm opening up a disk device. Trying to figure...

    I'm opening up a disk device. Trying to figure out if its a dos disk or not (on linux)
  20. Replies
    44
    Views
    6,027

    ran with sizeof(buffer) instead. Got same...

    ran with sizeof(buffer) instead. Got same result. (hung in fread())

    I printed the sizeof(buffer) in gdb before the hang, it was 512 as expected.
  21. Replies
    44
    Views
    6,027

    that was just a hack for now. I never get to...

    that was just a hack for now. I never get to that line anyway since I hang in the fread()....
  22. Replies
    44
    Views
    6,027

    I will try that, but I'm guessing you mean for...

    I will try that, but I'm guessing you mean for future.
    Or do you think me assuming the size is 512 might be wrong?
  23. Replies
    44
    Views
    6,027

    I have it defined as: unsigned char...

    I have it defined as:



    unsigned char buffer[512]
  24. Replies
    44
    Views
    6,027

    I tried using read() instead but still get the...

    I tried using read() instead but still get the hang..... :(
  25. Replies
    44
    Views
    6,027

    fyi, this is on Redhat linux.....

    fyi, this is on Redhat linux.....
Results 1 to 25 of 26
Page 1 of 2 1 2