Finding which Grid cluster your site is on at MediaTemple

Method #1

To figure out which Grid Service (GS) cluster your site is hosted on at MediaTemple (MT) simply run a trace route. The last hop address will be in the format <hostname>.gs<cluster number>.gridserver.com.

For example under a MS Windows command prompt the command "tracert wiltonsoftware.com" will return the following as the last hop:

Show Plain Text
Text code
  1. 16   216 ms   213 ms   213 ms  acmkokecoc.gs01.gridserver.com [64.13.192.116]

This indicates that the wiltonsoftware.com site is hosted on GS cluster 1

Method #2

In this method you need to find you primary access domain name on MT. You can find this information under your MT account center, once logged in click on your domains button then your main domain name. Select Server Guide and then access domains, you should now see your primary access domain under the Quick Details section. Now in your browser enter, http://s<your_account_number>.gridserver.com. You should see something like

Show Plain Text
Text code
  1. Cluster #: 1
  2. Storage #: 8
Filed under: Hosting  Tags: Mediatemple

0 Responses to “Finding which Grid cluster your site is on at MediaTemple”

Sorry, comments have been closed for this post.
(default) 5 queries took 19 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `Post`.`id`, `Post`.`url`, `Post`.`title`, `Post`.`icon`, `Post`.`metadesc`, `Post`.`metakeys`, `Post`.`categories`, `Post`.`tease`, `Post`.`body`, `Post`.`private_body`, `Post`.`created`, `Post`.`modified`, `Post`.`status`, `Post`.`allow_comments`, `Post`.`tags`, `Post`.`hitcount`, `Post`.`hitcount_rss` FROM `posts` AS `Post` WHERE `Post`.`url` = 'finding-which-grid-cluster-your-site-is-on-at-mediatemple' LIMIT 1117
2SELECT `Comment`.`id`, `Comment`.`post_id`, `Comment`.`body`, `Comment`.`author`, `Comment`.`url`, `Comment`.`email`, `Comment`.`ip`, `Comment`.`status`, `Comment`.`junk_score`, `Comment`.`created`, `Comment`.`modified` FROM `comments` AS `Comment` WHERE `Comment`.`status` = 2 AND `Comment`.`post_id` = (53) 001
3SELECT `Tag`.`id`, `Tag`.`tag`, `PostsTag`.`post_id`, `PostsTag`.`tag_id` FROM `tags` AS `Tag` JOIN `posts_tags` AS `PostsTag` ON (`PostsTag`.`post_id` = 53 AND `PostsTag`.`tag_id` = `Tag`.`id`) 110
4SELECT `Category`.`id`, `Category`.`category`, `CategoriesPost`.`post_id`, `CategoriesPost`.`category_id` FROM `categories` AS `Category` JOIN `categories_posts` AS `CategoriesPost` ON (`CategoriesPost`.`post_id` = 53 AND `CategoriesPost`.`category_id` = `Category`.`id`) 1111
5UPDATE `posts` AS `Post` SET `Post`.`hitcount` = Post.hitcount + 1 WHERE `Post`.`id` = 5310