Operating System - HP-UX
1752363 Members
6203 Online
108787 Solutions
New Discussion юеВ

Re: Regarding vxfs file system...

 
SOLVED
Go to solution
srinu_1
Frequent Advisor

Regarding vxfs file system...

Hi all,

I want to extend the one vxfs file system.Online JFS is installed on my server.Is it possible to extend the vxfs file system by using online JFS without dataloss.If possible tell me steps.

The data in this file system is very importent.

thanks
srinu.
4 REPLIES 4
freddy_21
Respected Contributor
Solution

Re: Regarding vxfs file system...

it is possible


example

/dev/vg00/lvol6 4194304 3526920 662184 84% /opt


pegasus:/>lvextend -L 4500 /dev/vg00/lvol6
Warning: rounding up logical volume size to extent boundary at size "4504" MB.
Logical volume "/dev/vg00/lvol6" has been successfully extended.
Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.con
f

pegasus:/>fsadm -b 4500M /opt
fsadm: /etc/default/fs is used for determining the file system type
vxfs fsadm: /dev/vg00/rlvol6 is currently 4194304 sectors - size will be increas
ed

thanks
freddy

Re: Regarding vxfs file system...

Yes
1- lvextend
2- fsadm

Or used SAM export DISPLAY and run SAM
Steven E. Protter
Exalted Contributor

Re: Regarding vxfs file system...

Shalom,

Online JFS is reliable and easy to use and the risk is very, very low.

It is not a zero risk operation, so I suggest you make sure you have good backups before you run the fsadm command.

Cheers,

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
srinu_1
Frequent Advisor

Re: Regarding vxfs file system...

Thanks for your help.I assign the points to every one.I extended my filesystem without problem.

Regards
srinu.