vxfs online resizing


 
Thread Tools Search this Thread
Operating Systems Solaris vxfs online resizing
# 1  
Old 07-12-2010
vxfs online resizing

Hi,

I have two filesystems called /u009 and /u008. I need to release 60gb from /u009 and add it to /u008 fs through fsadm command..

these are vxfs filesystem..its urgent..

thanx in advance
# 2  
Old 07-12-2010
Reducing the size of a file system will fail if there are file system resources currently in use within the sectors to be removed from the file system. In this case, a reorganization may help free those busy resources and allow a subsequent reduction in the size of the file system.
# 3  
Old 07-12-2010
Incredible,

I decreased the u009 fs with the below command

Code:
root@wa1us105 [/]# /usr/lib/vxvm/bin/vxresize -F vxfs -g wa1us105dg u009 -60g -b
VxVM vxassist ERROR V-5-1-325 dm:-b: No disks match specification
VxVM vxresize ERROR V-5-1-4703 Problem running vxassist command for volume u009, in diskgroup wa1us105dg

as per df -k the fs got reduced. but vxassist is not showing the free space in dg..

Code:
root@wa1us105 [/]# vxassist -g wa1us105dg maxsize layout=concat
Maximum volume size: 999424 (488Mb)

Its a production server..needs to be resolved..

Last edited by Scott; 07-12-2010 at 02:15 PM.. Reason: Code tags, please...
# 4  
Old 07-12-2010
did you run vxdiskconfig and vxdctl enable?
which version of veritas you running and on which release of Solaris?
# 5  
Old 07-12-2010
its vxvm 5.0 implemented on sol 9

I tried both...

but...

Code:
root@wa1us105 [/]# vxassist -g wa1us105dg maxgrow u008
Volume u008 can be extended by 999424 to: 573521920 (280040Mb)

Moderator's Comments:
Mod Comment Code tags, please...

Last edited by Scott; 07-12-2010 at 02:16 PM.. Reason: Code tags
# 6  
Old 07-15-2010
Use vxassist to increase to volume
use fasdm to increase filesystem (mount point)

Regards
Aftab
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Solaris

vxfs free space?

Hi, How do I determine the free space below? # vxdg -g msb_db_dg free DISK DEVICE TAG OFFSET LENGTH FLAGS msb_db_dg01 sdb sdb 312475648 316571392 n Thanks! (1 Reply)
Discussion started by: itik
1 Replies

2. SCO

VxFS filesystem

Hello, Am basically working on VxFS filesystem and while tracking the file, I got stuck at one point. As I am able to locate the superblock(it is at offset 1024 from the start of partition). And from superblock I got the sector no. of "OLT extent". By jumping to the sector no where OLT... (1 Reply)
Discussion started by: ghimanshu
1 Replies

3. HP-UX

vxfs filesystem full!

Dear all, What should I do with the following error message: vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent) Thanks for your advises, (1 Reply)
Discussion started by: hungevntelecom
1 Replies

4. Solaris

veritas vxfs and ufsdump

hi guys, I am studying for the solaris scsa and i want to practice with ufsdump and restores, fssnaps etc... my question is, i finally found a server with a tape drive attached that i can mess arouund with because its not a critical box. its running solaris 8, and i want to do a ufsdump, but... (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies

5. UNIX for Dummies Questions & Answers

vxfs ACL problem

Has anyone had any experience with VXFS and ACL's? For some reason when these two are used together ACL's don't seem to work properly (i.e. sometimes ACL's won't be applied to files in a directory so that when trying to move the directory, the new directory is created but the old directory still... (3 Replies)
Discussion started by: dangral
3 Replies
Login or Register to Ask a Question