Adding space to a filesystem


 
Thread Tools Search this Thread
Operating Systems AIX Adding space to a filesystem
# 8  
Old 02-17-2009
Oops - missed /gerfs, it's not mirrored either.
# 9  
Old 02-17-2009
I did shrink a few other file systems and then I was able to add enough space. Thank you for you help.

David
# 10  
Old 02-20-2009
you probably dont have space for mirroring as /lrc is mirrored. Check the manpage of migratelp and migrate one lp of an unmirrored filesystem onto the other disk and then you wil be able to increase the filesytem by atleast 128MB i.e. 1 PP size.

Regards, Kaps
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Filesystem not using all available space in Logical Volume

I am running HP-UX 11.31 ia64. The /usr filesystem shows 7 GB as the size, but the logical volume that is mounted there shows 13 GB. Is there a way to get the entire 13 GB to show up and why did this happen in the first place? (11 Replies)
Discussion started by: trojan28
11 Replies

2. Solaris

Adding a filesystem to a running local zone

Is there a way to mount a filesystem from the global zone to the local zone without rebooting the local zone? I'm using a lofs filesystem.. any help is appreciated! thanks.. (4 Replies)
Discussion started by: BG_JrAdmin
4 Replies

3. Shell Programming and Scripting

Calculate total space, total used space and total free space in filesystem names matching keyword

Good afternoon! Im new at scripting and Im trying to write a script to calculate total space, total used space and total free space in filesystem names matching a keyword (in this one we will use keyword virginia). Please dont be mean or harsh, like I said Im new and trying my best. Scripting... (4 Replies)
Discussion started by: bigben1220
4 Replies

4. HP-UX

Adding space to a filesystem

Hello, I am trying to add space to my existing system and I need a little assistance determining if I have any disk space available to allocate. Here is what I have: DISKS: Class I H/W Path Driver S/W State H/W Type Description... (1 Reply)
Discussion started by: dkranes
1 Replies

5. UNIX for Advanced & Expert Users

Adding a filesystem.

Hi All! I need to create a new filesystem /u01 , using the existing space and giving 100GB space to /u01. I can allocate 100Gb from / which is currently 145GB. Following is the screen shot of my df command. # df Filesystem 1K-blocks Used Available Use% Mounted on... (4 Replies)
Discussion started by: nua7
4 Replies

6. Filesystems, Disks and Memory

calculating the filesystem space

Hi, Just wanted to confirm that what Im doing is correct to calculate the space allocated to filesystem: >df -k . Filesystem 1024-blocks Free %Used Iused %Iused Mounted on /test 48720000 9337904 81% 14846 1% /home The space allocated = 48720000/1024 =... (1 Reply)
Discussion started by: deepakgang
1 Replies

7. Solaris

free space, associated by filesystem name...

is there a command that will display amount of free space...associated by filesystem name? # df /home /home (/dev/dsk/c1t0d0s3 ): 8069326 blocks 487280 files HP has bdf: bdf /home Filesystem kbytes used ... (2 Replies)
Discussion started by: mr_manny
2 Replies

8. UNIX for Advanced & Expert Users

Increasing filesystem space

Now, i know a ufs file system can be increased using mkfs but hwo do I take space from a file system and add it to another file system? at my job here, that seems to be possible because I see request on it almost every day. what is the exact command to do this and does the system need to be... (1 Reply)
Discussion started by: TRUEST
1 Replies

9. UNIX for Dummies Questions & Answers

add space to filesystem in solaris

I need step-by-step on how to add more space to /apps in solaris. Currently df -hk: /dev/md/dsk/d40 15G 13G 1.6G 90% /app How much can I expand and how? Thanks in advance. (2 Replies)
Discussion started by: simt
2 Replies
Login or Register to Ask a Question