Displaying 9 results from an estimated 9 matches for "hpavx".
Did you mean:
hpavzx
2015 Jun 29
2
Tar CentOS installation and transfer it to new server
Current Installation: CentOS 7.1503 with SerNet Samba 4 ver. 4.1.17
configured as Active Directory Domain Controller.
Current Installation: HP Workstation with dual Xeon quadcore cpu's and 4 x
SATA hard drives NOT configured in RAID array.
New Installation: CentOS 7.1503 minimal install
New Installation: SuperMicro with single Xeon quadcore cpu and 4 x SATA
hard drives configured in two pairs
2015 Jun 29
0
Tar CentOS installation and transfer it to new server
...gt; tarball.
>
> Has anyone done this before?
> Do you know if it's doable?
>
> Thanks for reading.
What we've done a good bit of, to upgrade one server from another that's
already where we want it to be, is this:
1. On the target machine, mkdir /new /boot/new
2. rsync -HPavx <sourceserver>:/boot/. /boot/new/
3. rsync -HPavx -exclude=/old -exclude=/var/log/wtmp <sourceserver>:/.
/new/ (exclude anything else you want)
4. Copy /etc/fstab, /etc/sysconfig/network,
/etc/sysconfig/network-scripts/ifcfg-e*, /boot/grub/device.map, and
/etc/exports, if any, to /boot...
2015 Jun 29
2
Tar CentOS installation and transfer it to new server
...before?
> > Do you know if it's doable?
> >
> > Thanks for reading.
>
> What we've done a good bit of, to upgrade one server from another that's
> already where we want it to be, is this:
>
> 1. On the target machine, mkdir /new /boot/new
> 2. rsync -HPavx <sourceserver>:/boot/. /boot/new/
> 3. rsync -HPavx -exclude=/old -exclude=/var/log/wtmp <sourceserver>:/.
> /new/ (exclude anything else you want)
> 4. Copy /etc/fstab, /etc/sysconfig/network,
> /etc/sysconfig/network-scripts/ifcfg-e*, /boot/grub/device.map, and
> /etc/...
2017 Jun 07
1
Crazy thought about upgrading to new major release
...rsistent-net.rules
> /new/etc/udev/rules.d/
> find /new/var/log/ -type f -exec cp /dev/null {} \;
>
> Fix /new/etc/fstab, ESP if you use UUID. I *strongly* prefer LABEL=
> Then, any webserver stuff if the old was running it.
> If this system is using Linux RAID,
>
> rsync -HPavx /old/etc/md.conf /etc/
>
> If yuo want to, copy the original SSH keys:
>
> rsync -HPavzx /etc/ssh/ssh_host* /new/etc/ssh
>
> Don't forget /boot/grub/device.map, and for C6, /new/boot/grub/grub.conf
> is right, or for C7, /new/boot/grub2/grub.conf is good.
>
> NOTE thi...
2017 Oct 10
3
/boot partition too small
On Tue, Oct 10, 2017 at 10:36:16AM -0400, Stephen John Smoogen wrote:
> On 10 October 2017 at 09:55, KM <info4km at yahoo.com> wrote:
> > First off - let me say I am not an administrator. I need to know if there is an easy way to increase my /boot partition. When I installed CentOS 6 after running 5, it was my oversight not to increase the /boot size. it's too small and I
2017 Jun 06
4
Crazy thought about upgrading to new major release
I have older systems out there that work fine, just for what ever reason
would be great to upgrade from a C5 -> C7 (due to no longer supported) or
C6 > C7 (for updated packages).
Sounds like the upgrade tool is not quite an option...
I was thinking...
What would be wrong with any "easy" script that did the following:
1) Removed all packages with the --justdb option.
2) Import
2017 Jun 06
0
Crazy thought about upgrading to new major release
.../
rsync -HPavzx /etc/udev/rules.d/70-persistent-net.rules
/new/etc/udev/rules.d/
find /new/var/log/ -type f -exec cp /dev/null {} \;
Fix /new/etc/fstab, ESP if you use UUID. I *strongly* prefer LABEL=
Then, any webserver stuff if the old was running it.
If this system is using Linux RAID,
rsync -HPavx /old/etc/md.conf /etc/
If yuo want to, copy the original SSH keys:
rsync -HPavzx /etc/ssh/ssh_host* /new/etc/ssh
Don't forget /boot/grub/device.map, and for C6, /new/boot/grub/grub.conf
is right, or for C7, /new/boot/grub2/grub.conf is good.
NOTE this will work for identical machines. Other...
2018 Aug 29
2
Remote update OS from 6 to 7
Hello all...
I have a remote machine running C6. I desire to update it to C7. Not
possible to be on-site. Can I copy the Everything ISO for C7 to the
machine,
mount -o loop C7.Everything.iso /media/cdrom
then do a "yum upgrade" ?
Will that work? The server is using software raid.
Thanks
Jerry
2019 Aug 12
1
Data migration from one server to another- Centos 7
I want to move all my OS, services like Apache configuration and
application (web server) files and folders to another brand new server.
Both servers are running on Centos 7. i want to clone everything.
My questions
1- what is the easiest way to do this?
2- do I need to partition hard-drive of new server exactly as old one?
3- Is there any changes to make on new server after full migration?
4-