1833016 Members
2443 Online
110048 Solutions
New Discussion

LVM

 

LVM

hi,

we have new HP Nclass hp-ux 11, for sybase
its needs raw file system. can any one explan
how create raw file system, is the file system
with fstype hfs is ok.

Thanks in advance.
5 REPLIES 5
John Waller
Esteemed Contributor

Re: LVM

When it talks about a raw filesystem it is refering to the /dev/vgxx/rlvol. Just create the lvol in the normal way, but do not perform a newfs command on it.
John Waller
Esteemed Contributor

Re: LVM

Sekar,

Also I should mention that you do not mount it. As far as a bdf command is concerned it does not exist as it is a raw partition. You will need to use Ingres tools to keep a track on the amount of space it is using
Gadura Praveen
Frequent Advisor

Re: LVM

Sekar,

Also make sure that you change the ownership of the "/dev/vgxx/rlvolxx" to allow the sybase user to read and write on the raw logical volumes.

Re: LVM

Thanks John, I will send reply after complete
this.