RE: Help --need to increase swap partition on RH9 {solved}

2003-07-25 Thread James D. Parra
Upon reboot, both swap areas will be used. First, the swap partition read from /etc/fstab and afterwards the swapfile from the "swapon swapfile" command issued from /etc/rc.d/rc.local. Run "top" and you'll see the total of both swaps. James -Original Message-

RE: Help --need to increase swap partition on RH9 {solved}

2003-07-24 Thread Hiten Desai
Will it use the actual swap partition or only one of them ?? just a question ?? or should it use both and the new swap would be more or would it waste the swap partition ??? Hiten. --- "James D. Parra" <[EMAIL PROTECTED]> wrote: > Thanks. This worked out well. > >

RE: Help --need to increase swap partition on RH9 {solved}

2003-07-24 Thread James D. Parra
Thanks. This worked out well. I added "swapon swapfile" to /etc/rc.d/rc.local James -Original Message- From: Leonard den Ottolander [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 2:05 PM To: [EMAIL PROTECTED] Subject: Re: Help --need to increase swap partition o

Re: Help --need to increase swap partition on RH9

2003-07-24 Thread Leonard den Ottolander
Hi James, > How can I increase the swap size on production system? We added more RAM > and I need to increase the swap space. You could run parted and resize the partition that way. You will need to reboot/reinit the machine in that case. Another option is to create a swapfile on a partition t

Re: Help --need to increase swap partition on RH9

2003-07-24 Thread Javier Gostling
mb rule, and need not be followed strictly. Now if you really want to increase swap space, the easiest path is to just add a second swap partition. Linux will spread swap usage among all active swap areas. Cheers, -- Javier Gostling D. <[EMAIL PROTECTED]> -- redhat-list mailing list un

Re: Help --need to increase swap partition on RH9

2003-07-24 Thread Rick Warner
On Thu, 2003-07-24 at 13:32, James D. Parra wrote: > Hello, > > How can I increase the swap size on production system? We added more RAM and > I need to increase the swap space. > Unless you left space adjacent to the swap partition on the disk, you cannot increase its size,

Help --need to increase swap partition on RH9

2003-07-24 Thread James D. Parra
Hello, How can I increase the swap size on production system? We added more RAM and I need to increase the swap space. Many thanks, James D. Parra [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RE: Swap partition > 2GB

2002-12-20 Thread Randy Williams
When we set up our test systems, we usually put 1 2GB Swap partition for each real partition. Our systems usually have 3 or 4 versions of Linux on them at a time, so we end up with plenty of swap space to use, even with the 2GB maximum. Randyw -Original Message- From: [EMAIL PROTECTED

Re: Swap partition > 2GB

2002-12-20 Thread Javier Gostling
On Fri, Dec 20, 2002 at 05:33:36AM +, Edward Ivanovic wrote: > Does anyone know what the expected behaviour is if an 8GB swap partition > exists on a system with 4GB RAM? Will Linux still use the swap? > Using RH8.0 on a dual SMP Xeon server and running Oracle. I understand

Swap partition > 2GB

2002-12-19 Thread Edward Ivanovic
Does anyone know what the expected behaviour is if an 8GB swap partition exists on a system with 4GB RAM? Will Linux still use the swap? Using RH8.0 on a dual SMP Xeon server and running Oracle. _ MSN 8 with e-mail virus

Re: Swap Partition

2002-08-09 Thread Jim Cunning
On Fri, 9 Aug 2002, Calbazana, Al wrote: > When doing a df -h, I noticed that swap does not show up? Any way I can get > this to show? Why would you want swap to show up with df? According to the man page, "df - report filesystem disk space usage" Swap is not a file system, so if you want to

Re: Swap Partition

2002-08-09 Thread ABrady
On Fri, 9 Aug 2002 11:37:28 -0400 "Calbazana, Al" <[EMAIL PROTECTED]> wrote: > When doing a df -h, I noticed that swap does not show up? Any way I > can get this to show? free -- I've given up trying to change the world. I'm going to toilet train it so that I never have to change it again.

Swap Partition

2002-08-09 Thread Calbazana, Al
Title: Swap Partition When doing a df -h, I noticed that swap does not show up?  Any way I can get this to show? Al ** This email and any files transmitted with it are confidential and intended solely for the use of the

Re: How to increase by swap partition

2002-07-15 Thread Todd A. Jacobs
On Tue, 16 Jul 2002 [EMAIL PROTECTED] wrote: > run fdisk > remove the /dos partition > make it into a swap partition. > format it using mkfs You don't need to format the partition; just set its type to swap in fdisk. You can have more than one swap

How to increase by swap partition

2002-07-15 Thread redhat
Hi all, I have setup my disk on a RH 7.2 with 3 parttions 1 /dos 2 / 3 swap I now want to increase my swap partition Can I run fdisk remove the /dos partition make it into a swap partition. format it using mkfs Would that make RH automatically read the new

Re: Size of swap Partition

2002-05-07 Thread Javier Gostling
Hi all, If you are not sure about how much disk space to devote to swap space, you can be empirical about it. Install MRTG, either from the Redhat RPM or from source (compiles cleanly) and write some scripts to monitor memory and swap space usage. After some time, check the graphs to see how much

Re: Size of swap Partition

2002-05-07 Thread Cameron Simpson
On 01:47 07 May 2002, ABrady <[EMAIL PROTECTED]> wrote: | The rule of thumb is, 2-2.5 times RAM. I currently have 384MB installed | and 1GB swap. Most of my swap never gets used under most conditions. | I've had it up to about 700MB used once in the last 6 months. This on a | 2.4.X kernel which su

Re: Size of swap Partition

2002-05-06 Thread ABrady
On Tue, 7 May 2002 11:28:15 +0530 [EMAIL PROTECTED] quietly intimated: > > Placed At : > > > Size of swap partition is usually recommended to be 2 * (size of ram). > But recently i went thru one article wherein it was mentioned t

Size of swap Partition

2002-05-06 Thread Ramesh_Pathak
Placed At : Size of swap partition is usually recommended to be 2 * (size of ram). But recently i went thru one article wherein it was mentioned that redhat linux wont be looking to swap beyond 128mb even though we give the swap partition size of

LILO and swap partition question

2001-09-22 Thread cyu0635
Hi all I have confusion about swap and LILO and wish you can answer me 1/ Swap partition: how many swaps and space for installation Three swaps parition? Space is double or 1.5 of the RAM 2/ if I don't need dual boot, LILO is no need to install on system?

Re: RH 7.0 and SWAP partition

2000-09-27 Thread Vidiot
>I'm not saying swap is silly. >I'm saying that its silly not to allow the installation to continue >without a swap _partition_. Personally, I believe one should ALWAYS have swap. You never know... >I can setup a swap _file_ myself after installation instead (or the >installer could be nice eno

Re: RH 7.0 and SWAP partition

2000-09-27 Thread Tonko de Rooy
> > Why do I _need_ to create a swap partition? I thought this had > > finally been fixed in RH 6.2, but its back again! > > And why would you possibly want to run a Unix system without swap? > > > Sorry for being so negative, but I often have to do compli

Re: RH 7.0 and SWAP partition

2000-09-26 Thread Rick Warner
- just in case. But if someone wants to risk running out of memory when they try printing a web page from Netscape (try printing www.mslinux.org), then they should be allowed to do so. - rick warner On Tue, 26 Sep 2000, Vidiot wrote: > > Why do I _need_ to create a swap partition? I t

Re: RH 7.0 and SWAP partition

2000-09-26 Thread Tonko de Rooy
ed, > > but I first thought to just do a clean install as it did not > > have anything important on it. So I selected the Custom Install > > path, and in Disk Druid selected the / partition, and to save > > the changes. Disk Druid then gave me an error saying t

Re: RH 7.0 and SWAP partition

2000-09-26 Thread Vidiot
> Why do I _need_ to create a swap partition? I thought this had > finally been fixed in RH 6.2, but its back again! And why would you possibly want to run a Unix system without swap? > Sorry for being so negative, but I often have to do complicated > i

Re: RH 7.0 and SWAP partition

2000-09-26 Thread Charles Galpin
t to just do a clean install as it did not > have anything important on it. So I selected the Custom Install > path, and in Disk Druid selected the / partition, and to save > the changes. Disk Druid then gave me an error saying that a swap > partition had to be

Re: RH 7.0 and SWAP partition

2000-09-26 Thread Tonko de Rooy
> Disk Druid is a bit brain dead in this area. I had the same problem going > from 6.0 to 6.2. All you have to do is redesignated the old swap partition > as a swap partition. I had to do the same thing with the root partition too. That's not the problem. The system simply d

Re: RH 7.0 and SWAP partition

2000-09-26 Thread Grant Nygren
ve anything important on it. So I selected the Custom Install > path, and in Disk Druid selected the / partition, and to save > the changes. Disk Druid then gave me an error saying that a swap > partition had to be created! > > Why do I _need_ t

RH 7.0 and SWAP partition

2000-09-26 Thread Tonko de Rooy
Install path, and in Disk Druid selected the / partition, and to save the changes. Disk Druid then gave me an error saying that a swap partition had to be created! Why do I _need_ to create a swap partition? I thought this had finally been fixed in

Re: Swap partition

2000-02-26 Thread rpjday
On Fri, 25 Feb 2000, Bernhard Rosenkraenzer wrote: > On Fri, 25 Feb 2000, Ketan wrote: > > > guys, > > > > how do I increase the swap partition size w/o repartitioning ? > > You can't increase partition sizes without repartitioning obviously. > You can

Re: Swap partition

2000-02-25 Thread Bernhard Rosenkraenzer
On Fri, 25 Feb 2000, Ketan wrote: > guys, > > how do I increase the swap partition size w/o repartitioning ? You can't increase partition sizes without repartitioning obviously. You can add a swap file though: dd if=/dev/zero of=/tmp/swap.file bs=1k count=1024 m

Swap partition

2000-02-25 Thread Ketan
guys, how do I increase the swap partition size w/o repartitioning ? thanks ketan Do You Yahoo!? Talk to your friends online with Yahoo! Messenger.

linux and swap partition on compaq

1998-06-23 Thread Etienne Joubert
This compaq machine still installs to the capacity of the swap partition and then sends the termination signals. I'm getting slightly ticked off by this but i'm open for suggestions. Thanx. -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIS

Re: Do I need a bigger swap partition?

1998-04-01 Thread Drachen
ECTED] Spam Patrol On Sat, 28 Mar 1998, William T Wilson wrote: > Date: Sat, 28 Mar 1998 21:09:50 -0500 (EST) > From: William T Wilson <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Subject: Re: Do I need a b

Re: Do I need a bigger swap partition?

1998-03-28 Thread William T Wilson
On Sat, 28 Mar 1998, Drachen wrote: > yes, but if you run a machine with high memory req's that you don't reboot > often (like a server) it's a good idea, because otherwise the machine > can't defragment its memory, which affects performance, etcetc This isn't true. Only Macintoshes have to wor

Re: Do I need a bigger swap partition?

1998-03-28 Thread Drachen
AIL PROTECTED]" <[EMAIL PROTECTED]> > Subject: Re: Do I need a bigger swap partition? > Resent-Date: 28 Mar 1998 17:55:08 - > Resent-From: [EMAIL PROTECTED] > Resent-cc: recipient list not shown: ; > > On Sat, 28 Mar 1998, Casey Bralla wrote: > >I build RH 5 wi

Re: Do I need a bigger swap partition?

1998-03-28 Thread Steve \"Stevers!\" Coile
On Sat, 28 Mar 1998, Casey Bralla wrote: >I build RH 5 with a 32 MByte swap partition (doiuble my current 16 >MBytes of RAM). I plan to increase my RAM to 64 MBytes. Will I need >to repartition my disk to increase the swap space to 64 MBytes? (or >132 MBytes?) Only if you want to.

Do I need a bigger swap partition?

1998-03-28 Thread Casey Bralla
I build RH 5 with a 32 MByte swap partition (doiuble my current 16 MBytes of RAM). I plan to increase my RAM to 64 MBytes. Will I need to repartition my disk to increase the swap space to 64 MBytes? (or 132 MBytes?) J R Casey Bralla [EMAIL PROTECTED] Chief Nerd in Residence NerdWorld Cheraw