1752857 Members
3729 Online
108790 Solutions
New Discussion юеВ

Change block size.

 
zsujith
Frequent Advisor

Change block size.

Hi,
I want to change the block size to 8k.
Can any one give the steps.
The current settings are follows
# fstyp -v /dev/vgora/lvol1
vxfs
version: 4
f_bsize: 8192
f_frsize: 1024
"The most wasted day is that in which we have not laughed."
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Change block size.

Shalom,

You an surely change it with the newfs or the mkfs command.

http://docs.hp.com/en/B2355-60103/mkfs_vxfs.1M.html

But it won't help oracle performance a bit.

http://www.darklab.net/resources/hpux-mailinglist/0301.html

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Prashanth Waugh
Esteemed Contributor

Re: Change block size.

Hi ,

These are the steps for changing the block size

1)Take the backup of FS using vxdump
2)unmount the FS
3)change the fragment size
4)mount FS
5)do the restoration of backup using vxrestore
For success, attitude is equally as important as ability
zsujith
Frequent Advisor

Re: Change block size.

Thank U
"The most wasted day is that in which we have not laughed."