Difference between revisions of "Moving IP address from ws1 to ws3"
From GLMWiki
(→Prepare WS3) |
(→Copy files from WS1) |
||
Line 18: | Line 18: | ||
== Copy files from WS1 == | == Copy files from WS1 == | ||
− | use scp to copy files across | + | use scp to copy files across (ex: scp (-r) [source directory/files] user@ws3.gaslightmedia.com:/[destination location] ) |
* all files in ws1 /home/httpd/log to ws3 /var/www/log | * all files in ws1 /home/httpd/log to ws3 /var/www/log | ||
Line 34: | Line 34: | ||
** set onership to root.root | ** set onership to root.root | ||
** set permissions to 666 | ** set permissions to 666 | ||
+ | |||
+ | * copy set up crt files, if necessary ... activate off-hours |
Latest revision as of 14:50, 2 November 2009
Prepare WS3
- Change ip address in /etc/apache2/sites-available/www.domain.com
- run config test apache2ctl -t
- reload apache
- change ip address and subnet info in /etc/network/interfaces for this site
- shutdown currently working IP address on WS1
- /sbin/ifconfig/eth0:xx 66.129.xxx.xxx netmask 255.255.255.0 broadcast 66.129.xx.255 down
- Clear ARP on core1
- manually activate IP address that was on WS1 to WS3
- /sbin/ifconfig/eth0:xx 66.129.xxx.xxx netmask 255.255.255.0 broadcast 66.129.xx.255
- shutdown currently working temp IP address on WS3
- /sbin/ifconfig/eth0:xx 66.129.xxx.xxx netmask 255.255.255.0 broadcast 66.129.xx.255 down
Copy files from WS1
use scp to copy files across (ex: scp (-r) [source directory/files] user@ws3.gaslightmedia.com:/[destination location] )
- all files in ws1 /home/httpd/log to ws3 /var/www/log
- set ownership on all files directories and all files and folders in directories to root.adm
- set permissions on all files to 640
- all files in ws1 /home/httpd/server/www.domain.com/admin/logs to ws3 /var/www/server/www.domain.com/admin/logs
- set ownership on all files directories and all files and folders in directories to www-data.www-data
- set permissions on all files to 660
- set permissions to history directory to 770
- set permissions to files in history folder to 750
- files ws1 /home/httpd/awstats/ to ws3 /var/www/awstats
- only files that contain the name of the site your moving in the file name ie. *.domain.com* will get the files for domain.com
- set onership to root.root
- set permissions to 666
- copy set up crt files, if necessary ... activate off-hours