Procedure to increase file system

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Procedure to increase file system
# 1  
Old 07-30-2014
Procedure to increase file system

Hi,

How/what is the procedure to increase file system in linux server ?

Regards,
Maddy
# 2  
Old 07-30-2014
xfs_growfs or growfs

But it is more complex than that. What exact Linux do you have?
# 3  
Old 07-30-2014
Hi Jim,
[root@tsmp bin]# uname -a
Linux tsmp.europe.nokia.com 2.6.18-194.8.1.el5 #1 SMP Wed Jun 23 10:52:51 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

I just want to know what process takes places from storage and unix side like what would storage and unix team do in order
to increase file system size ?

Regards,
Maddy
# 4  
Old 07-30-2014
It's not a button you push to make it happen. It's not trivial.

Depending on your partition types and layout and how much space is free, that could be as simple as taking an existing partition offline and expanding it into space that's there, to taking your server down for some white-knuckle partition editing, perhaps shrinking some to make room and moving others around. Or perhaps making a brand-new partition to move some files onto it.
This User Gave Thanks to Corona688 For This Post:
# 5  
Old 07-31-2014
Hi Corona,

I just need steps like what strage and unix team would do from their side.If steps are easy tell me else not needed.

I just wanted to know how it goes.Not in depth and all.

Thanks,
Maddy
# 6  
Old 08-01-2014
Is this not just a repeat of this thread:- Add the luns to the mount point

I presume you mean the "Storage team", although the "Strange Unix team" would also work for me Smilie

Assuming you have a SAN and a Storage team that manage that, they will need to allocate space (however they do that) and assign it to your host, preferably dual-paths at all points. After that, you can slice/format the space as you see fit (add it to an LVM volume group perhaps) and then grow your filesystem


What have you/your team/the Storage team done so far?



Robin
This User Gave Thanks to rbatte1 For This Post:
# 7  
Old 08-01-2014
Hi Robin,

Thanks for your reply.

Being DBA i think i have learnt something more about 'how to increase file system '.This is sufficient for me.Smilie

Regards,
Maddy.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Increase /tmp file system size dynamically in Solaris zone

Hi Please let me know how to increase the size of /tmp file system from 512m to 1024m dynamically without reboot in solaris zone # df -h Filesystem size used avail capacity Mounted on zones/zone1 11G 1.0G 10.0G 10% / /dev 11G 1.0G ... (6 Replies)
Discussion started by: sb200
6 Replies

2. AIX

100% full file system - error when trying to increase

Hi, I came across a situation where I had to increase a filesystem that was 100% full and received this error: /tmp:chfs -a size=+5000M /tmp 0516-634 lquerypv: /tmp directory does not have enough space, delete some files and try again. 0516-788 extendlv: Unable to extend logical... (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies

3. Solaris

Not able to increase ZFS file system on NGZ

I have Solaris-10 server running ZFS file-system. ctdp04_vs03-pttmsp01 is one of the non global zone. I wanted to increase a /ttms/prod file-system of zone, which is actually /zone/ctdp04_vs03-pttmsp01/ttms/prod on global server. I have added a new disk of 9 GB, which is emcpower56a and now I can... (16 Replies)
Discussion started by: solaris_1977
16 Replies

4. HP-UX

[Solved] Increase the file system size

Dear Friends, I would like to increase the size of a file system from 10GB to 15GB. System is runing on HP-UX 11.31. Please help in the matter. Regards, Bhagawati Pandey (3 Replies)
Discussion started by: BPANDEY
3 Replies

5. Solaris

increase SWAP on ZFS file system

Hi All, I am using this commands to dynamically increase ZFS swap space on Solaris my question is: 1- after i make these commands it will permanent or it will remove after restart 2- how to make it permanent # swap -l swapfile dev swaplo bloques libre /dev/zvol/dsk/rpool/swap... (4 Replies)
Discussion started by: osmanux
4 Replies

6. Red Hat

Increase root file system size ...

Hello Admins, I am running a redhat linux 5 on vmware workstation. I need to increase or add some more space to my root (/) partition. I don't have any LVM configured.. Please suggest. # df -kh Filesystem Size Used Avail Use% Mounted on /dev/sda2 3.8G 3.1G ... (4 Replies)
Discussion started by: snchaudhari2
4 Replies

7. AIX

increase the size of file system

Hi all, we are usig aix 4.3 and i need to increase the size of "/u01" file sytem which is mounted on logical volume "lv00", but "/u01" file system size is 9 GB and logical volume "lvoo" size 9 GB.how do i increase the size of /u01.do i increase the size of logical volume "lv00" and then... (2 Replies)
Discussion started by: younusdba
2 Replies

8. AIX

increase nbpi procedure

Hi, I have come across an error when increasing a large filesystem: # df -k /app/cpsd010/05 Filesystem 1024-blocks Free %Used Iused %Iused Mounted on /dev/cpsd010_05 268435456 41024068 85% 95 1% /app/cpsd010/05 # chfs -a size=+51200M /app/cpsd010/05 chfs: 0506-932 Can not extend a JFS... (2 Replies)
Discussion started by: chlawren
2 Replies

9. Solaris

increase root file system size in solaris

Hi frnz, Need an urgent help... I have installed solaris 8 in a sunblade workstation with 136GB hdd. While installation it has taken a default filesystem size as 1.37GB for root. AFtr completing the installation i have extended the root partition to 130GB. But still df output shows... (4 Replies)
Discussion started by: sriram.s
4 Replies

10. UNIX for Dummies Questions & Answers

Increase space in the solaris file system

How can I check how much space is left in the solaris file system? and how can I increase those space in the file system?. I am trying to install Oracle Database on Solaris 8.But, it keep giving me error message says that"There is not enough space on the volume you have specified". Thanks ... (1 Reply)
Discussion started by: jung1975
1 Replies
Login or Register to Ask a Question