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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-19-2008, 07:54 AM
madunix
 
Posts: n/a
clone

Am in the process to move my systems to new Hardware..
moving DELL PowerEdge Server 2850 running RHEL4 with Oracle10g/Apache
to a new Server DELL PowerEdge 2950
I made mondo systems DVD's (Back/Recovery tool) for the PE2850 but am
not able to install it on PE2950
since they have different Model/RAM/RAID/DISK........ and so on

How can i accomplish this mission or do i need to reinstall the server
from scratch?
need help in this issue, it would be really appreciated.




PE2850
=======
[root@intra /]# df -kh
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
267G 49G 205G 20% /
/dev/sda1 99M 13M 82M 13% /boot
none 2.0G 0 2.0G 0% /dev/shm

[root@intra /]# free
total used free shared buffers
cached
Mem: 4149312 2348776 1800536 0 154788
1651432
-/+ buffers/cache: 542556 3606756
Swap: 2031608 160 2031448


[root@intra /]# cat /etc/fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3
defaults 1 1
LABEL=/boot /boot ext3
defaults 1 2
none /dev/pts devpts
gid=5,mode=620 0 0
none /dev/shm tmpfs
defaults 0 0
none /proc proc
defaults 0 0
none /sys sysfs
defaults 0 0
/dev/VolGroup00/LogVol01 swap swap
defaults 0 0
/dev/hda /media/cdrecorder auto
pamconsole,exec,noauto,managed 0 0
/dev/fd0 /media/floppy auto
pamconsole,exec,noauto,managed 0 0

[root@intra /]# uname -a
Linux intra 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686
i386 GNU/Linux



PE2950 (this can be erased, sample setup only)
=======
[pons@TEST-LINUX2 ~]$ df -kh
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
534G 6.1G 501G 2% /
/dev/sda1 107M 12M 90M 11% /boot
tmpfs 1.7G 0 1.7G 0% /dev/shm

[pons@TEST-LINUX2 ~]$ free
total used free shared buffers
cached
Mem: 3365096 729064 2636032 0 111380
462356
-/+ buffers/cache: 155328 3209768
Swap: 524280 0 524280

Reply With Quote
  #2 (permalink)  
Old 07-20-2008, 12:34 AM
noi ance
 
Posts: n/a
Re: clone

On Sat, 19 Jul 2008 00:54:40 -0700, madunix typed this message:

> Am in the process to move my systems to new Hardware.. moving DELL
> PowerEdge Server 2850 running RHEL4 with Oracle10g/Apache to a new
> Server DELL PowerEdge 2950
> I made mondo systems DVD's (Back/Recovery tool) for the PE2850 but am
> not able to install it on PE2950
> since they have different Model/RAM/RAID/DISK........ and so on
>
> How can i accomplish this mission or do i need to reinstall the server
> from scratch?
> need help in this issue, it would be really appreciated.
>
>
>
>
> PE2850
> =======
> [root@intra /]# df -kh
> Filesystem Size Used Avail Use% Mounted on
> /dev/mapper/VolGroup00-LogVol00
> 267G 49G 205G 20% /
> /dev/sda1 99M 13M 82M 13% /boot none
> 2.0G 0 2.0G 0% /dev/shm
>
> [root@intra /]# free
> total used free shared buffers
> cached
> Mem: 4149312 2348776 1800536 0 154788 1651432
> -/+ buffers/cache: 542556 3606756 Swap: 2031608 160
> 2031448
>
>
> [root@intra /]# cat /etc/fstab
> # This file is edited by fstab-sync - see 'man fstab-sync' for details
> /dev/VolGroup00/LogVol00 / ext3 defaults 1
> 1
> LABEL=/boot /boot ext3 defaults 1 2
> none /dev/pts devpts gid=5,mode=620 0
> 0
> none /dev/shm tmpfs defaults 0
> 0
> none /proc proc defaults 0 0
> none /sys sysfs defaults 0
> 0
> /dev/VolGroup00/LogVol01 swap swap defaults 0
> 0
> /dev/hda /media/cdrecorder auto
> pamconsole,exec,noauto,managed 0 0
> /dev/fd0 /media/floppy auto
> pamconsole,exec,noauto,managed 0 0
>
> [root@intra /]# uname -a
> Linux intra 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686
> i386 GNU/Linux
>
>
>
> PE2950 (this can be erased, sample setup only) =======
> [pons@TEST-LINUX2 ~]$ df -kh
> Filesystem Size Used Avail Use% Mounted on
> /dev/mapper/VolGroup00-LogVol00
> 534G 6.1G 501G 2% /
> /dev/sda1 107M 12M 90M 11% /boot tmpfs
> 1.7G 0 1.7G 0% /dev/shm
>
> [pons@TEST-LINUX2 ~]$ free
> total used free shared buffers
> cached
> Mem: 3365096 729064 2636032 0 111380 462356
> -/+ buffers/cache: 155328 3209768 Swap: 524280 0
> 524280


I'm out on a limb here.

#1 I Mondo rescue recommends going to the commandline to use the
interactive commands so you can skip repartitioning the harddrive.

#2 If Mondo won't cooperate (though it should), I would partition the new
PC with 2 or more volguroups, one for /, another for /home and maybe a
3rd for Apache/Oracle. Then do a clean install. After the new PC has
everything working correctly you use NFS to copy the folders and files
from the old PC to the new PC.

While I have 2 partitions I forgot to backup MySql Db located / before an
upgrade and lost a month of Db records. Now the databases are on the /
home partition.
Reply With Quote
Reply

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


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 06:25 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