similar to: Clone physical into virtual

Displaying 20 results from an estimated 8000 matches similar to: "Clone physical into virtual"

2007 Aug 09
2
centos 5.0 setting up an iscsi target
Can someone point me to some documentation on how to set up centos 5.0 as an iscsi target? I'm completely new to iscsi so need something basic. _____________________________________ "He's no failure. He's not dead yet." William Lloyd George -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Aug 22
1
Right click on desktop
How do I customize what I see when I right click on the desktop? jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070822/7b186216/attachment.html>
2007 Aug 08
2
rpmbuild --rebuild
Hi Again try to learn, how to make package. Now when I try to make from .src.rpm I get: [root at oh1mrr lataa]# rpmbuild --rebuild webmin-1.360-1.src.rpm Installing: webmin-1.360-1.src.rpm error: Legacy syntax is unsupported: copyright error: line 12: Unknown tag: Copyright: Freeware What's wrong with rpm? or me, eh? :D Also if I try install webmins noarc.rpm I don't get it work
2007 Sep 19
2
best source for rpmdevtools RPM in C5
hello, I'm going to try this question again. The first time I botched it and the answers I got were useless. I want to use rpmdevtools to help with some packaging chores. There is no C5 version that I can find. I've located an SRC RPM in a location that is known to be C5 compatible. There are 2 versions of rpmdevtools:
2007 Aug 03
7
Power burn test
I need a program that will just run everything at max so I can measure the max power used on some systems. My 'Kill a Watt' meter should show up early next week. SO run that CPU at max, using all memory, and keeping the harddrive spinning. I can jsut do pings on the lan card for it to stay awake. I have searched here and on the net and have come back with nothing.
2007 Aug 09
3
inexpensive / reasonably priced workstation / server development box
We are testing some simple low bandwidth video and audio broadcasting using real server and client softwares. So, for quick check and simplicity, we were plunking along TESTING on an 3.2GHz XP box and I noticed frames were getting dropped on the broadcast just for resizing a window on the screen during the session. Talk about totally lame... I know this can be a big deal and start conflicting
2007 Sep 17
5
Server Virtualization
Hello, I work for a school in a New Zealand university and we are wanting to implement Server Virtualization for both CentOS and Windows systems. So I thought I would ask here what experience people have had with this and what issues that you all think should be considered? From my own research it seems that VMWare or Xen are really the two major products to be considered, are there any
2008 May 23
2
How to move my MBR
I removed an ATA drive (/home) for a new SATA and my system would not boot. I'm guessing that it put the MBR on that drive instead of the drive that holds the / partition. What's the best way confirm where the MBR resides and, after I verify that's my problem, how I can move (or make a copy) onto a different drive? Thanks, Scott
2009 Jun 22
2
Make sshd log IP addresses, not hostnames
Can I adjust the ssh daemon to log IP addresses instead of hostnames? I assume this situation is feasible... * 10.10.10.10 attempts to ssh to the server * reverse dns resolves to "somehost.domain.com" * ssh daemon logs "somehost.domain.com" in messages * foward dns on "somehost.domain.com" resolves to 10.10.10.20 Thus it causes some of my scripts a problem if the
2007 Oct 12
4
Safe method to remove old kernels
# rpm -qa | grep kernel-2 | sort kernel-2.6.9-42.0.10.EL kernel-2.6.9-42.0.2.EL kernel-2.6.9-42.0.3.EL kernel-2.6.9-42.0.8.EL kernel-2.6.9-42.EL kernel-2.6.9-55.0.2.EL kernel-2.6.9-55.0.6.EL kernel-2.6.9-55.0.9.EL kernel-2.6.9-55.EL I'm running the most recent kernel available, and I've never had a problem with any past kernels, so I don't believe there's any reason to keep all of
2008 Jun 05
3
vsftpd and active mode connections causes FTP session to hang
I've encountered an odd error state that I haven't been able to resolve yet. I have a customer that, for what ever reason, wants to use active mode occasionally for FTP xfers. What they have noticed, is that after you switch to active, and issue a command (they do 'ls', I've done other things like 'put' and 'get', etc.), the connection hangs. If you wait a
2007 Dec 10
2
5.1 Upgrade Not Working?
So both "yum upgrade" and "yum update" now are complete and there's no new packages. However, when I attempt to check my version, I'm still showing 5. # cat /etc/redhat-release CentOS release 5 (Final) I remember seeing 5.1 repositories being access for the upgrades. Is it possible my system did not upgrade? # uname -r 2.6.18-53.1.4.el5.centos.plus Thanks, Scott
2007 Oct 18
2
Upgrading Java on CentOS 4.5
# rpm -qa | grep -E '^(java|jdk|jre)-' jre-1.6.0_03-fcs java-1.4.2-gcj-compat-1.4.2.0-27jpp jdk-1.6.0_03-fcs java is a CentOS package. jdk and jre are from Sun. (I need Java >= 1.5.0 for an application I'm installing.) # update-alternatives --config java There are 1 programs which provide 'java'. Selection Command ----------------------------------------------- *+
2008 Feb 08
2
Changing ext3 Partition Size
I have an ext3 partition from our SAN. The size was increased. I am attempting to re-size this specific ext3 partition, obviously. I unmount the partition, run fdisk, change the cyls, and save... WARNING: Re-reading the partition table failed with error 22: Invalid argument. The kernel still uses the old table. The new table will be used at the next reboot. And that is the message that I
2007 Nov 14
2
rsync problem
I have a simple script that sends one file to two locations on the same destination server. Here's the code: DEST="remotehost" SRC="/home/boss/application.conf" DST1="/home/user1/application.conf" DST2="/home/user2/application.conf" RSYNC1=`rsync -caW -e ssh $SRC $DEST:$DST1` RSYNC2=`rsync -caW -e ssh $SRC $DEST:$DST2` This runs every 5 minutes. What
2008 Apr 09
3
Interface bonding?
I'm try to bond a few interfaces together with the hopes of getting increased throughput, and I'm using a cisco Catalyst 2900 as the switch. I've tried using mode 0, 5, and 6 with nothing special on the switch, and mode 4 with some ports "trunked" together (I have a feeling that the "trunking" that the 2900 does is not 802.3ad, as it disabled the ports it saw as
2009 Feb 04
1
rsync differences between Fedora/Ubuntu?
Hello All, (I'm only one step above a user, so would appreciate any technical answers thoroughly explained. But if you're in a real rush, I could just forward your reply to a local wizard for translation.) With the script below, I use rsync to mirror the /boot partition and the / (without /boot) partition on to removable ATA/IDE hard drives. (Insertion/removal of mirror drives are
2005 Aug 09
2
Upgrading Drive, Best Practice?
Hi, This might sound like a n00b question, but I've honestly never done this with a Linux machine... (it is running Centos3) We have a 1U mail server with two 36GB SCSI drives in a hardware mirror config. There's no more room for any other drives in the case. It's filling up, so we now have two 74GB drives ready to take their place. Possible solutions that I've come up
2015 Feb 04
2
[LLVMdev] Question on Machine Combiner Pass
Ping From: Mandeep Singh Grang [mailto:mgrang at codeaurora.org] Sent: Tuesday, February 03, 2015 4:34 PM To: 'llvmdev at cs.uiuc.edu' Cc: 'ghoflehner at apple.com'; 'apazos at codeaurora.org'; mgrang at codeaurora.org Subject: Question on Machine Combiner Pass Hi, In the file lib/CodeGen/MachineCombiner.cpp I see that in the function
2004 Mar 29
2
Domain Group Permissions
Re: Fedora + Samba 3.0.2a, Win 2003 + AD Domain [Accounting] comment = Accounting path = /shares/accounting valid users = @"Accounting" With "Accounting" being an Active Directory domain group. "wbinfo -g" and "getent group" both show all my AD groups. If I change to "valid users = smoseman", it will validate against my AD account. But it