Filesystem resize (AIX 5.3)


 
Thread Tools Search this Thread
Operating Systems AIX Filesystem resize (AIX 5.3)
# 1  
Old 10-13-2005
Filesystem resize (AIX 5.3)

Hi..

I have to resize a partition(filesystem). I mean reduce the size one particular partition and increase the size of another. What should I do?? Pls help

Bala
# 2  
Old 10-13-2005
you have to recreate the filesystem that you want to reduce the size
# 3  
Old 10-14-2005
Is that the only way.. I don't think so. There should be some way out.

Bala
# 4  
Old 10-19-2005
recomend you test this befor you do it

depending on the space in the fs you can use this command

df filesystem
dev 512block size free mount
/dev/bla 262144 84784 /bla

chfs -a size=252144 /bla

make sure you have free space to reduce the fs by

on the other on you use
chfs -a size=new_size / bla2

this will work if the filesystems are in the same volumegroupe
# 5  
Old 10-19-2005
are you sure ???
It can not work in AIX 5.2 and older than AIX 5.2.
do you have test in AIX 5.3 ???
# 6  
Old 10-28-2005
sal long as the file system is not full tyou can change the size in 53
have done this
make a tem one and change it
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Increase filesystem size AIX 5.3

I an trying to increase the file size on an AIX 5.3 box. I think i am missing the correct syntax for the command. Here is was i am trying on a test box # lsvg rootvg VOLUME GROUP: rootvg VG IDENTIFIER: 0000bd8b00004c00000 0010d8ed7a76e VG STATE: active ... (3 Replies)
Discussion started by: fierfek
3 Replies

2. Red Hat

How to resize filesystem by resizing the LUN without impact to applications.?

Is it possible to resize a filesystem by resizing the LUN on RHEL 6.4 64-bit with LVM and no impact to running applications? The research I have done so far seems to take the approach of adding a new LUN and then expaning the volume group to the new LUN. I'm looking for an approach that avoids a... (7 Replies)
Discussion started by: aenagy
7 Replies

3. AIX

Mount Filesystem in AIX Unable to read /etc/filesystem

Dear all, We are facing prolem when we are going to mount AIX filesystem, the system returned the following error 0506-307The AFopen call failed : A file or directory in the path name does not exist. But when we ls filesystems in the /etc/ directory it show -rw-r--r-- 0 root ... (2 Replies)
Discussion started by: m_raheelahmed
2 Replies

4. UNIX for Dummies Questions & Answers

hwo to find shared filesystem and local filesystem in AIX

Hi, I wanted to find out that in my database server which filesystems are shared storage and which filesystems are local. Like when I use df -k, it shows "filesystem" and "mounted on" but I want to know which one is shared and which one is local. Please tell me the commands which I can run... (2 Replies)
Discussion started by: kamranjalal
2 Replies

5. UNIX for Dummies Questions & Answers

resize a filesystem in solaris 10

i am facing a problem, i would like to resize a file system called /pcard04 i am not useing any voulme manager and we have a NETAPP center storge. what i did is root@cms-dev # df -h | grep /pcard04 /dev/dsk/c4t60A9800043346C35636F2D6D4F354743d0s0 5.2G 4.0G 1.0G 80% /pcard04 then... (1 Reply)
Discussion started by: q8devilish
1 Replies

6. SuSE

Resize Root Filesystem in SUSE Linux

Hello Experts, I am very new to unix environment. Root filesystem in one of our Linux boxes has almost reached 100%. is there a procedure/ way to resize the root filesystem. ****************************************************** ld8331:/ # df -h|more Filesystem Size Used... (2 Replies)
Discussion started by: ashok1784
2 Replies

7. AIX

Encryption of files on AIX 5.3 GPFS filesystem

Hi Are there any tools out there that can encrypt files on a GPFS file system which are being accessed by multiple AIX 5.3 nodes? Situation, I need various application servers to read/write files that are on a GPFS share. Therefore the encryption mechanisum need to be transparent to the... (1 Reply)
Discussion started by: maximum
1 Replies

8. UNIX for Dummies Questions & Answers

Aix filesystem.

Hi, in AIX, (Version 4.3), when I try to send a mail to another user in the same host, it gives the following error: $ queuename: Cannot create qfLAA190624 in /var/spool/mqueue (euid=0): There is not enough space in the file system. Please tell me how can it be sorted. I've Sys Admin rights. ... (1 Reply)
Discussion started by: muralimahadevan
1 Replies

9. Solaris

VxVM filesystem resize

This is actually a VxVM question. I have a volume/filesystem spread over 4*146G disks. Now I want to shrink the filesystem - which I can do using vxresize. However, I want to shrink so that two of the four disks that the filesystem occupies are removed from the volume. Can I do that? (3 Replies)
Discussion started by: blowtorch
3 Replies

10. AIX

(URGENT) Mounting JFS2 FileSystem on AIX 4.3

Hi Every body, I created Volume Group & FileSystem of type JFS2 with size 1.3 TB on AIX 5.2. I want to import this VG on another system AIX 4.3. It is imported successfully & I can varyon the VG but unfourtantly I couldn't mount the FileSystem. Is it possible to mount a JFS2 FileSystem on AIX... (3 Replies)
Discussion started by: aldowsary
3 Replies
Login or Register to Ask a Question