Growing a FS over 1T - can it be done ?


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory Growing a FS over 1T - can it be done ?
# 1  
Old 04-12-2010
Growing a FS over 1T - can it be done ?

Greeting Forumers!

I've been asked to increase space in a FS that is currently 740G in size:
Code:
Filesystem             size   used  avail capacity  Mounted on
/dev/md/dsk/d664       740G   424G   308G    58%    /ora_back

My SAN administrator has allocated 5 LUNs of 200G each - this will make the total 1.7TB.

I know I can add the LUNs with 'metattach' but can I use 'growfs' to increase the FS size larger than 1 TB ? Are there any gotchas with growing a FS over 1TB that was not created with 1TB parameters?

I am running Solaris 10 8/07 on a v490 with kernel patch 141444-09 (latest).

Thanks in Advance!!

Last edited by bluescreen; 04-12-2010 at 03:03 PM.. Reason: added OS and hardware
# 2  
Old 04-13-2010
Do you really need a FS that size rather than two of approx 900GB?
I see mainly possible perf issue but not knowing what this space is for, it may not be the case...
# 3  
Old 04-13-2010
Quote:
Originally Posted by vbe
Do you really need a FS that size rather than two of approx 900GB?
I see mainly possible perf issue but not knowing what this space is for, it may not be the case...
vbe - I just go by what the DBA's request. Unfortunately, they run the show in my shop. Smilie

Any way, I thought I'd post the solution I implemented last night. It goes along the lines of what one of my college professors said many times: "If you can't find a solution, you need to redefine the problem until you can."

Since I was adding a larger filesystem than I had (1TB vs. 750GB), I created a metadevice of the 5 200GB disks and created a filesystem that would grow over 1TB (newfs -T). I then copied the existing filesystem onto the newly created filesystem, cleared the old metadevice and added those slices to the new device. Now I have a filesystem that I can grow above 1TB.
# 4  
Old 04-13-2010
I imagine you have at least 2 HBAs, did you consider stripping or do you have a load balancing software/device ?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Help growing fs

Hello, I have a filesystem that I'm trying to grow but it's giving me the error: 0516-404 allocp: This system cannot fulfill the allocation request. There are not enough free partitions or not enough physical volumes to keep strictness and satisfy allocation requests. The... (5 Replies)
Discussion started by: bbbngowc
5 Replies

2. AIX

/usr is growing fast

I'm having a strange Phenomenon here in one of my servers /usr file system is growing fast and it went wild. I have searched the entire file system for large , growing and newly created files with no clue what's going on I have found nothing strange. Any further idea a snapshot from df's ... (4 Replies)
Discussion started by: h@foorsa.biz
4 Replies

3. Red Hat

Growing filesystem using LVM

Hi, I have a LUN presented to a Linux system and would like to ask if someone can advise if the logical volume /dev/mapper/VGOra-LVOra 12G 11G 659M 95% /usr/app/oracle can be extended. Is there any free space to allocate.... The LUN (25G) has been configured as follows: LUN - ROOT...... (4 Replies)
Discussion started by: jamba1
4 Replies

4. Shell Programming and Scripting

growing files

I am trying to be pro-active and prevent FS from filling up. I know about the df/du command also find -size -mtime ....... What I want to know is there a way I can do a find to see which files have been accessed or modified after a specifc YYYYMMDD-HHMMSS. What I am really looking for is to... (4 Replies)
Discussion started by: BeefStu
4 Replies

5. Solaris

Help with Growing FS

Ok so I just installed Solaris 10 on my x86 laptop. But I too the defaults and now all of the FS's are very small. I can't install anything. The drive is a 40GB but only about 11GB is being seen and used. How can I get the OS to see and use the rest of the drive? I was just going to reinstall, but... (3 Replies)
Discussion started by: bbbngowc
3 Replies

6. Solaris

Growing /opt

Hi, /opt on my disk is almost 90%. I thought of growing it. I followed the below procedure: 1. added a new hard disk 2. formatted the same with ufs 3. created a slice and tried to label it as "opt" with "wm" permissions. but got stuck at 3 as it is not allowing me to label the slice... (9 Replies)
Discussion started by: EmbedUX
9 Replies

7. Solaris

Growing a file system-SVM

Hi gurus Im a newbie in solaris..I need to extend file system space in solaris 10 which is using SVM..I have a file system /pin02 which is 93% full n needs to be extended..only 3.6 gb avail space left..the file system is not mirrored...normal ufs file system only..can u please tel me t... (6 Replies)
Discussion started by: madanmeer
6 Replies

8. AIX

Help growing iscsi lun

Hi, I have an iSCSI LUN of 200GB. I increased it to 250GB and when I try to increase the size of the vg, I'm getting an error that none of the volumes have increased in size. How can I get the OS to see the additional 50GB? ---------- Post updated at 03:22 PM ---------- Previous update... (9 Replies)
Discussion started by: bbbngowc
9 Replies

9. UNIX for Dummies Questions & Answers

.osm file growing

my /etc/.osm file is growing rapidly and logging large amounts of activity. Can anyone tell me what this file is for and what types of information is logged in this file. Thanks in advance for your help!! (1 Reply)
Discussion started by: golfs4us
1 Replies

10. AIX

AIX Growing Files

Hi Everybody, I want to know the names & locations of the common AIX files which it's size keep growing. I think there is a procedure to clean these files to avoid the space overflow, I wish also if anybody can tell me what is the proper procedure to make more available space. Another issue, that... (2 Replies)
Discussion started by: aldowsary
2 Replies
Login or Register to Ask a Question