Howdy Folks,<br><br>I have three Oracle DB servers, one main and two back up. I'm having trouble using SWAP on the backup machines.<br>The main server seems to work just fine. The output from free is:<br><br>[root@db2 bkup-01-09]# free<br>             total       used       free     shared    buffers     cached<br>Mem:       4154056    3882072     271984          0       7904    3718868<br>-/+ buffers/cache:     155300    3998756<br>Swap:      2031608     155964    1875644<br><br>The backup servers though don't seem to use SWAP. Free give the following:<br>[root@db1 etc]# free<br>             total       used       free     shared    buffers     cached<br>Mem:       4154056    3881176     272880          0      43288    3679652<br>-/+ buffers/cache:     158236    3995820<br>Swap:      2031608        144    2031464<br><br>I didn't' set the machines up so I'm not sure what is different.  <br><br>fstab for both machines are:<br><br>[root@db1 etc]# cat /etc/fstab<br># This file is edited by fstab-sync - see 'man fstab-sync' for details<br>/dev/VolGroup00/LogVol00 /          ext3    defaults        1 1<br>LABEL=/boot      /boot                   ext3    defaults        1 2<br>none                    /dev/pts                devpts  gid=5,mode=620  0 0<br>none                    /dev/shm              tmpfs   defaults        0 0<br>none                    /proc                   proc    defaults        0 0<br>none                    /sys                     sysfs   defaults        0 0<br>/dev/VolGroup00/LogVol01 swap                    swap    defaults        0 0<br>/dev/hda             /media/cdrom          auto    pamconsole,exec,noauto,managed 0 0<br>/dev/fd0             /media/floppy           auto    pamconsole,exec,noauto,managed 0 0<br><br>Can someone point me in a direction to look?<br><br>Thanks<br>Dave<br><br>
<div>

</div>
<BR>