Copy An Account From Another Server Via WHM - Cannot Copy Mysql Database
In previous thread we made few manual transfer of our domains.
We also made some automated migration of few domains/sites using Web Host Manager's Copy an account from another server feature.
All the files and other settings were properly transferred from old server to new server, but only the mysql database is not visible on new server. I am unsure if the same got copied to new server.
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
[mySQL] Copy Colomn From 1 Database To Another
I'm trying to copy the contents of a column from 1 database to another. I need to do this as the contents in the current database have got messed up after an upgrade. The DB structure table forum_msgs It contains a column called "topic_id". Basically I need to copy over the topic ID fields from the "old" database into the "current" database into table forum_msg replacing any values that are currently in the column "topic_id" I tried this but it doesn't seem to work correctly. Any ideas how it should be done? insert current.forum_msgs ( topic_id ) select topic_id from old.forum_msgs
View Replies!
View Related
Copy Accounts Wiht WHM
What's the biggest site you've copied using Copy Account function in WHM? I have a site about 5GB, containing a forum with a gallery. The database is ~600MB. Do you think it'll timeout during the copying process?
View Replies!
View Related
Copy Server To A New HD
It turns out my 250GB hard drive was no match for my data... I need to upgrade the HD. I'm currently using ClarkConnect Community Edition. Is it fine to make a duplicate of an existing hard drive and just plug the new one in? Is there any further configuring or is it all sweet? Also, what software do you recommend to make the copy?
View Replies!
View Related
Windows Server 2008, Can't Copy Files
I rent windows dedicated server for just about a month, but I never had problem. When I copy files on my home computer and then paste them onto server's drive, files begin copying, but after some time they stop copying and I hear double beep sound. Time after which they stop copying is random.
View Replies!
View Related
SolarVPS Won't Let Me Install A Licensed Copy Of SQL Server 2005
After carefully choosing a VPS Host, I decided to go with SolarVPS. The VPS was created quickly. I needed a SQL server for small developemntal purposes; So I didn't want to shell out the $10/month extra just yet. I submitted I ticket to them with a copy of my CAL and Product Key: http://www.nuerom.com/sqlcal.pdf They sent me a e-mail back saying: I'm sorry but the document you have attached does not reflect that the software is licensed to you so with this limited information you provided I cannot approve the use of SQL Server 2005 Standard on your VPS. Well, I sent them the CAL and product key, so what more could they want? The copy of SQL server was recieved from a Microsoft Launch Event, Launch Tour 2005, so I didn't get a invoice. I sent them a copy of the items sent out with: http://farm1.static.flickr.com/30/61427015_af82ba821b_o.jpg And opened a chat with them. The chat conversation is attatched: http://www.nuerom.com/solarvpschat724.txt In summary, I asked what they needed to validate - they claimed they needed a invoice. I didn't understand how a invoice would prove anything, since it is something that can be generated by anyone in a few minutes. They claimed they get audited from time to time by Microsoft, so they have to make sure genuine software is running on their VPS. I offered them my MSDNAA license, since I would be only using the server for developmental purposes. I send the a PDF of the MSDNAA order; only to have them deny it again. They claimed that it wasn't valid because I paid with a paypal business account. Even though the MSDNAA terms clearly state that it is a valid license for test and developmental purposes; and that the license is perpetual. I offered to ship the DVD, CAL and BOX to them. They claimed that this wouldn't be enough to validate. (Implying, of course, that they had some reason to believe I might have stolen the DVD). At a loss of what to do; I finally contacted Microsoft to have them validate the product; partner support was very nice and directed me to the appropiate departments. I sent solarvps a e-mail back: I contacted Microsoft and recieved this information. They advised me that the only restriction on this software is that it is NOT FOR RESALE, and that I may put it in full production use. I was told that if you needed validation, you may call 800-426-9400 option 3, option 1. You may reference my name, or my phone number, which will validate my conversation with Microsoft. See also, http://download.microsoft.com/documents/useterms/SQL%20Server%20Standard_2005_English_9137cd88-ab33-48b7-ac2a-544f2ec58c4d.pdf They have yet to reply. I am at a loss of what to do; as I have other promotional software I'd like to install on that VPS; but if its this much of a hassle, I might just go with another host. Unfortunately, solarvps canceled their refund program, so I am at a loss what to do there. In particular - I feel that SolarVPS just doesn't want to authorize the SQL server because they want me to pay $10/month. This is way too much validation. Besides, as a MS partner, if they were afraid of the software failing auditing they could have called their MS Partner line to verify it was genuine software. Additionally, I felt that Bogdan Fetita, their "senior tech" had attitude that made me feel very unwelcomed. Should I just move on and find another VPS server after days of trying to find the right one? Or should I hope solarVPS will lighten up?
View Replies!
View Related
FTP Script - Copy From Server To Server
Does anyone know of good, reliable script that can copy files and folders between two hosts, without downloading them to my PC first? It would be ideal to upload that script on one server, and then type in ftp data from 2 servers, choose which files to copy and click copy. I tried to use php web commander, which looked promising, but after I've installed it, I can't log in. There is no support, documentation... nothing. Does anyone know of any other script or even Windows program that can do copy server to server without downloading to PC?
View Replies!
View Related
Rsync Copy
I have wrote a small script which copies file names which has name as *default* from backup to users main folder. It works fine with one folder but doesn't copy files from sub-folders. it works with all the sub-folders as well? HTML Code: #!/bin/bash for i in $(ls /var/cpanel/users) do rsync -vrplogDtH /backup/cpbackup/weekly/$i/homedir/public_html/*default* /home/$i/public_html chown -R $i.$i /home/$i/public_html/*default* done
View Replies!
View Related
DD Copy Mount
I want to use DD to fully duplicate a HD, however, the HD is 120GB and also have a mount folder that is 2TB. If I use DD, will it also trying to copy that 2TB onto my 2nd HD?
View Replies!
View Related
Copy Sql
How do I copy an entire mysql sql database file via ssh? Inside /var/lib/mysql the sql are per table, not one single sql. The db is over 300mb in size too. Using mysql 5/centos 4.6
View Replies!
View Related
Copy Dot Files
How do I copy all files and directories recursively to another folder? I did: cp --preserve -r /sourcefolder/* /destinationfolder/ However, it missed the dot files
View Replies!
View Related
How Do Install A Local Copy Of TAR ?
wasn't sure if this should go into "technical" or "programming" but I figure someone here will instantly be able to tell me... (details: I'm on a shared host with cpanel and centos 3) My hosting service techs refuse to update gnu TAR on the server even though it's several years old at 1.13 and has some know bugs that are annoying for complex calls - (basically the techs use any request like this to try to upsell me to dedicated or VPS which I don't need at my low level) So I'd like to install a "local" copy of the newer gnu 1.14 or 1.15 TAR (which I *think* is possible?) into my account and have it run instead of the shared copy? Unfortunately this is beyond my knowledge so thanks for any help in the right direction...
View Replies!
View Related
By Shell How Copy Files And Directory
I found that with unix's shell is possible copy all the content of a folder to oneother; I see the manual and found the command cp; but there are many parameters; which is that good? I would like to replicate all that I have inner a folder to oneother; so at the finish they must to hawe the identically content; but I see, that some parameters can change symlink etc... I want one clone exactly . the originally folder have at inner directory,subdirectory, files htaccess etc..
View Replies!
View Related
Copy Files Between Windows Servers
I have tried copy files from Linux server to Windows Server using WinSCP3 and it was so fast. I am not sure who to copy files as well from Windows to Windows with same speed. I tried to use RDC between the Windows Servers and share one drive. But it wasn't fast as WinSCP3.
View Replies!
View Related
How To Copy Large Directory Via SSH
I have a large directory which I want to copy to another account on the same server. Its 1 folder which contains 20000+ files and its around 2GB in size. I used: Quote: cp -r /home/useraccount/public_html/foldername /home/useraccount2/public_html It worked but some of the files didn't transfer correctly,
View Replies!
View Related
Batch Remove Files And Copy
to move the httpdocs folders of multiple sites on my plesk server to another server (share on other serv is already mounted so thats not an issue) but their is 31 different domains i need to copy. wondering if anyone knows any way to batch automate a cp process to copy each domains files to a new folder on remote server (this is for backup purposes not live sites so i cant use plesk migration etc
View Replies!
View Related
Tool To Copy Files From One Webhost To Another
What tool is there for me to copy a lots of file from one webhost (FTP site) to another webhost? Like in for migrating to another host. I'm thinking of a tool where I can specify the FTP access information for both sites, and it would perform the copy without needing to store the files on my local hard disk first.
View Replies!
View Related
How Do I Create A Daily Copy Of Just One File
I seem to be having a problem where periodically the data in one file is getting corrupted. I haven't been able to figure out a pattern to it, so I wanted to run command by crontab that would create a copy of the file each day. To avoid overwriting previous backups the filename of each day's copy would have to be unique like... cp filename filename-2008-07-03 Is there a way to include this year, this month, and this day variables in a linux command?
View Replies!
View Related
CPanel Copy Php Errors
i have a site at [url] i tried todo a cPanel move to my server here. [url] on the new server above i keep getting the errors below. i just dont know what any of this means. can anyone help? Warning: fopen(/usr/local/apache/htdocs/online.txt) [function.fopen]: failed to open stream: Permission denied in /home/cometora/public_html/onlineold.php on line 14 Warning: fclose(): supplied argument is not a valid stream resource in /home/cometora/public_html/onlineold.php on line 15 Warning: chmod() [function.chmod]: No such file or directory in /home/cometora/public_html/onlineold.php on line 16 Warning: fopen(/usr/local/apache/htdocs/online.txt) [function.fopen]: failed to open stream: No such file or directory in /home/cometora/public_html/onlineold.php on line 19 Warning: flock(): supplied argument is not a valid stream resource in /home/cometora/public_html/onlineold.php on line 20 Warning: feof(): supplied argument is not a valid stream resource in /home/cometora/public_html/onlineold.php on line 22 Warning: fgets(): supplied argument is not a valid stream resource in /home/cometora/public_html/onlineold.php on line 24
View Replies!
View Related
Copy Files/dir Without Permissions
I am trying to copy files from one account to another through SSH, files copy with old account permissions and ownership. Is this possible when I copy, ownership autometically changed to new account. I am using CPanel and have root access.
View Replies!
View Related
How Do I Copy CentOS Install To Another RAID Array
I have probably what is the most simple thing I'm going to have to do soon, but I have never done it so I'm looking for tips of how to do it because I dont want to screw it up. I want to copy a CentOS install from one RAID array, to another. However, I have a drive image (27GB RAID array) of the old RAID array, but the new RAID array will be larger. How can I copy the old CentOS install, to a new array?
View Replies!
View Related
How To Setup IIS SMTP To Copy ALL Sent Mail
I want to config my IIS SMTP server to copy ALL sent mail to another address. Or, to log in more detail what was sent (I have W3C logging turned on but it doesnt record the mail subject or body). Basically when a user complains they didnt get an email, I want to be able to look in the log to see (a) the mail was sent and (b) the body/subject of the mail.
View Replies!
View Related
Shell Script To Copy And Rename Files
To automate a task, I need to create a shell script that will allow me to copy the folder blank/ to a new location and rename it to news/, same for the files inside that directory. And, if possible, change the content of one of those files as well. For example, I need to copy this: Code: blank/ templates/ frontend/ index.html Blank.php ...to a new folder and rename it to this: Code: news/ templates/ frontend/ index.html News.php
View Replies!
View Related
Mailenable : Copy All Inbound / Outbound Email
I'm using the free edition of MailEnable and need to configure each post office to copy all incoming and outgoing email to one of the email accounts on the same post office. Is there a way to configure this ? I know I can configure mail forwarding on incoming mail per account but need to do it for all acounts (except the audit account). e.g. anythinghere@dbnetsolutions.co.uk incoming or outgoing would be copied to audit@dbnetsolutions.co.uk
View Replies!
View Related
Copy Newly Created Folders In /tmp
We've had someone starting nobody PERL procs on a box and we can't quite track it down or read the file to see what it is. What he does is to create a folder in /tmp, execute the script from there and delete the folder as soon as it's running (yes, /tmp is mounted noexec, makes no difference). We've managed to discover and block the IP that was doing this, but that's no fix. He hasn't been back since banning the IP...so far. What we would like to do is see if anyone knows of (or can help create) a script that can watch the /tmp folder and copy newly created directories and thier contents to another dir (also notifying via email would be helpful) in order to see what the heck it's doing, and hopefully be able to figure out how it's getting in. Nothing in any logs this time, and the PERL process seems to be able to hide itself from PS. That bit worries me quite a lot, but none of the binaries appear to have been changed, and it doesn't appear we've been rooted in any way. Thoughts on this, ideas and suggestions welcome. Failing that, is it possible without breaking the box to prevent the creation of new directories in /tmp? This I seriously doubt, but if all they need to do is create a folder and work from there, noexec is a joke.
View Replies!
View Related
How To Get A Copy Of Entire Site Without FTP Access
to get a copy of their entire site onto our servers. The problem is that they have no backups, and their current host has denied them access to their account. (It's a long story.) Rather then try and fight with their old host, I wonder if it's easier to just run some kind of "website copy" program and grab a copy of all pages and images, linked files, etc.. Their current website pages are served using an ASP database application, but the copy they need only has to work. It doesn't need to be dynamic, etc... as long as all the pages are there it's good.
View Replies!
View Related
How To Copy Entire Hard Drive To New Hdd In Same System ?
I have a system that need to be formated, before i do that i want to backup everything (etc,bin,tmp...) to new hard drive (external hard drive) which connected to system by firewire. Is there any command that i can copy entire the hdd to new hdd ? I used to use this "cp -R folder folder " but it takes too long. Any suggestion?
View Replies!
View Related
Shared Hosting With Outgoing Mail Copy Option
a shared hosting provider where we can host around 10 websites. Webspace and bandwidth required are not too high as these are normal marketing websites. Our most important requirement is to have an option in the control panel for getting a copy of all the incoming & outgoing mails sent thru each domain.
View Replies!
View Related
Simple Bash Command To Copy Only Directory Contents
Can anyone tell me a simple way in Bash to copy all of the contents of a directory (and only the contents), including hidden files, into another, existing directory? E.g. Code: # I have this directory structure - directory_A --- existing_file - - directory_B --- some_file --- some_subdirectory --- .some_hidden_file # I want to end up with this - directory_A --- existing_file --- some_file --- some_subdirectory --- .some_hidden_file - - directory_B --- some_file --- some_subdirectory --- .some_hidden_file # I *don't* want this - directory_A --- existing_file --- directory_B ----- some_file ----- some_subdirectory ----- .some_hidden_file - - directory_B --- some_file --- some_subdirectory --- .some_hidden_file So far I've been stymied in finding a simple way to do this from the command prompt.
View Replies!
View Related
Howto : Copy Index.shtml To Folders In One Command ..
i would like to copy index.shtml to these folder in 1 command ... PHP Code: [root@BOX wp-content]# ls -latotal 48drwxr-xr-x 9 sitename sitename 4096 Nov 25 16:06 .drwxr-xr-x 6 sitename sitename 4096 Nov 25 15:52 ..drwxrwxrwx 3 sitename sitename 4096 Nov 25 16:05 backupdrwxr-xr-x 2 sitename sitename 4096 Nov 16 15:39 cachedrwxrwxrwx 3 sitename sitename 4096 Nov 25 16:05 gallery-rwxr-xr-x 1 sitename sitename 30 May 5 2007 index.php-rw-r--r-- 1 sitename sitename 457 Nov 25 16:06 index.shtmldrwxrwxrwx 3 sitename sitename 4096 Nov 16 16:27 photosdrwxr-xr-x 28 sitename sitename 4096 Nov 25 15:57 pluginsdrwxr-xr-x 8 sitename sitename 4096 Nov 22 03:01 themesdrwxr-xr-x 3 sitename sitename 4096 Nov 16 04:04 uploads-rw-r--r-- 1 sitename sitename 909 Nov 16 15:43 wp-cache-config.php[root@BOX wp-content]# i mean to let index.shtml index uploads and themes .....etc in 1 command .
View Replies!
View Related
HOWTO Cron Job To Copy Files From Folder To Root
how to setup a cron job to copy files & directories from one folder to the root folder. I have CPanel X. My root directory is public_html/ I have another directory public_html/uploads containing both files and directories. I need a cron job that will copy all the files & directories from public_html/uploads to the root public_html/ If it helps, here is some system info General server information: Operating system Linux Service Status Click to View Kernel version 2.6.22_hg_grsec_pax Apache version 1.3.39 (Unix) PERL version 5.8.8 Path to PERL /usr/bin/perl Path to sendmail /usr/sbin/sendmail PHP version 4.4.4 MySQL version 4.1.22-standard cPanel Build 11.17.0-STABLE 19434 Theme cPanel X v2.6.0
View Replies!
View Related
Exim - Mail Filter, Blind Copy All Domain Emails
I have Exim install on my server, I have a few filters setup. I have several domains on the same server. What I want to be able to do is blind copy all emails SENT and RECEIVED from *@domain1.com delivered to backup@backup.com Here is my filter that copies all incoming mail, (THIS WORKS 100%) PHP Code: if error_message then finish endif if $header_to: contains "@domain1.com" then unseen deliver "backup@backup.com" endif Now this filter does NOT work, I want it to blind copy all emails sent from *@domain1.com PHP Code: if $sender_address contains "@domain1.com" then unseen deliver "backup@backup.com" endif I have 1 outgoing mail filer working, however it is for a specific email address, here it is.... PHP Code: if $sender_address is "user1@domain1.com" then unseen deliver "backup@backup.com" endif
View Replies!
View Related
Move A Site From One Host To Another Possibly Copy/ghost A VPS Over The Internet
I am trying to figure out a way to move a site from 1 host to another... The problem is that I don't just have a bunch of HTML files to move... I rented a VPS server for the last year, I believe it was CentOS 5 (OS). I setup several things on the server, MYSQL, FFMPEG, ETC... I am now wanting to move to a dedicated server HOWEVER I DO NOT WANT TO START ALL OVER AGAIN. The site is rather busy and it is important to do the transition as fast as possible. SO -- I have used Symantec Ghost before to "clone" a computer before. It basically takes an IMAGE of the entire HD and then you can paste/burn that image on a new HD and it makes a PERFECT copy of the original machine. BUT - I have NO CLUE how to do this over the internet?
View Replies!
View Related
Data Lost , But Still Have Old Home Drive , How To Copy To New Drive
1- i did Os Reload with new Hard drive for "home" 2- data "backups" drive lost 3- replaced the old home drive as "/old drive" 4- " /old drive " is now the secondry drive in my server and it has the all sites usres and evry thing 5- what i need , to trasfer, copy this sites from " /old drive " to "home" but data center said The /olddrive/home directory contains the contents that were previously in the /home directory. You can copy files from this directory to any other directory on your server. The command to copy files in the UNIX environment is the "cp" command. The user directories in /olddrive/home directory contain the web page files for the users. However, simply copying the contents over will not recreate the users or domain entries in DNS/httpd. If you wish these back you will need to recreate them manually or restore them from backups.
View Replies!
View Related
"Another Copy Of Mrtg Seems To Be Running."
Keep getting emails like the following, (about 200 so far!):- Quote: ERROR: I Quit! Another copy of mrtg seems to be running. Check /etc/mrtg/mrtg.pid Daemonizing MRTG ... /etc/mrtg/mrtg.pid just contains a 4-digit number. WHM 11.11.0 cPanel 11.16.0-S18450 CENTOS Enterprise 4.6 i686
View Replies!
View Related
|