similar to: Copying CentOS to new drive

Displaying 20 results from an estimated 1000 matches similar to: "Copying CentOS to new drive"

2006 Apr 02
2
raid setup
Hi, I have 2 identical xSeries 346 with 2 identical IBM 72GB scsi drive. What i did is install the centos 4.2 serverCD on the first IBM and set the HDD to raid1 and raid0 for swap. Now what i did is get the 2nd HDD in the 1st Server swap it with the 1st HDD in the 2nd Server and rebuild the Raids. The 1st server rebuild the array fine. My problem is the Second server, after rebuilding it and
2016 May 04
0
Copying CentOS to new drive
On Wed, 2016-05-04 at 12:38 +0200, Timothy Murphy wrote: > I recently asked about copying a running system to a new drive. > > As a postscript, I'm wondering if it would have been preferable > to run the machine under a Live OS, and simply copy the root partition > to the new drive? > Eg while running under the LiveOS, > # mkdir /mnt/old /mnt/new > # mount
2007 Mar 06
1
blocks 256k chunks on RAID 1
Hi, I have a RAID 1 (using mdadm) on CentOS Linux and in /proc/mdstat I see this: md7 : active raid1 sda2[0] sdb2[1] 26627648 blocks [2/2] [UU] [-->> it's OK] md1 : active raid1 sdb3[1] sda3[0] 4192896 blocks [2/2] [UU] [-->> it's OK] md2 : active raid1 sda5[0] sdb5[1] 4192832 blocks [2/2] [UU] [-->> it's OK] md3 : active raid1 sdb6[1] sda6[0] 4192832 blocks [2/2]
2016 May 04
0
Copying CentOS to new drive
Hello Timothy, On Wed, 04 May 2016 12:38:41 +0200 Timothy Murphy <gayleard at eircom.net> wrote: > I recently asked about copying a running system to a new drive. > > As a postscript, I'm wondering if it would have been preferable > to run the machine under a Live OS, and simply copy the root partition > to the new drive? > Eg while running under the LiveOS, >
2014 Sep 09
2
Re: CoreOS support
The options -x -v gave me an error that no such option so I ruined it with —debug option. root@ny2proxd03:/var/lib/vz/images/100# virt-resize --expand /dev/sda3 vm-100-disk-1.qcow2 vm-100-disk-1.qcow2.resized --debug command line: virt-resize --expand /dev/sda3 vm-100-disk-1.qcow2 vm-100-disk-1.qcow2.resized --debug Examining vm-100-disk-1.qcow2 ... libguestfs: trace: add_drive
2009 Dec 08
1
[PATCH node] iscsi remote root basework This lays most of the groundwork for iscsi installation and configuration. At this time configuring iscsi is disabled due to multiple issues with dependent pieces.
- dracut does not currently support booting a dmsquash file system on an iscsiroot - can not be configured in standalone mode since networking is not up, although works fine if ovirt-config-setup is run once booted. Signed-off-by: Joey Boggs <jboggs at redhat.com> --- recipe/common-pkgs.ks | 1 + scripts/ovirt-config-boot | 67 ++++++++++++++++----
2010 Mar 23
1
[PATCH node][RFC] Remove dependencies on /dev/disk/by-label entries
Use findfs LABEL=ABC and mount LABEL=ABC instead. Signed-off-by: Mike Burns <mburns at redhat.com> --- scripts/ovirt-config-boot | 29 ++++++++++++++++------------- scripts/ovirt-config-storage | 2 -- scripts/ovirt-functions | 18 ++++++++++-------- 3 files changed, 26 insertions(+), 23 deletions(-) diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot index
2010 Mar 24
2
[PATCH node][REPOST 1/2] Fix uninstall to detect and cleanup correct partitions
Previous implementation had staticly defined partitions to remove. This would break in the case of split Root and HostVG devices. Signed-off-by: Mike Burns <mburns at redhat.com> --- scripts/ovirt-config-boot | 11 +-------- scripts/ovirt-config-uninstall | 48 ++++++++++++++++++++++++--------------- scripts/ovirt-functions | 33 +++++++++++++++++++++++++++ 3 files
2009 Aug 20
3
[PATCH ovirt-node-image] fixes for edit-livecd
Patch set fixes issues with image size increase when using edit-livecd Also address issue with ext4 root fs
2012 Jul 17
1
Unmountable btrfs filesystem
Hi devs, I can''t mount my btrfs-based external disk. I don''t know what happened to the disk, but usually it gets disconnected (usb cable pulled out) buy my 8 months old daughter. Here''s the output from dmesg: [ 299.699543] parent transid verify failed on 528952573952 wanted 22726 found 22728 [ 299.700947] btrfs read error corrected: ino 1 off 528952573952 (dev
2014 Apr 07
3
Software RAID10 - which two disks can fail?
Hi All. I have a server which uses RAID10 made of 4 partitions for / and boots from it. It looks like so: mdadm -D /dev/md1 /dev/md1: Version : 00.90 Creation Time : Mon Apr 27 09:25:05 2009 Raid Level : raid10 Array Size : 973827968 (928.71 GiB 997.20 GB) Used Dev Size : 486913984 (464.36 GiB 498.60 GB) Raid Devices : 4 Total Devices : 4 Preferred Minor : 1
2006 Dec 15
12
Numbering of releases
Am I right in thinking that the numbering of the versions are in synch with the gcc version that one is recommened to build with? In other words "use gcc version 3.foo". -- John Maclean - 07739 171 531 MSc (DIC) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Sep 29
2
scp partition "not a regular file"
Hi list, should it be possible to scp a partition with this command: scp /dev/sda7 backupserver:/backup/sda7.img I always get "not a regular file" - which is a clear and understandable error, but my googling tells me that some people are doing this - and it seems to work - at least at their systems. I know that I can avoid this by simply doing dd if=/dev/sda7 | ssh backupserver dd
2008 Apr 24
1
Utility tool for dm-ioband.
Hi everyone, I made a utility tool for dm-ioband version 0.0.4, named iobandctl. It enables you to easily apply I/O bandwidth control to an entire disk, and manage it. It helps you set the percentage of bandwidth to give each partition, and each user, process, group, or cgroup. (You are not able to use cgroup support yet, because the dm-ioband patch to enable cgroup support
2008 Apr 24
1
Utility tool for dm-ioband.
Hi everyone, I made a utility tool for dm-ioband version 0.0.4, named iobandctl. It enables you to easily apply I/O bandwidth control to an entire disk, and manage it. It helps you set the percentage of bandwidth to give each partition, and each user, process, group, or cgroup. (You are not able to use cgroup support yet, because the dm-ioband patch to enable cgroup support
2008 Apr 24
1
Utility tool for dm-ioband.
Hi everyone, I made a utility tool for dm-ioband version 0.0.4, named iobandctl. It enables you to easily apply I/O bandwidth control to an entire disk, and manage it. It helps you set the percentage of bandwidth to give each partition, and each user, process, group, or cgroup. (You are not able to use cgroup support yet, because the dm-ioband patch to enable cgroup support
2009 Sep 30
1
[PATCH node] split root filesystems out of HostVG and onto their own partitions
This lays the groundwork for setting Root and RootBackup onto individual partitions for multiple disk installations in the future. Install, removal, upgrade testing has been performed and all seems to work at this point. --- scripts/ovirt-config-boot | 15 ++++++++------- scripts/ovirt-config-storage | 28 +++++++++++++++------------- scripts/ovirt-config-uninstall | 2 ++
2001 Sep 03
2
ext3 and df don't agree ?
I've taken my RH7.1 system, rebuild kernel (2.4.9 with ext3 patches) and followed the ext3 instructions to install. Everything seems to work OK but - df -k doesn't list the ext3 partition (my root partition). Is this a known problem ? If not, how best can I gather diagnostics to identify the source of the problem ? Thanks -- Philip Nelson (teamdba@bojnice.com)
2007 Nov 22
3
HDD usage oddity
Hi, 2 of my Centos4 servers are showing weird behavior. [root at server1 ~]# du -sh /var/ 1.8G /var/ [root at server1 ~]# df -h /var Filesystem Size Used Avail Use% Mounted on /dev/sda7 4.3G 3.9G 181M 96% /var [root at server2 var]# df -h /var Filesystem Size Used Avail Use% Mounted on /dev/sda7 2.9G 2.7G 0 100% /var [root at server2
2013 Jun 18
1
How to rebuild the Centos 6.4 iso images with the same contents as officially released iso images ?
I have read many Centos webpages and mail archives but found only raw descriptions of the build process. My first aim is to rebuild CentOS-6.4-x86_64-LiveCD.iso using the Centos repositories and preferably without recompiling the SRPMs, just to verify the build process. My final aim is to create a Centos LiveOS contain the packages in CentOS-6.4-x86_64-minimal.iso plus some network configuration