Operating System - HP-UX
1836750 Members
2756 Online
110109 Solutions
New Discussion

Available disk space - Raw devices

 
James Lamb
New Member

Available disk space - Raw devices

any idea how to find out what the header block size
of the raw device on HP-UX?

Or how to see what is in use, without using Oracle?
Is there any tool out there for this type of thing?
"Unless you try to do something beyond what you have already mastered, you will never grow."
2 REPLIES 2
PIYUSH D. PATEL
Honored Contributor

Re: Available disk space - Raw devices

Hi,

it is not possible to find out the header block size for the raw device files.


go thro this thread

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0c278f960573d611abdb0090277a778c,00.html

Piyush
Bill Hassell
Honored Contributor

Re: Available disk space - Raw devices

There is no header block concept in HP-UX. You determine the size of a volume using something like:

lvdisplay /dev/vg00/lvol1|grep Mbytes

The Unix block size for HP-UX is 512 bytes for all disks.


Bill Hassell, sysadmin