Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

custom disk layout help ...

Status
Not open for further replies.

droodle

Technical User
Nov 10, 2005
75
AU

Can i have some recommendations on custom layout for a dev server i'm building.

solaris 9
40 gb disk
ultra10
1 gb mem

server is to run ehealth which uses an oracle database.

many thanks.
 

Thanks .. but there is no info there to help me.

what i'm asking is for a 40 gb disk how would you layout

/
swap
/opt

any others etc ?

thanks.
 
Considering you only have one disk, layout will have little effect on performance. As you would normally have data / redo... on seperate disks. I'd go for something along the lines of

c0t0d0s0 / 500Mb
c0t0d0s1 swap 4000Mb
c0t0d0s2 overlap
c0t0d0s3 /usr 2000Mb
c0t0d0s4 /opt 1000Mb
c0t0d0s5 /var 1500Mb
c0t0d0s6 /oracle rest

if your printing loads of stuff up the size of /var to 2000Mb

There is no right or wrong, do you use volume manager?


Mike

"A foolproof method for sculpting an elephant: first, get a huge block of marble, then you chip away everything that doesn't look like an elephant."

 
Just for a rough guide: -
you will need at least 9Gb just for your oracle /dboracle s/w and how big is your dbase, xGb? Will you want oracle archiving?

Root=4Gb, swap=4Gb, var=2Gb
So 10Gb for Solaris, 10Gb for oracle s/w, 5Gb area for logs?10gb area for you database.

Adjust accordingly, maybe increase swap a bit



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top