increasing file system size


 
Thread Tools Search this Thread
Operating Systems Solaris increasing file system size
# 1  
Old 04-20-2009
increasing file system size

Hi
Can anyone explain me how to increase the filesystem size. We can do it when the system is running? It needs an reboot?
rogerben
# 2  
Old 04-20-2009
Roger,

What sort of a Filesystem is it?Let us know the details.
If it's a Soft partition created from a mirror(SVM),it can be extended using growfs.

HG
# 3  
Old 04-20-2009
Quote:
Originally Posted by Hari_Ganesh
Roger,

What sort of a Filesystem is it?Let us know the details.
If it's a Soft partition created from a mirror(SVM),it can be extended using growfs.

HG

it is /opt
rogerben
# 4  
Old 04-20-2009
Please provide the output of df -k and format.

HG
# 5  
Old 04-20-2009
Quote:
Originally Posted by Hari_Ganesh
Please provide the output of df -k and format.

HG

Filesystem 1K-blocks Used Available Use% Mounted on
/dev/cciss/c0d0p5 36574216 34674612 41692 100% /opt
rogerben
# 6  
Old 04-20-2009
Haven't really worked on cciss devices. Anyway,i will try.Can you get me the output of fdisk -l and lvmdiscscan? I hope somebody really knowledgeable takes over.

HG
# 7  
Old 04-20-2009
Quote:
Originally Posted by Hari_Ganesh
Haven't really worked on cciss devices. Anyway,i will try.Can you get me the output of fdisk -l and lvmdiscscan? I hope somebody really knowledgeable takes over.

HG
Its my office system, so they will track of all copy paste activites
rogerben
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Increasing space in file system

Hi Friends, I want to cut space from one file system and add in another file system. For example I have 100 gb space in /oracle/TST/oraarch I wnat to cut 50 gb from this file system and add 50 in /oracle/TST/sapdata1. Please hel, How I can do it. Regards, Bhagawati Pandey (3 Replies)
Discussion started by: BPANDEY
3 Replies

2. Solaris

Help with increasing file system size in Sun OS 5.9

Hi, I have recently taken up to support these SunOS 5.9 sun4u sparc SUNW,Sun-Fire-V240 boxes and got a request to increase the size of /backup01 as its getting filled up quickly and can't play much on it as these are production servers. As I have no idea about how to do this, can anyone let me... (0 Replies)
Discussion started by: phanidhar6039
0 Replies

3. Linux

Increasing total data size per file system request for block drivers

Hi All, I am writing a block driver for a 2GB SD card where i get the total amount of data per request as follows: struct request *req; uint card_addr,total_bytes; struct request_queue *rq = BlkDev->queue; req = elv_next_request(rq); .. .. card_addr = req->sector*512;... (1 Reply)
Discussion started by: amio
1 Replies

4. Solaris

Directory size larger than file system size?

Hi, We currently have an Oracle database running and it is creating lots of processes in the /proc directory that are 1000M in size. The size of the /proc directory is now reading 26T. How can this be if the root file system is only 13GB? I have seen this before we an Oracle temp file... (6 Replies)
Discussion started by: sparcman
6 Replies

5. UNIX for Dummies Questions & Answers

Trying to empty file using > but the file size increasing when next append

AIX 5.3 / KSH I have a Java application which creates a log file a.log. I have a KSH script which does the following action cp a.log /directory2/b.log > a.log After this the file size goes to 0 as per "ls -l" Then next time when the application writes into this file, the file size... (4 Replies)
Discussion started by: firdousamir
4 Replies

6. Solaris

Increasing File system

Dear all.... I want to increase the file system /u01 from 5 GB to 8GB. So what would be the command... Thanx in Advance.... (1 Reply)
Discussion started by: rosyblue
1 Replies

7. HP-UX

Help on increasing fs size

Hi Experts, I am not sure whether my question should be in this thread or some other one. I am using HP Tru64 system. Currently one of my filesystem /others is almost full. I need to know the exact commands to increase this filesystem. Please show me how to check for free partitions and add... (5 Replies)
Discussion started by: kingsto88
5 Replies

8. AIX

Increasing File Size on AIX

Hi I am a bit green to AIX - but when our backup operator tries to do a restore from one AIX box to another, he get's the error: 'A file cannot be larger than the value set by ulimit' I am wondering what is the impact of increasing the AIX filesize limit of 2 gb to unlimited. And how would... (1 Reply)
Discussion started by: Rosie C
1 Replies

9. UNIX for Dummies Questions & Answers

increasing ufs file system size in solaris

How do i increase the filesystem size on a root partition? There is a slice with root on it, its like 2 gigs and nothing else is broken out except home. I want to increase root filesystem (and slice) and break out /usr and /var. This is solaris 9, only has solaris volume manager on it. ... (6 Replies)
Discussion started by: BG_JrAdmin
6 Replies

10. UNIX for Advanced & Expert Users

increasing file system

Hi, on /dev1 I have 50Gb, on /dev2 I have 5Gb. How can I give the 50Gb to /dev2 and give back 5Gb to /dev1. Many thanks. PS : OS is AIX (1 Reply)
Discussion started by: big123456
1 Replies
Login or Register to Ask a Question