Partition scheme for design tools server


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Partition scheme for design tools server
# 1  
Old 06-14-2005
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  
Old 06-14-2005
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  
Old 06-14-2005
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  
Old 06-14-2005
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  
Old 06-20-2005
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  
Old 06-21-2005
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  
Old 06-22-2005
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.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

CentOs server generating several alarms on partition /proc/

Greetings, I have been facing one issue here and I am not understanding what is causing. I am getting a lot of alarms complaining that the partition for example /proc/12345 , is full, but the partition does not existe on the server. Which is not supposed to happen, because /proc is not a real... (10 Replies)
Discussion started by: Yagami_Sama
10 Replies

2. Solaris

How can i monitor solaris server by using any monitoring tools

Hi forum We have nearly 240 servers inclding zones . How can i monitor server and its performance by using any monitoring tools. My indentions is to plot graphs based on server utilization interms of cpu and memory Is there any opensource tools for this. I saw collectd and it has agent... (3 Replies)
Discussion started by: bentech4u
3 Replies

3. Cybersecurity

How to go about partition encryption on remote server?

Hi, im having an linux webserver located in another country and i have just SSH access. My aim is to protect (by encryption) /home partition on which are located website files and mysql database data. So i found "LUKS" SW which can encrypt partition, but the thing i dont understand is how... (2 Replies)
Discussion started by: postcd
2 Replies

4. HP-UX

effect of full root partition on server

hi, I want to know that "What Happen if the root partition gets full on the server? I have HP-Unix 11.11 installed. (3 Replies)
Discussion started by: majidtahir
3 Replies

5. Shell Programming and Scripting

Check the partition size on server

Dear All, I need notification mail from server while device size crossed 80% approximately.I tried following shell .its working fine when the device name like /dev/sdc1 etc.Its not working in LVM name.For example Script: #!/bin/sh echo "Storage server space details"; df -H | grep -vE... (4 Replies)
Discussion started by: kpoobathi
4 Replies

6. UNIX for Advanced & Expert Users

scp a partition to another server

I am in the process of migrating a server to another machine. Without much thought, i just copied one partition to the other server using, simple scp in at job which ended up in mess. scp -r /mnt/sda6/* root@IP:/mnt/sda9/ At first sight, it seemed correct. So i did this, for all the... (1 Reply)
Discussion started by: thegeek
1 Replies
Login or Register to Ask a Question