Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > RedHat

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-17-2008, 02:09 PM
ee
 
Posts: n/a
partition for redhat

hello,
i have to install a RHEL4 on a server Dell and then install Oracle. (data
will be on drive bay)

What is the best way to partition ?
/
/boot
/var

another question:
i have a RAID controler so , do i use it or use soft Raid of RHEL?

thanks for your help




Reply With Quote
  #2 (permalink)  
Old 02-18-2008, 01:21 AM
General Schvantzkopf
 
Posts: n/a
Re: partition for redhat

On Sun, 17 Feb 2008 16:09:03 +0100, ee wrote:

> hello,
> i have to install a RHEL4 on a server Dell and then install Oracle.
> (data will be on drive bay)
>
> What is the best way to partition ?
> /
> /boot
> /var
>
> another question:
> i have a RAID controler so , do i use it or use soft Raid of RHEL?
>
> thanks for your help


The data should never be on the / partition, that should be reserved for
the OS alone. Put / on a 8G partition. Create a large partition for
Oracle and your data.
Reply With Quote
  #3 (permalink)  
Old 02-18-2008, 06:09 PM
John
 
Posts: n/a
Re: partition for redhat

>> hello,
>> i have to install a RHEL4 on a server Dell and then install Oracle.
>> (data will be on drive bay)
>>
>> What is the best way to partition ?
>> /
>> /boot
>> /var


I normally create a 30GB / partiton (and the default /boot and swap) and
then reserve the rest for a data partition - e.g. /myusr /data or alike.
This means I have my /var and /tmp etc. in the same partition as the /.

>> another question:
>> i have a RAID controler so , do i use it or use soft Raid of RHEL?


What kind of RAID do you mean? Stripe or mirror? But always use hardware
whereever possible.

> The data should never be on the / partition, that should be reserved for
> the OS alone. Put / on a 8G partition. Create a large partition for
> Oracle and your data.


I have not had any good experience with that small / partitions. They always
run full when updating from Red Hat Network.


Reply With Quote
  #4 (permalink)  
Old 02-18-2008, 07:32 PM
Jan Gerrit Kootstra
 
Posts: n/a
Re: partition for redhat

ee wrote:
> hello,
> i have to install a RHEL4 on a server Dell and then install Oracle. (data
> will be on drive bay)
>
> What is the best way to partition ?
> /
> /boot
> /var
>
> another question:
> i have a RAID controler so , do i use it or use soft Raid of RHEL?
>
> thanks for your help
>
>
>
>


Dear ee,


This just how I do it.

/dev/mapper/VolGroup00-LogVol00 9,7G 3,2G 6,1G 35% /
/dev/mapper/VolGroup00-LogVol01 4,0G 49M 3,7G 2% /home
/dev/mapper/VolGroup00-LogVol02 2,0G 494M 1,4G 27% /tmp
/dev/mapper/VolGroup00-LogVol03 29G 19G 8,5G 69% /usr
/dev/mapper/VolGroup00-LogVol04 3,9G 2,7G 1,1G 72% /var
/dev/mapper/VolGroup00-LogVol05 1008M 108M 850M 12% /usr/local
/dev/mapper/VolGroup00-LogVol06 2,0G 1,2G 677M 65% /opt
/dev/mapper/VolGroup00-LogVol07 8,9G 6,7G 1,8G 79% /tools
/dev/mapper/VolGroup00-LogVol08 20G 11G 8,4G 56% /s01
/dev/mapper/VolGroup00-LogVol09 552G 170G 366G 32% /project
/dev/mapper/VolGroup00-LogVol11 22G 12G 9,7G 55% /var/www
/dev/mapper/VolGroup00-LogVol12 3,0G 482M 2,4G 17% /xcdroast
/dev/mapper/VolGroup00-LogVol13 6,9G 1,4G 5,2G 21% /var/cache/yum
/dev/mapper/VolGroup00-LogVol14 5,0G 3,6G 1,2G 76% /var/ntop
/dev/mapper/VolGroup00-LogVol15 2,0G 204M 1,7G 11% /var/log
/dev/mapper/VolGroup01-LogVol00 116G 80G 31G 73% /backups
/dev/mapper/VolGroup01-LogVol01 116G 83G 27G 76% /backups-old

It is just a way, like with all opensource implementations it is not the
way.


The more filesystems you use, the more 'grip' you have on filesystem growth.

On the other hand the change of a filesystem running out of space with
be more likely.

So find your own optimum.


Kind regards,


Jan Gerrit
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > RedHat


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

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



All times are GMT. The time now is 05:57 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109