Modifying TTL For Email Migration

Dec 11, 2007

I am shifting my email to an external service provider. I found this link about lowering the TTL before doing the migration so that the DNS caches are updated fast enough.

However, the page has me confused. The minimum TTL in my domain's SOA is 86400 (24 hours) and that of my domain's MX record is 14400 (4 hours). I am only migrating my email, not my domain. Does that mean I have to lower the TTL for just the MX record or does the SOA's TTL take precedence over everything else and I have to modify both?

View 2 Replies


ADVERTISEMENT

Modifying Shell Script To Email

May 21, 2009

I found the following script to check the status of my LSI megaraid card.

Code:
#!/bin/sh
CONT="a0"
STATUS=0
MEGACLI=/opt/MegaRAID/MegaCli/MegaCli64

echo -n "Checking RAID status on "
hostname
for a in $CONT
do

NAME=`$MEGACLI -AdpAllInfo -$a |grep "Product Name" | cut -d: -f2`
echo "Controller $a: $NAME"
noonline=`$MEGACLI PDList -$a | grep Online | wc -l`
echo "No of Physical disks online : $noonline"
DEGRADED=`$MEGACLI -AdpAllInfo -a0 |grep "Degrade"`
echo $DEGRADED
NUM_DEGRADED=`echo $DEGRADED |cut -d" " -f3`
[ "$NUM_DEGRADED" -ne 0 ] && STATUS=1
FAILED=`$MEGACLI -AdpAllInfo -a0 |grep "Failed Disks"`
echo $FAILED
NUM_FAILED=`echo $FAILED |cut -d" " -f4`
[ "$NUM_FAILED" -ne 0 ] && STATUS=1

done

exit $STATUS
The output of the script is:

Code:

Checking RAID status
Controller a0: MegaRAID SAS 8344ELP
No of Physical disks online : 4
Degraded : 0
Failed Disks : 0

My question is how can I modify the above script so that if the number of degraded or failed disks is > 0 or if the number of disks online is < 4, it emails me.

Also, I would like to have it email me the output/status daily or weekly (just as a double check so I know the cron is still running).

View 5 Replies View Related

Email Migration

Mar 15, 2009

I currently have around 10 email accounts, and with host A.

I would like to move my email server to Host B so I keep all emails, info and accounts intact. Both are on shared hosting. What should i do?

View 8 Replies View Related

Plesk 12.x / Linux :: What Happens With Email On Old Server After Migration

Sep 2, 2014

If you transfered an account with the PMM, is e-mail still received on the old server being forwarded to the new one?

Is it a good idea to transfer only e-mail & accounts again after DNS propagates to the new server?

View 3 Replies View Related

Plesk 12.x / Linux :: After Migration No Alias Email And Webmail

Nov 17, 2014

I have recently migrated from one server with Plesk 11 to another server with Plesk 12 and cant get the alias emails work properly like they worked before the migration. I can send emails from any alias@alias.domain (via Outlook), but cant receive them.I can receive emails only from the mailbox email of the main domain, but not for the alias-email of that mailbox for an alias domain that worked well for Plesk 11. Where might be the problem?

I have created a webmail.domain.tld in the Webmail-Services (where it says Horde 6.2.1 is installed), but the webmail.maindomain.tld is not working. I get displayed only the "webservers default page". Webmail.maindomain.tld worked well in Plesk 11.There is also no "Webmail" link in the domain control pannel like it used to be in the Plesk 11.I have created a new abonnement with a new domain to test this, but there is no Webmail link for this abonnement as well.

You message for <alias@alias.tld> from 2014/11/17 could not be delivered. 4.0.0 smtp; 454 4.7.1 <alias@alias.tld>: Relay access denied

View 2 Replies View Related

Plesk 12.x / Linux :: After Migration - Email User Can't Login With Roundcube

Nov 24, 2014

I have done the migration with the Migration Manager from Confixx to Plesk 12.0.18. Users can login tho the mail account with Outlook, thats no problem(old password is working). If the webmailer is set to Hord the user also can login. But if i switch to roundcube it is not possible to login to the Webmailer! You get the message "Die Anmeldung ist fehlgeschlagen." (Login failed)

After changing the email password in plesk, it is then possibe to login(even if the new password is identical to the old one)?!?

Is this a known bug? Is there a solution for that?!? I really don't want to email every customor to ask him to change his password?!

View 3 Replies View Related

Plesk 11.x / Linux :: Domain Migration To New Server / What To Do With Email During DNS Update

Jun 4, 2014

I have upgraded to a new server and need to move all domains, users, and most important all email accounts to the new server.

Both servers run Plesk 11.0.9 on CentOS. The migration manager works great, no problems with that.

After migrating, I change my DNS settings at an external DNS provider to the new IP. The problem is, DNS changes take time. I then get emails on the old server and on the new server until DNS information is spread.

I was searching for a way to let the old server forward to the new one, but changes for specific domains in plesks DNS system (MX record) on the old server did not work. The mails still arrived at the old server.

What can i do? Can I uncheck "Activate mail service on domain" and will all emails be rejected until DNS points to the new server? Or will that lead to bounces?

View 1 Replies View Related

Modifying Service Terms & Conditions

May 31, 2009

Our org is in a position to modify/customize the standard Service Terms & Conditions offered by one of our webhosts.

Our org has around 70 staff and only one IT guy. So the technical level is very low. I'm unsure of exactly how many servers there are perhaps around 10 and they are with 3 different providers.

We discovered that different departments were being charged different prices for similar services and that kind of thing.

useful modifications of the contracts, that reflects the low tech level of the staff,

View 4 Replies View Related

Modifying Httpd.conf Indirectly

Jan 5, 2007

Given that I am using cpanel, is there a way to modify httpd.conf so I can enable mod proxy without having to do it directly?

This is what I am instructed to do.

Quote:

Have you checked you have mod_proxy enabled? To enable mod_proxy uncomment it's LoadModule line in the httpd.conf file. You may have to ask your host.

View 5 Replies View Related

Modifying Apache's Default Index

Jul 7, 2007

I was using Apache's <Directory> directive to modify the way the default indexes look.

I recently moved from openSUSE to Windows Server 2003 and copied over the Directory code but it no longer works.

Code:
<Directory />
Options All
AllowOverride All
IndexOptions SuppressHTMLPreamble SuppressDescription FancyIndexing VersionSort FoldersFirst IgnoreCase IconsAreLinks NameWidth=60
HeaderName /!_images/html/header.shtml
ReadmeName /!_images/html/footer.shtml
AddIcon /!_images/icons/application.png .exe
AddIcon /!_images/icons/application_xp_terminal.png .sh
AddIcon /!_images/icons/book_open.png .pdf
AddIcon /!_images/icons/music.png .mp3 .ogg
AddIcon /!_images/icons/photo.png .jpg .jpeg .png .bmp .gif
AddIcon /!_images/icons/television.png .avi .wmv .xvid .divx .mpg .mpeg
AddIcon /!_images/icons/script_code_red.png .php .php4 .php5 .js
AddIcon /!_images/icons/ruby.png .ruby .rb
AddIcon /!_images/icons/folder.png ^^DIRECTORY^^
DefaultIcon /!_images/icons/page_white.png

IndexIgnore query.txt !_images !_Jason !_media2 lost+found Modules _images login torrentflux phpinfo.php Thumbs.db tmp.txt phpmyadmin sandbox test.txt test.php _index.php robots.txt System Volume Information RECYCLER
</Directory>

It doesn't load the headerfile or the readme file (they exist) and it uses the Default Icon for all files

View 10 Replies View Related

Plesk 12.x / Linux :: Modifying Php-fpm Settings For All Domains And New Ones?

Oct 1, 2014

Some sites reach maximum children

so I need to change

pm.max_children = 5

for all new domains on a server

How can this be done?

I know i can change it manually on each new domain, is there some kind of template to modify?

View 2 Replies View Related

Modifying Apache Status To Include Full SubDomain URL

May 19, 2008

if its possible to display subdomains on the Apachelog page? For example under "vhost" it would list the full website address of each subdomain?

View 2 Replies View Related

Db Migration

Jun 19, 2009

I am planning to move host of my friends to another server, its un-managed

he asked me to restored db , as he is running an IPB FORUM, I thought I would use the vbulletin docs of backup and restore as I use these typically for most of the scripts and I never had a problem.

these are the vb docs based on moving into new host and restoring:
[url]
[url]

I have the code to do it, but the problem to understand is the following:

when I am in totally new host,

do I NEED to create new database either via ssh or control panel and give that name in the ssh code or ?

do I need to give the old dbname that was used with previous host ?

its too confusing for me, consider me as beginner @ database transfer on a new host and help me in detailed explanation.

I have done restore on same server but never done for any one to restore on a different server

View 4 Replies View Related

P2V Migration

Apr 23, 2009

We have 2 servers SQL, Web & SM 4.x each with and have about 40 sites and we wish to migrate them to Virtual sever for the ease of management & some cost saving. We are thinking of taking good configuration box with Win2k8 server and planning to run VMs over Hyper-V.

View 1 Replies View Related

Migration To VM

May 24, 2008

I've been getting frustrated with my hosting provider, and after doing application development and sysadmin for a while now, I'm ready to have a go at doing it all myself on a VM. I plan on migrating my site to the new server and when everything is set up, pointing my domain to the new name servers...

My question is - what's the best order to do things to minimize downtime? Can I set up email, MySQL, Apache, DNS etc before I have the domain pointing at the new server, while still being able to test adequately? Would I just set up the services and test them using the IP, then once I'm happy with everything, setup DNS, point domain at new nameservers, then change all configs to use the domain name rather than the IP? In theory if it email etc works with the IP, then the name server change shouldn't matter because it will resolve to the IP...

View 2 Replies View Related

OS Migration

Jan 5, 2007

Does anyone know of a good company who can do an OS Migration. Looking to move from RH8 to Fedora Core 4.

View 5 Replies View Related

LT - Cancellation Due To Migration

Nov 4, 2009

CANCEL & RECYCLE FOR STOCK IMMEDIATELY PER MIGRATION FOR SERVER

My server suddenly get canceled because of the migration. It was more than 24 hours since it happen. I did not get back my server and my data. Does any LT customer get the same problem ?

I try to leave a message on their phone and trouble ticket system, but I don't get and response so far.

View 4 Replies View Related

Migration Testing

Apr 21, 2009

I am migrating my website to Hostgator, and before I change the DNS entries, I want to make sure that everything displays properly. To do this, I have added an entry into my /etc/hosts file pointing the domain to the new host. If I then ping the domain, the reply comes from the correct IP address. However, if I try to view the website, it is still served by the old host.

I thought it might be a caching issue, but I have checked with wireshark and using curl, and it is definitely connecting to the new IP address, but the server that is returning the pages is still the old one. I've contacted hostgator support, but when they make the changes to their hosts file, it loads correctly. Is this a local problem (my system), or something with their server configuration?

View 14 Replies View Related

Data Migration

Jun 6, 2009

i am presently hosted with the planet.I have moved to another server at the planet.

Can someone please explain how data migration can be done...?

I run a small vbulletin forum ,LAMP with WHM/cPanel.

i have around 700 megabytes of data to transfer to my new server.The new server has all the required software installed on it.

Planet said they will do it for me for just 275 dollars.

View 8 Replies View Related

Efficient Migration

May 13, 2009

If you are migration a whole bunch of accounts from one server to another, what are some of the procedures you would take to minimize downtime.

For me, I would do it in the night. Move all the accounts to one server then change the IP of the nameservers.

View 2 Replies View Related

Data Migration

May 22, 2008

On my current host I have approx 250GB of data that I need moved to a new machine I have purchased. The new machine is a linux box.

1. What is the best way to move the data, without downloading it to my local machine

2. I was thinking of grabbing a windows vps for a month, and transferring it all via FTP

View 2 Replies View Related

After Forum Migration

Jun 26, 2007

I transfered my forum from one server to another. ips changed. Before the transfer, I closed the board and put an announcement. After the transfer I opened the board and started posting.

Now, there are other members who've posted after the transfer but I've noticed decrease in activity. One of the members emailed me and told me that the board is still closed for him with the announcement shown. That message is from the old and not the new server. So how is this happening? What should he or I do? I and some other members can access and post normally.

The forum is is the one in my sig.

Just see if it's closed for you or not.

View 6 Replies View Related

Server Migration

Feb 14, 2007

I would like to ask what steps do you follow when comes to replace your actual server by a new one?

View 3 Replies View Related

Server Migration

Mar 5, 2007

I know its a silly question.. But can any one tell me whats the approx time will it take to Copy multiple accounts from another server via CPanel.

Total size will be not more then 40GB.

View 4 Replies View Related

Account Migration

Oct 9, 2007

i have just migrated one account from my old server to a brand new server through a full backup of cPanel.

the problem is that the new account is not working at all, is giving an strange error that i have never seen... what could be wrong?

Account should look as

[url]

but it actually looks like...

[url]

View 4 Replies View Related

BuyAVPS Migration

Aug 10, 2007

Its been a for a couple of hours that my VPS is down, I'm not complaining or anything, I really know that Navid left one hell of a mess for them to sort out but I just want to be sure that my VPS is down because of the migration process and not because of something I did.

Anyways I submitted 2 tickets, still no reply. The guys must be busy fixing and moving all these accounts

View 9 Replies View Related

IIS Migration - Permissions

Dec 21, 2007

I'm migrating between two IIS servers using the migration tool.

Is there a way to copy of user permissions? Or at least see all the permissions from the original server?

View 7 Replies View Related

Plesk Migration - What About DNS

Nov 29, 2007

I will be migrating my VPS over to a new VPS (same provider) which has Fedora 6 instead of 4.

Anyhow, all of the IP addresses will change on the new VPS.... so while the migration process via. Plesk should be fairly straightforward, I'm a bit worried about the DNS. The DNS is managed by Plesk and will continue to be managed by Plesk, but again it's the IPs that I'm worried about.

All of the hosting accounts on the current VPS use the nameserver "ns1.citedata.net" and "ns2.citedata.net" as well as their associated IP addresses. Although the nameserver domains will remain the same, their IPs will change.

View 3 Replies View Related

Large MySQL Migration

Feb 2, 2008

I wasn't sure where to post this so here goes, I need to migrate a MySQL DB, in the past I have just created an SQL file and used that method (sometimes having to split the SQL file up) but now the DB is about 50 meg and 733,233 records.

Is there an easier way to migrate the Database from one server to another?

View 8 Replies View Related

Server Migration Service

May 20, 2009

We need to move around 250 sites from one dedicated server to a new one.

Can you suggest few reliable companies who handles such services?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved