Followed the How_to but also just did the bind9 patch as well...
believe I'm running 1.0.5 but not sure haven't checked in a bit... the upgrade to 1.0.7 was failing consistently so I gave up for a bit...
Changed the server to a different VLAN so I needed to change the IP...
Mostly the sites are working but I can't login...
the default site is showing another site that isn't configured as the admin.server.com / serverIP both show this other "client" space site...
http://admin.socalit.ods.org box has and will always be a dev playground but does host a few sites for fun... nothing major but like to keep them online...
Other than IP was there naything else that I needed to change? Like root domain name?
socalit.ods.org... should that have been somewhere?
Code:
mysql -u root -p
mysql> USE ispcp;
mysql> UPDATE server_ips SET ip_number = 10.1.1.15 WHERE ip_id = 1;
mysql> UPDATE `domain` SET `domain_status` = 'change' WHERE `domain_status` = 'ok';
mysql> UPDATE `subdomain` SET `subdomain_status` = 'change' WHERE `subdomain_status` = 'ok';
mysql> UPDATE `domain_aliasses` SET `alias_status` = 'change' WHERE `alias_status` = 'ok';
mysql> UPDATE mail_users SET status="toadd" where status="ok";
mysql> quit
something special to be in "toadd" location?
sorry for asking possibly idiot questions but just haven't messed with this in a long time...