Help with file system requirements


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Help with file system requirements
# 1  
Old 03-07-2007
Help with file system requirements

Hi,

I need to give the file system requirements for our project and i don't know how to proceed. From where do i stand? Our box is SUNos and there are 20 to 30 application that we should support on the box. Can any one get me started in a direction.

Thanks
# 2  
Old 03-07-2007
Quote:
Originally Posted by dsravan
Hi,

I need to give the file system requirements for our project and i don't know how to proceed.
What type of file requirements are you talking about?

Quote:
From where do i stand? Our box is SUNos and there are 20 to 30 application that we should support on the box. Can any one get me started in a direction.
Read the documentation for those applications and see what they require.
# 3  
Old 03-07-2007
Johnson,

I was talking mainly about the space required for each file system etc. We are actually moving to a different server and all the applications will be moved to the new box. So i need to give them space requirements etc. How i can check how much space the present file system is occupying?

Thanks
# 4  
Old 03-07-2007
Quote:
Originally Posted by dsravan
Hi,

I need to give the file system requirements for our project and i don't know how to proceed. From where do i stand? Our box is SUNos and there are 20 to 30 application that we should support on the box. Can any one get me started in a direction.

Thanks
Check what is approximate space required by every application - it maybe a jar or a zip or a war or any such file. Depending on the space required by all, then you will need to consider the space required by logs, tmp, blah blah ..
# 5  
Old 03-07-2007
How can i get the space required by a file system. Is there not a command to identify how much space a file system is using which would make my life easier. Please let me know.
# 6  
Old 03-07-2007
Quote:
Originally Posted by dsravan
How can i get the space required by a file system. Is there not a command to identify how much space a file system is using which would make my life easier. Please let me know.
Use "df -k <path of the file system>" E.g df -k /home/xxxx

And look for the value below "avail". That reports the total available size in KB. Divide by 1024 to get in MB.

Hope this helps !
# 7  
Old 03-07-2007
Use add '-h' option to df

#Reports in KB/MB/GB
df -kh <Path>
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 system requirements???

Hi guys, I have been using Solaris 10 virtually since a couple of weeks under VirtualBox. Now I want to run it on hardware as it doesn't seem to work well under VirtualBox, atleast to my knowledge. I have another system which I intend to run Solaris on, and it is as under. Processor:- Intel... (1 Reply)
Discussion started by: gabam
1 Replies

2. UNIX for Dummies Questions & Answers

System Requirements

Does anyone know the system requirements for Unix 03? I need the CPU, RAM, and harddisk space requirements. I have been looking all over the web but can't seem to find the numbers. If you could post a link that would be great. Thanks (0 Replies)
Discussion started by: burke2
0 Replies

3. UNIX for Dummies Questions & Answers

System requirements

I am concidering setting up a server for a web page and I am clueless as to system requirements. Could someone tell me the requirement for installing unix from a hardware perscective. Is it installed with no other OS on the computer. A mini primart would be greatly appreciated !! (1 Reply)
Discussion started by: Expiditer
1 Replies

4. UNIX for Dummies Questions & Answers

System Requirements

hello all, i am about to start in with (i hope) both solaris and linux. but first i need a system to put each of these OS's on what i would like to know what is the system requirements for Solaris and linux. i will be building the systems my self. they will all intel based, it is all i have parts... (2 Replies)
Discussion started by: Cloudy
2 Replies
Login or Register to Ask a Question