The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
It's time to learn Scheme iBot UNIX and Linux RSS News 0 04-03-2008 04:40 AM
accessing windows 2k3 partition from Linux Advance Server 3 maooah Red Hat 2 01-03-2008 03:45 AM
Microsoft: Informing Decision-Making for Customers in Server ... - TAXI Design Networ iBot UNIX and Linux RSS News 0 08-24-2007 07:00 AM
Solaris Partioning scheme RajaRC SUN Solaris 4 08-20-2004 07:07 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 06-14-2005
smo59 smo59 is offline
Registered User
  
 

Join Date: Jun 2005
Posts: 6
Partition scheme for design tools server

I have been told to look after a server running Sol9 with the following structure:

c1t0d0s0 65G /
c1t2d0s7 67G /usr
c1t4d0s6 24G /var
c1t3t0s7 67G /home
c1t4d0s7 14G /opt
c1t4d0s5 29G /tmp

This server is used to hold tool installations and as a license server for EDA design tools with around 20 users max.

Is it OK to put the tool installations on the root partition, or should I use a separate partition for this?

Many thanks,

SteveO.
  #2 (permalink)  
Old 06-14-2005
blowtorch's Avatar
blowtorch blowtorch is offline Forum Advisor  
Supporter
  
 

Join Date: Dec 2004
Location: Singapore
Posts: 2,350
You really should not have any of your 'own' stuff on the OS disk. The best thing to do would be to have two 9GB disks (which would have /, /usr, /var and /opt) as mirrored OS disks (this would be more than enough) and then have everything else on different partitions.
  #3 (permalink)  
Old 06-14-2005
smo59 smo59 is offline
Registered User
  
 

Join Date: Jun 2005
Posts: 6
I thought that having own stuff on / partition was a bad idea, but could not remember where I had seen this.

'Scuse my ignorance though - can you explain mirrored OS disks?
  #4 (permalink)  
Old 06-14-2005
Just Ice's Avatar
Just Ice Just Ice is offline Forum Advisor  
Lights on, brain off.
  
 

Join Date: Mar 2005
Location: in front of my computer
Posts: 637
Quote:
Originally Posted by blowtorch
The best thing to do would be to have two 9GB disks (which would have /, /usr, /var and /opt) as mirrored OS disks (this would be more than enough) and then have everything else on different partitions.
the op has 4 72 gb drives in the server so putting in 9 gb drives would be regressing ...



anyways ... smo ...

1. is this partition scheme already installed in the server and cannot be changed or is this still in the planning stage?

2. how big are the data and/or log files generated by the tools application? how quickly do they accumulate?

3. how long are you folks intending to keep this server?
  #5 (permalink)  
Old 06-20-2005
smo59 smo59 is offline
Registered User
  
 

Join Date: Jun 2005
Posts: 6
Quote:
1. is this partition scheme already installed in the server and cannot be changed or is this still in the planning stage?
This is the scheme already installed by my predecessor. I am happy to move things about if it is safe and easy to do so.

Quote:
2. how big are the data and/or log files generated by the tools application? how quickly do they accumulate?
Not sure I'm afraid.

Quote:
3. how long are you folks intending to keep this server?
At least 6 months. After this time we will probably review usage and see if we need to change anything.
  #6 (permalink)  
Old 06-21-2005
Just Ice's Avatar
Just Ice Just Ice is offline Forum Advisor  
Lights on, brain off.
  
 

Join Date: Mar 2005
Location: in front of my computer
Posts: 637
on the assumption that ...

1. the design tools app will be taking up huge globs of space
2. you need to have ready access to the data
3. you have network-based backup
4. the server is specifically for the design tools app only
5. tools data will be deposited in a central directory
6. some users will be putting in their temp work files as well as data in their home directories
7. c1t0d0 and c1t2d0 are disk0 and disk1 respectively
c1t3d0 and c1t4d0 are disk2 and disk3 respectively

c1t0d0 and c1t2d0 are formatted the same way and mirrored with Disk Suite
Quote:
c1t0d0s0 18G /
c1t0d0s1 4G swap
c1t0d0s3 4G /var
c1t0d0s4 40G /export/home
c1t0t0s7 12-15M metadb

c1t0d0s0 18G /
c1t2d0s1 4G swap
c1t2d0s3 3G /var
c1t2d0s4 40G /export/home
c1t2t0s7 10-20M metadb
c1t4d0 and c1t4d0 are formatted the same way and are either concat to make a 136G filesystem mounted on /export/data or mounted separately into /export/data/ and /export/data1 or mirrored and the mirror mounted on /export/data
Quote:
as separate filesystems ...

c1t3d0s0 67G /export/data
c1t4d0s0 67G /export/data1

or ... as concats ...

c1t3d0s0 and c1t4d0s0 134G /export/data
c1t3d0s7 10-20M metadb
c1t4d0s7 10-20M metadb

or ... as mirrors ...

c1t3d0s0 67G /export/data
c1t4d0s0 67G /export/data
c1t3d0s7 10-20M metadb
c1t4d0s7 10-20M metadb
there is a lot of space in this server --- i just put in what i thought would be useful if this was my server and if i had a need to use all the disk space ... otherwise, i'd remove 2 drives and confgure the server with just the 2 remaining drives mirrored ... home and data would be in /export so i only need to specify /export to be able to backup all the non-system data files ...
Quote:
c1t0d0s0 9G /
c1t0d0s1 4G swap
c1t0d0s3 4G /var
c1t0d0s4 49G /export
c1t0t0s7 12-15M metadb

c1t0d0s0 9G /
c1t2d0s1 4G swap
c1t2d0s3 4G /var
c1t2d0s4 49G /export
c1t2t0s7 12-15M metadb
  #7 (permalink)  
Old 06-22-2005
smo59 smo59 is offline
Registered User
  
 

Join Date: Jun 2005
Posts: 6
Thanks JustIce,

One problem I am having is that I am unable to specify a partition called "/export".

Whenever I go through format, I am only allowed a few specified tags (/usr, swap etc. I think.)

When I do a "mkdir /export", this is added to the root partition. Any idea how I can create my "/export" partition?


Thanks again,

Stephen.
Sponsored Links
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 02:20 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0