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
PHVIA(3)						MBK PHYSICAL STRUCTURE DEFINITIONS						  PHVIA(3)

NAME
phvia - mbk physical contact DESCRIPTION
The phvia structure is used to describe a via or contact belonging to a symbolic layout model, see phfig(3) for details. The declarations needed to work on phvia are available in the header file "/labo/include/mph402.h", where '402' is the actual mbk version. The following C structure supports the description of the via : typedef struct phvia { struct phvia *NEXT; char TYPE; long XVIA,YVIA; struct ptype *USER; } phvia_list; NEXT Pointer to the next phvia in the list. XVIA, YVIA Coordinates of the center of the via. Vias are macro generated patterns, so only their center is a matter of concern. TYPE Via type. The legal types for via are CONT_POLY poly alu1 contact CONT_VIA alu2 alu1 contact CONT_DIF_N alu1 difn contact CONT_DIF_P alu1 difp contact CONT_BODY_N alu1 nwell contact CONT_BODY_P alu1 pwell contact CONT_VIA2 alu2 alu3 contact C_X_N L shaped N transistor corner filling C_X_P L shaped P transistor corner filling USER Pointer to a ptype list, see ptype(3) for details, that is a general purpose pointer used to share informations on the via. SEE ALSO
mbk(1), addphvia(3), delphvia(3), phfig(3), ptype(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 PHVIA(3)