Debian Installation :: Clone From 1 Server Be Used On Another Server?
Jul 15, 2010
If I clone a debian linux from a server to a harddisk, can I simply plug this clone harddisk to another server and boot it up to use as the primary OS disk for this server, even though the 2 servers may not be the same configuration, same make and model?
View 2 Replies
ADVERTISEMENT
Sep 20, 2010
I'm planing to get 4 dedicated, remote servers for my start up, the question I have is: how to do only one installation and then duplicate or clone this installation into all the other machines. I could install those 4 servers manually, but the problem is - we have a lot of things that our application needs, and later there will be more servers. So an automatic way to do that would be better. We are using Debian. Perhaps there's a way to create a "big package" that will contain all of the necessary software in it, then simply require from the hosting provider that all of our servers come with Debian installed, and then manually upload the "big package" and install it?
View 3 Replies
View Related
Feb 3, 2011
I have a bunch of computers with the same configuration, so I would like to install Ubuntu only to one master computer and later on just copy the partition layout and the filesystem unto other computers. Previously I was able to simply copy the partition layout (via the sfdisk utility), the filesystem (a simple "cp -a") and install Grub (via script). Now I had to use the parted utility to partition the 2TB drive and Grub2 is the default boot loader.
My questions are now:
1. How do I copy the partition layout from /dev/sda (master) to /dev/sdb (clone)?
2. How do I batch install install Grub2 to the other disk (e.g. /dev/sdb) ?
In Grub 0.97 it used to be something like that:
Code:
# GRUB the disk
grub --no-floppy --batch <<EOF_GRUB
root ($GRUB,0)
setup ($GRUB)
quit
EOF_GRUB .....
In Grub 2 I tried with:
Code:
grub-install --force --root-directory=/mnt/sdb1/ /dev/sdb
Only to get this error: .....
The Grub2 syntax is way different compared to Grub0.97. Yes, I do could use the Grub2-suggested option but since the partition layouts on both partitions are equal, I see little point in setting the BIOS Boot Partition option, since the master computer works without it and I don't remember any error message during the install.
View 9 Replies
View Related
Sep 10, 2010
A linux cvs server is of 250 GB, I have to replace all data to a new 500 GB hdd with intact of data. How will I do that?
View 11 Replies
View Related
Mar 4, 2010
Currently my server use SAS 146G 10K. This hdd is in mirror mod. But space in current hdd is not enough. So, my plan is clone current hdd to other SAS 300G 10K.
View 1 Replies
View Related
Jun 28, 2010
I want to clone a linux bridge repository. i'm behind a proxy server.
The command :
gives the following error
I've done
1 - sudo apt-get install socket
2 - in my home directory, a shell script called "proxy-cmd.sh" was created containing #! /bin/bash (echo "CONNECT $1:$2 HTTP/1.0"; echo; cat ) | socket git://MYPROXY 3128 (read a; read a; cat )
3 - chmod +x proxy-cmd.sh
4 - export GIT_PROXY_COMMAND=<PATH TO MY SCRIPT>/proxy-cmd.sh
Still not getting.
View 8 Replies
View Related
Sep 30, 2010
I have a finely working CentOS server. I want to clone the complete OS (over network) so that I can use it for same functionality on several other machines..
View 2 Replies
View Related
Jan 1, 2011
Have anyone try the latest Debian 5 iso CD? I got installation problem. It is the select and install software stage. If I select only
Code:
[*]Desktop Environment[*]Standard
I want to select web server, email server, the installation fail.
View 4 Replies
View Related
Apr 20, 2010
The place I work has a web/dns server on opensuse 10 up and running hosting a few websites (our company one & a few vhost ones). The box was set up before I got here. Now we are wanting to create a new 11.2 server that is basically a backup / clone of 1st server in case it goes down.
View 3 Replies
View Related
Jul 19, 2010
if there is available SLES clone out there. Like Red Hat Enterprise Linux = CentOS?
View 1 Replies
View Related
Jan 25, 2011
I will be relocating to a permanent residence sometime in the next year or two. I've recently begun thinking about the best way to implement a home-based network. It occurred to me that the most elegant solution might be the use of VM technology to eliminate as much hardware and wiring as possible.My thinking is this: Install a multi-core system and configure it to run several VMs, one each for a firewall, a caching proxy server, a mail server, a web server. Additionally, I would like to run 2-4 VMs as remote (RDP)workstations, using diskless workstations to boot the VMs over powerline ethernet.The latest powerline technology (available later this year) will allow multiple devices on a residential circuit operating at near gigabit speed, just like legacy wired networks.
In theory, the above would allow me to consolidate everything but the disklessworkstations on a single server and eliminate all wired (and wireless) connections except the broadband connection to the Internet and the cabling to the nearest power outlets. It appears technically possible, but I'm not sure about the various virtual connections among VMs. In theory, each VM should be able to communicate with the other as if it was on the same network via the server data bus, but what about setting up firewall zones? Any internal I/O bandwidth bottlenecks? Any other potential "gotchas", caveats, issues? (Other than the obvious requirement of having enough CPU and RAM).Any thoughts or observations welcome, especially if they are from real world experience in a VM environment. BTW--in case you're wondering why I'm posting here, it's because I run Debian on all my workstations/servers (running VirtualBox as a VM for Windows XP on one workstation).
View 14 Replies
View Related
Aug 10, 2010
Running Squeeze here. I added a new SSD to my system. Root is /dev/sda3 and I want to clone that system to the new SSD on /dev/sdb1 and make it bootable. I tried:
mount /dev/sdb1 /mnt/ssd_root
cp -dpRx / /mnt/ssd_root
then
update-grub
or
grub-install --recheck --root-directory=/mnt/ssd_root /dev/sdb
but to no avail. I cannot get the new system to be bootable and available through Grub. Part of the problem is that I do not know my way around Grub v2 so well, I could probably manage quite well with legacy grub. So, whats the easiest way to clone a system and make it bootable on another partition? Should I be using debootstrap, and importing/exporting the package list to install the same packages on the new system as the old? or is using cp -dpRx to copy the old ok? How do I make the new system boot?
View 9 Replies
View Related
Oct 19, 2010
i am trying to get starting installing debian on my virtual server what is supported for IA64 and i have try'd this few different version(se bellow) and the img fail isin't boting?
debian-503-ia64-businesscard(notice diffrent version tryed to)
debian-503-ia64-CD-1(notice diffrent version tryed to)
debian-503-ia64-netinst(notice diffrent version tryed to)
I have used before virutal server and booted successfully a img file and installed a operating system sow what is wrong?
View 7 Replies
View Related
Mar 3, 2011
I'm using Ubuntu 10.04 LTS - the Lucid Lynx.
I have reinstalled mysql-server-5.1 using the command "sudo apt-get --reinstall install mysql-server-5.1".
But its giving error message at the end of installation when its trying to start the server.
The error message is as follows.
When i tried to start the server after the installation, i get this error message
Note : The file "/etc/mysql/my.cnf" is empty.
View 1 Replies
View Related
Jun 26, 2010
I'm running the current release of Debian with the 2.6.26-2 kernel. This is an upgrade from an older (2.4 kernel) series redhat release. One of the things I had working in the older system was a dns server with accompanying monthly update of the root hints file. I tried working through a dns how-to to set this up again, but it seems much has moved around since I last played with this. All of the files listed in the how-to are not where it says they should be. I am looking for a better reference on keeping the dns server running with current server information.
View 1 Replies
View Related
May 3, 2011
I have installed nfs-kernel-server on the server and nfs-common on the client. Assumeserver 192.168.1.1client 192.168.1.3
content of /etc/exports is:
/home 192.168.1.0/255.255.255.0(rw,sync,no_root_squash)
/home/nfsroot 192.168.1.0/255.255.255.0(rw,no_subtree_check,async,no_root_squash)
[code]....
View 4 Replies
View Related
Nov 15, 2010
I have got xorg and gnome-core installed. When I put in command startx I get the following message: X: warning; process set to priority -1 instead of requested priority 0 Fatal server error:Server is already active for display 0 If this server is no longer running,remove /tmp/.X0-lock and start again. when I try to sudo Xorg -configure it shows me same message server is ..... lspci shows me the following information 04:02.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)So what I am doing wrong and how do I get this videocard working with Xorg.
View 7 Replies
View Related
Mar 16, 2010
I am running a NFS share on a Debian Lenny server with to network interface.
Sometimes when booting the server the following messages i shown in syslog:
Code:
If the system is rebooted then NFS is functional again. I would like to know way this happens somtimes so i can repair it, anyone with an idea? Another thing is that i would like to bind the NFS service to a specific interface e.g eth1 is this possible?
View 2 Replies
View Related
Jul 8, 2011
I am not seeing what i am doing wrong here, but here goes:
From my server I need to run a command for backup on 25 remote servers (through a script). Now I have pushed the public keys for remote ssh connectivity on all of them and it works ( I can push files using rsync without the need to enter passwords on the remote servers), howver, I need to run the following command:
ssh odsadmin@10.139.111.1 'cp -a /var/www/life /var/www/life-v4'
when I run this command, I keep getting asked to enter the password, I even tried putting sudo in front of the cp, but still get the request to enter the password.
View 9 Replies
View Related
Apr 2, 2010
I have installed a linux server in my office to run 16 machines. Its main use will be a internal mail server but will be also running websites.
I have installed Ubuntu 9.10 server x64 and have got apache running.
I am looking for the simplest more robust solution for smtp, pop3 and imap. I have only ever used qmail before and found it a pain to configure and its getting old so I though I should probably try something new. I have not much experience with running pop3 or imap on linux so would love a suggestion on that.
View 4 Replies
View Related
Aug 27, 2011
I have 2 computers on the same network that i need to link together to transfer files 1 is a web server the other is a minecraft server. the problem is that the file transfer will be constant as the minecraft server will constantly updates files on the web server and I dont want it to go to the router then to come back to the web server. I want to add a second network card to each computer and link them together and use this second connection to transfer the files is it possible?
View 2 Replies
View Related
Jan 4, 2010
I am connecting servers using NFS4 the shared directories are on servers running Debian 4 while the one who read from them is Debian 5.0.3. The problem is one of these shared servers suddenly stop responding and you cannot list it from Debian 5 server, also df hang, and the web application that is using it does not respond to requests that use this shared directory since it is blocked. Then the load on the server start to increase until the server cannot respond (over 90). I have found many entries in the syslog that refer to this like:
ma25555 kernel: [1200285.732919] nfs: server 10.xxx.xxx.xxx not responding, still trying
Dec 31 08:16:33 ma25555 kernel: [1200289.815378] INFO: task java:9702 blocked for more than 120 seconds.
Dec 31 08:16:33 ma25555 kernel: [1200289.835249] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
code....
I have tried the connection between the 2 servers using ping for one day and all are OK (zero lost)
There are 3 other servers that are running Debian 4 and are working fine.
View 1 Replies
View Related
Aug 26, 2010
Many software available for patch managment like OCSinventry, cfengine,puppet,redhat satellite server for linux. I want to perform patch management for my Linux server (centOS, debian) My question is how to find out which patches available for Linux and which patches i need to apply. Is there any way to find out require patches?
View 6 Replies
View Related
Jan 28, 2011
it is possible to make a connection to a server with FTP Server from my vserver? like the IP shown ond the FTP server is the ip from my vserver? Is this like a Socks5? is it possible? and if i download something from this FTP-Server to my home (the vserver is "between"), how big is the Traffic? is all the Traffic, wich i download, throught my v-server? (because i just have a few GB per month to download)
View 3 Replies
View Related
Aug 23, 2011
I am completely new to Debian . My aim is to get one of my machines to run this system as the intranet server including www server, mailing server, intranet server and LAMP at the same time on the small network. I have found some resources including how-to's how to install Debian as the normal operative OS not as the intranet server. I have also found this: [url].However that is applicable for the 'Mandrake' distribution (Mandriva). Now, I would like to ask few questions that will be applicable not only for me but for more users and if someone could answer them .
1.What installation source shall I choose, CD/DVD/Network Install CD?
2.I have found this: [url] ... troduction is that applicable?
3.How to install web server, mail server, LAMP and configure them, link above describes mail server installation not configuration itself.
4.How to configure intranet on Debian to work as the server serving the Windows clients (using Samba?)
If someone could propose a set of the sources or the instructions how to achieve all of the steps I would really appreciate that. Also, if sources will be given by the users I shall try to achieve what I want and write up 'how-to' for this problem. Therefore, me and other users would benefit from that.
View 1 Replies
View Related
Jun 14, 2011
I wanted to setup my server as a router/gateway just for educational purposes and also when it succeeded i will keep the gateway and place it on the front line right after my modem.
My current setup as it is now :
The GATEWAY/ROUTER will be doing the main work to act as a dhcp server and firewall.
Now my setup as it is now :
So now what i ment to do was :
Let the clients connect to the gateway via ETH1 and all the stuff being router to ETH0 which is the NIC that is connected to the internet.
But now i have two huge problems :
1. The DHCP configuration seems to be fine the client machines get their ip adresses and /etc/resolve.conf looks fine to. But somehow the GATEWAY/ROUTER wont let me use the specified external DNs server so i cant do anything on these machines.
2. The firewall script [url] at line 27 should be DROP but if i use this line of code the GATEWAY/ROUTER cannot use his dns server settings so when i try to browse the internet or ping a machine outside my local network it would came up with nothing.
View 1 Replies
View Related
Aug 31, 2014
I have just completed my fresh Debian installation. I have added MySQL server and client using the package manager.
Now I am trying to connect from my PC to the MySQL server (on debian) but getting the following message:
2003: Can't connect to MySQL server on 10.0.0.111 (10061)
View 7 Replies
View Related
Sep 1, 2014
I would like to enable SSH on my debian server but not for MySQL. For MySQL, I want to connect normally.
View 7 Replies
View Related
Mar 31, 2011
Today I saw that there was an update available for my LAMP server that involved BIND.
So after I ran an apt-get upgrade i got the following big stack of messages ending sadly with error and I cannot upgade the of "fix" the system after that. Any Ideas? code...
View 5 Replies
View Related
Feb 26, 2015
I install debian, I when I restart apache2, I got this error
[warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Feb 26 11:53:45 2015] [warn] RSA server certificate CommonName (CN) `Ismo' does NOT match server name!?
How can I modify the commonName of the RSA server certificate?
View 1 Replies
View Related