Our Apologies for the Down Time This Weekend (Servercraft Migration)


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators Our Apologies for the Down Time This Weekend (Servercraft Migration)
# 1  
Old 09-29-2014
Network Our Apologies for the Down Time This Weekend (Servercraft Migration)

In case you did not notice, our server was not available for about 10 hours this weekend. Our service provider (Servercraft) moved their entire data center from Houston to Dallas, TX.

They sent numerous emails to me but because of how I have configured gmail, none of the messages made it to my main inbox and so we missed out on all notices. This is the reason why advance notice was not given to our community and I apologize for that.

I have tried to get our providers to migrate to messaging using LINE or FB (and not email) since I'm not much of an email user these days; but seems many businesses are still "stuck" in the email world for notices. I"m not a big fan of email for notices; and so this is a part of the reason we did not get the notices from Servercraft. Again, my apologies for the downtime this weekend.

The good news is that the data center migration was a success Smilie

Image
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. AIX

AIX - FC Switch migration, SAN Migration question!

I'm New to AIX / VIOS We're doing a FC switch cutover on an ibm device, connected via SAN. How do I tell if one path to my remote disk is lost? (aix lvm) How do I tell when my link is down on my HBA port? Appreciate your help, very much! (4 Replies)
Discussion started by: BG_JrAdmin
4 Replies

2. UNIX for Dummies Questions & Answers

Apologies from a newbie!

Apologies because this may have been covered elsewhere, but I DID search but couldn't find exactly what I was looking for. My problem is as follows.... I'm doing an extract from an Oracle database, my SQL script does some date manipulation and creates the output file with some date details... (10 Replies)
Discussion started by: speedfreak
10 Replies

3. Post Here to Contact Site Administrators and Moderators

apologies

sorry, I recently posted twice, thinking it didn't go through. didn't mean to make you hassle with redundancy. thanks for your good work. (1 Reply)
Discussion started by: protienplant
1 Replies

4. Post Here to Contact Site Administrators and Moderators

apologies to Perderabo

Sorry Perderabo, really was only asking advice on where best to post, and if I should post. Didn't intend for that missive to be posted. (0 Replies)
Discussion started by: keith.m
0 Replies
Login or Register to Ask a Question
INTLCALENDAR.GETWEEKENDTRANSITION(3)					 1				      INTLCALENDAR.GETWEEKENDTRANSITION(3)

IntlCalendar::getWeekendTransition - Get time of the day at which weekend begins or ends

	Object oriented style

SYNOPSIS
public int IntlCalendar::getWeekendTransition (string $dayOfWeek) DESCRIPTION
Procedural style int intlcal_get_weekend_transition (IntlCalendar $cal, string $dayOfWeek) Returns the number of milliseconds after midnight at which the weekend begins or ends. This is only applicable for days of the week for which IntlCalendar.getDayOfWeekType(3) returns either IntlCalendar::DOW_TYPE_WEEKEND_OFF- SET or IntlCalendar::DOW_TYPE_WEEKEND_CEASE. Calling this function for other days of the week is an error condition. This function requires ICU 4.4 or later. PARAMETERS
o $cal - The IntlCalendar resource. o $dayOfWeek - One of the constants IntlCalendar::DOW_SUNDAY, IntlCalendar::DOW_MONDAY, , IntlCalendar::DOW_SATURDAY. RETURN VALUES
The number of milliseconds into the day at which the weekend begins or ends or FALSE on failure. EXAMPLES
See example on IntlCalendar.getDayOfWeekType(3). PHP Documentation Group INTLCALENDAR.GETWEEKENDTRANSITION(3)