View Single Post

   
  #1 (permalink)  
Old 01-05-2008, 08:49 AM
wmcheung2003@gmail.com
 
Posts: n/a
Default How to check the LUN ID for HDS storage?

For this case, both LUN_ID are ended with a string of zeros. How can we
determine which one is "uncessary zeros"?

*********** output for "lsattr -El" ******************
$ lsattr -El -hdisk6
lun_id 0x8000000000000 => LUN ID = 0x8
$ lsattr -El -hdisk7
lun_id 0x40000000000000 => LUN ID = 0x40

Reply With Quote