The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > HP-UX
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 11-19-2008
DustBunny DustBunny is offline
Registered User
  
 

Join Date: Oct 2008
Location: Earth!
Posts: 53
Well Vbe,

I dont think they did export it. However, from the below :
Quote:
# ioscan -fnl
disk 4 0/4/1/0.102.17.0.0.0.0 sdisk CLAIMED DEVICE DGC CX600WDUNB
/dev/dsk/c8t0d0 /dev/rdsk/c8t0d0

And also checked for diskinfo of removed devices,
# diskinfo /dev/rdsk/c8t0d0
SCSI describe of /dev/rdsk/c8t0d0:
vendor: DGC
product id: CX600WDUNB
type: direct access
size: 0 Kbytes
bytes per sector: 0
c8t0d0 shows claimed by ioscan. Actually, there is an issue on it since size of the disk here shows 0KB per diskinfo.

We can check with a "#dd" command to make sure io is going fine on disk so you can use them for future.

Question: Do you have any data on these disks actually? From the output, c8t0d1 does not come into picture so, its out per diskinfo or ioscan either. rmsf should work if you do not want these disks, though, its good to read about it in man before you proceed per vbe.. He is right..

-DB