Operating System - HP-UX
1835233 Members
2161 Online
110078 Solutions
New Discussion

Re: Extending filesystem.

 
SOLVED
Go to solution
rveri
Super Advisor

Extending filesystem.

Hi, what is the procedure to extend a striped logical volume, the VG contains 8 disk. The Striping is 2 . And online JFS is installed. Free PE available to 3 disk and 0 PE to 5 disk.

Thanks in advance.
3 REPLIES 3
rveri
Super Advisor

Re: Extending filesystem.

10 points to each those who ever reply ..., Thanks.
Steven E. Protter
Exalted Contributor
Solution

Re: Extending filesystem.

Shalom,

There is no need to offer 10 points to every reply. This may result in clutter in your thread making the solutions harder to find.

That being said, this is a very complex, probably needlessly complex Logical volume.

If possible, I would.

1) Back up all the data, and rebuild the entire thing. Extending under these circumstances could create hot spots and major performance problems.

2) If option 1 is no good, you can lvextend, maybe sam would be helpful. After lvextend fsadm extends th filesystem not. Note that for true striping, you will need to lvexent in small chunks, rotatinig them across the three disks. I'd use a script to accomplish this. Again, performance problems are VERY likely under this scenario. The fsadm hot extension can wait until after all the scripted lvextend work is complete.

You asked.

I'd go for option 1 if at all possible.

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
rveri
Super Advisor

Re: Extending filesystem.

Thanks Steven,