Difference between revisions of "Moving IP address from ws1 to ws3"
From GLMWiki
(→Copy files from WS1) |
(→Prepare WS3) |
||
Line 4: | Line 4: | ||
** reload apache | ** reload apache | ||
* change ip address and subnet info in /etc/network/interfaces for this site | * change ip address and subnet info in /etc/network/interfaces for this site | ||
− | |||
− | |||
− | |||
*shutdown currently working IP address on WS1 | *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 | **/sbin/ifconfig/eth0:xx 66.129.xxx.xxx netmask 255.255.255.0 broadcast 66.129.xx.255 down | ||
− | *Clear | + | *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 | *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 | **/sbin/ifconfig/eth0:xx 66.129.xxx.xxx netmask 255.255.255.0 broadcast 66.129.xx.255 down | ||
− | |||
== Copy files from WS1 == | == Copy files from WS1 == |
Revision as of 14:48, 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
- 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