Load Spikes Every Morning, Every 30 Minutes, Host Can't Solve

May 4, 2007

We've had a VPS for just over a month now. I am not going to mention the host by name (yet) but they advertise here and other people here reported liking them.

Sadly it's not my experience and I regret my purchase.

Every morning for the past few weeks, we get load spikes every 30 minutes that make our site unusable for a minute (on our VPS, any load over 1.0 is sluggish, over 2.0 is virtually unusable, over 3 is unresponsive)

Here's a series of days as an example:
[url]

The worst part about this is the host insists 1. either it's not happening or 2. they can't find it

I know it's happening because when I try to load a page on the half-hour, it takes over 13 seconds (less than 1 second normally). And it's fairly obvious it's someone doing a cron job with some nasty downloading, uploading, or maybe a massive mysql update.

Someone tell me what to tell them because this is driving me out of my mind. The load is NOT being caused by ourselves, I've made sure all our cron jobs don't happen on the exact half hour and we get lots of traffic later in the day without loads.

View 14 Replies


ADVERTISEMENT

Simple Perl Progam To Save Server Load Every 30 Minutes To A File

Sep 2, 2007

i use the following perl script(created by me) to save server load every 30 minutes to a log file i just keep it running in the background(probably would be more effective using cron)

#!/usr/bin/perl

while(1) {
$w = `w`;
#print $w;
$w =~ /load average: (.+)
/;
$log = $1;
my ($sec, $min, $hour, $mday, $mon, $year) = localtime;
my $rightnow = sprintf("%04d-%02d-%02d %02d:%02d:%02d ", $year + 1900, $mon + 1, $mday, $hour, $min, $sec);
$log = $rightnow . ": " . $log ."
";
open (OUTFILE, ">>top_logfile.txt");
print OUTFILE "$log
";
close (OUTFILE);
#sleep for 30 minutes
sleep(1800);
}

View 11 Replies View Related

Site5 Down This Morning?

Jul 31, 2009

Site5 appears to have suffered a major DNS hit. DNS.SITE5.com and DNS2.SITE5.COM are both down, they respond to ping but not to any DNS lookups. All my sites/email are down. Even www.site5.com is dead.

I can FTP into my site's IP address and see all the files are there (whew) so hopefully once DNS comes back everything will be OK again.

View 4 Replies View Related

VPS Server Crashing Every Morning

Oct 11, 2007

I have a VPS from mediatemple.net, and I'm not sure what is going on, but Apache has stopped running every day in the morning and it just stopped running about 2 hours ago and I didn't catch it until now

From the error log, i'm showing:

Quote:

[emerg] (12)Cannot allocate memory: couldn't grab the accept mutex
[alert] Child 3208 returned a Fatal error.../nApache is exciting!
[emerg] (43)Identifier removed: couldn't grab the accept mutex
[emerg] (43)Identifier removed: couldn't grab the accept mutex
[emerg] (43)Identifier removed: couldn't grab the accept mutex
[emerg] (43)Identifier removed: couldn't grab the accept mutex
[emerg] (43)Identifier removed: couldn't grab the accept mutex
[emerg] (43)Identifier removed: couldn't grab the accept mutex
[emerg] (43)Identifier removed: couldn't grab the accept mutex
[emerg] (22)Invalid argument: couldn't release the accept mutex
[emerg] (22)Invalid argument: couldn't release the accept mutex

Any ideas what might be causing this? just came home and my site was down again, and I've lost 15,000 pageviews already today.

View 5 Replies View Related

Couldn't Send And Receive Email This Morning

Sep 4, 2007

All status of pop and exim server are OK, no problem. but couldn't receive and send email, no error message.

View 9 Replies View Related

Massive I/O Spikes...

Jul 9, 2009

How can I better monitor and trace down I/O spikes? I've noticed the wait hit 60% every now and again... could someone be running a rapidleech script and if so, how can i find it?

View 2 Replies View Related

CPU Usage Spikes

Oct 13, 2007

Ive had a server for a while now, and had a backup hdd installed recently.

There seems to be CPU spikes happening from time to time up to 35%
Usually it sits on 0.17 - 0.80

But suddenly its been jumping around.

I have no idea where its coming from, as I cant check it in time.

Its a new problem thats just come up, and Im not so sure what it may be, as I havent got any new accounts on it.

I do get bounced emails from mailman for some reason, and mail queue is usually large, but server was generally cleaned up from it being abused.

View 4 Replies View Related

Server Spikes Randomly

Jan 15, 2007

Everything was running ok until last week.

I haven't really done anything new other then added another forum on the server (Invision).

Basically the problem is the random spikes I get. The main forum that is running on the server haven't really increased in terms of sim connections. Its usually around 180 - 220 during peak times.

On TOP there is usually around 250 tasks. When this thing started happening it would spikes to 500+ tasks which totally kills the server. Its pretty random also. Sometimes it'll go fine for a few hours and then suddenly climbed slowly up and then the server dies. For now its going to crash whenever I let apache run for an hour or so.

The only way I can restore is to restart apache. It has come to the point where I've had to put in restart apache in the cronjob list. Restart it every few minutes since I'm not always here watching over it. This is obviously a shortterm solution to keep the forum up while I troubleshoot this.

Here's a screenshot when it was just about dead

http://img392.imageshack.us/my.php?image=serverwf0.jpg

I checked out the logs and didn't see anything.

I was either told it needed more ram or that it was hacked.

The JRE is the flashchat I'm running and the trans_linux is a bot for the shoutcast.

Since I haven't been doing anything new.. I don't think its the resources of the server thats too little.

The server i have is

Dual Opteron 252
2 gigs of ram
1 146GB 15,000RPM scsi drive

how I can resolve it? Is Apache using more memory then its suppose to?

View 12 Replies View Related

I Have A Site That Gets Huge Traffic Spikes. What Setup Should I Have

Sep 16, 2007

I am currently moving from my current dedicated servers because they simply cannot handle the load. I have a site which frequently makes it onto radio, digg and other similar sites.

I need a dedicated server that can take a beating from Digg and offline Media. For most of the month the server load is really low, the site hardly uses up anything. However, when it hits those sites, it suffers.

I am OK with using Shell, just basic tars/logs/sqldumping/httpd.conf editing/rebooting etc.. anything beyond that like installing and configuring software I cant really do.

I guess I am looking at a dedicated option (linux based) with a host that'll setup software/modules modules for me when I ask, but doesn't really need to hold my hand all the time.

How are ThePlanet.com's servers? Do they manage the servers?

View 14 Replies View Related

Traffic Spikes And Perl Processes - Security Issue

Oct 28, 2009

I admit I know nothing when it comes to servers. Yet I do have a root server and I noticed that there are some days when the traffic spikes up to 20 times the average and when I login via ssh I see many perl processes. I don't know what those are since I don't use any perl scripts on my web site. Is this a potential or maybe an ongoing security issue?

View 2 Replies View Related

How To Solve The Following Error

Jan 12, 2007

I have a dedicated server and it works very well to all my sites and my scripts until 2 weeks ago, I start getting errors from my sites the following error message php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution

I thought this is a temporary error only when I first encounter it, but its been 2 weeks now and still the problem is continuesly showing.

The problem cause my 2 sites being penalized from google search engine because of this problem.

View 6 Replies View Related

Hacked By Aftehner How To Solve It

Apr 23, 2007

My server have been hacked by a user that have the nick of aftehner

excatly what he does is enter and execute a command by a php script that execute a command in shell that delete all the files that have in their name index or main, so he destruy alot of information.

My question is how can i reinstall everything in a remote server, I already try to reinstall cpanel, apache (but it doesnt work with the cpanel version so i try it to install a standalone but it only shows 1 page for all domains hosted)

I dont know what can i do, It delete alot of information and replace with a file of hacked by aftehner or something like that.

Yum is doesnt work correctly, i already try to reinstall python, perl, php, but i still having problems. I have been working all the day until 4 am for 3 days trying to fix it, I already know how he make the attack and i have all the log i can share this information with you for not have this problem.

What do you reccommend to do for solve this problem?

Server
Linux Fedora
Athlon XP 3800+
1 gb RAM
Data center: Layered tech
CPANEL / WHM

A domain hosted in it: Mindev.com
They hacked the website by the domain: Lodice.com

View 4 Replies View Related

How To Solve A Mail Attack

Aug 30, 2007

how it's possible to solve this problem: My domain name has an e-mail address that is being forged and used by a spammer, and I get an incredible amount of bounced emails to the point to bring down a Dual-Xeon with 4GB of RAM. This e-mail account has been discontinued and e-mail sent to non-existent accounts is set to be thrown away. The average server load goes through the roof in a few seconds as soon as I point the MX entries to the server. I don't have the money to set up a load-balanced system. What could I do to host this domain name and use e-mail, only allowing emails to existing email accounts?

View 14 Replies View Related

Websites Infected With Trojan How To Solve?

Nov 16, 2008

i see my websites are infected with some trojan.

there are some iframe tag simlilar to this in all index files

<iframe src="http://traff<<removed>>.cn/in.cgi?27" width=100 height=80></iframe>
any idea how might this iframe inserted in my codes.

i have tried to format my systems and remove all saved ftp passwords , but still this virus is comming back and the strange thing is i have website on different servers infected with same virus
any idea how this is happened and how to avoide this?

View 9 Replies View Related

/usr Disk Space Is Running Out. How To Solve

Mar 5, 2008

My ISP gave me the box with /usr allocated only 8G, now is 6G used. I suppose that Cpanel will take space when I create email accounts, forwarders, maybe other stuff too.

What can I do to prevent running out of space?

View 5 Replies View Related

How To Solve Problems With Latest RPMs

Mar 12, 2007

I am trying to install some packages on my system and sometimes they depend on different, sometimes earlier, sometimes later versions of library packages on my system.

In that situation is it better to get the source for the package and recompile it with what you have on your system?

I am assuming that the dependent libraries the packages where compiled with were what was available on the package developer's system and do not necessarily contain new features lacking in the older versions.

Will recompling such packages from the source rpms fix the problems in most cases?

One particular group I persistently come across is the libcX.so libraries.

View 0 Replies View Related

Joomla Install - Solve Directory Permission

Jun 28, 2009

I installed Joomla today, and it went smoothly except that under Help -> System Info in the Joomla admin panel, all "Directory Permissions" are "Unwritable."

I've read up on various solutions, such as installing suphp to take care of user permissions. But if I have my own Linux VPS and I am the only user (i.e. noone else has accounts on my VPS), what is the easiest way to fix this issue? Can I just CHMOD those directories to 777 without worrying about causing a security issue? Or is there a similarly easy solution for someone like me with very basic Linux knowledge?

View 14 Replies View Related

Plesk 12.x / Linux :: Auto Updater - Failed To Solve Dependencies

Mar 27, 2015

Last night the plesk auto updater ran an update. And i was wondering if others have had the same issue?

CentOS6, RHEL5 x64 Plesk 12 Unlimited

Detecting installed product components.
Gathering information about installed license key...
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile

[Code] .....

ERROR: The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please, contact product technical support.Click to expand...

View 9 Replies View Related

Server Load - Balance With External Host

Nov 7, 2008

I have one dedicated server that hosts a PHP/MySQL highly dynamic site. In peak periods my site is starting to get high load (still very manageable but enough to warrant thinking about the future). My site is mostly images - photo gallery type stuff.

I've thought about using Amazon WS to host images from my site but it works out too expensive as do other similar Content Delivery options.

From what I can tell, when the load is high, mysql CPU usage isn't too bad, it hovers around 20% and peaks to 60% every 20 seconds or so, so my assumption is that the load is partly from apache (I see lots of apache processes in peak periods).

I am considering just get a cheap VPS hosted elsewhere that will be used as a static image/file server to release stress from my main server- How much stress would this help release?- Any other suggestions on solutions?

- I would have to do quite a bit of work to my application to ensure images are posted to this server and not my main server which seems a pain (or cron these tasks).

View 0 Replies View Related

Page Load Time And Host Speed

Oct 9, 2008

What difference in page load time does it make if I move away from GoDaddy hosting? Or doesn't it make much difference? If it does make a difference, what kind of percentage improvement are we talking about?

View 12 Replies View Related

Httpd Failed - Sites Don't Load - Host Can't Help

Jan 9, 2008

The last 2-3 days my websites on my vps all started acting funny. Randomly throughout the day they will all just stop loading. If you go to one of my sites they will just load and load and load and eventually time out after 5 minutes.

To fix this problem, all I have to do is reset Apache in my WHM. Everything will be fine for awhile until it decides to stop loading again.

I've been talking to tech support for 2 days. They're out of options. They tried banning some IPs as they thought I might be getting hacked. They tried moving me to a different host machine. They've checked all my logs... there are no errors or problems with the vps. The server load is always very low. Memory is always very low.

I run about 15-20 websites on this VPS. Two of them are vbulletin (v. 3.6.4 and v3.6.8) and all the rest are wordpress).

My VPS is hosted with ServInt.

Server Version: Apache/1.3.39 (Unix) PHP/5.2.4 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4
mysql (5.0.45-community-log)

I get these emails all day:
httpd failed @ Wed Jan 9 06:10:42 2008. A restart was attempted automagically.

I am completely out of ideas and options. Can anyone think of something? Think outside the box... make random suggestions. I don't care, I need to try something.

I most recently added 3 or so brand new websites to my vps about a week ago. However, they are just running wordpress so I can't imagine they're the problem.

View 10 Replies View Related

Apache Using Up 2gb Of Ram Within 30 Minutes

Aug 26, 2007

I've got two websites on my server.
As soon as I turn on site #2, apache starts eating up the ram.

After 30 minutes server goes into swap, and the sleeping processes starts increasing.

Reason why I know it's apache, is if I stop apache, the amount of free ram immediately starts increasing.

Is this a misconfiguration of Apache?

View 3 Replies View Related

Apache Restart Every 5 Minutes

Jul 28, 2007

Code:
[Sat Jul 28 21:40:09 2007] [notice] Apache/2.0.52 (Red Hat) configured -- resuming normal operations
[Sat Jul 28 21:45:08 2007] [notice] caught SIGTERM, shutting down
[Sat Jul 28 21:45:18 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Jul 28 21:45:18 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:18 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:18 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:18 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:18 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:18 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:18 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:19 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Jul 28 21:45:19 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:19 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:19 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:19 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:19 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:19 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:19 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:19 2007] [notice] Digest: generating secret for digest authentication ...
[Sat Jul 28 21:45:19 2007] [notice] Digest: done
[Sat Jul 28 21:45:19 2007] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Sat Jul 28 21:45:19 2007] [notice] LDAP: SSL support unavailable
[Sat Jul 28 21:45:19 2007] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Sat Jul 28 21:45:19 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:19 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:19 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:19 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:19 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:19 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:19 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:45:19 2007] [notice] Apache/2.0.52 (Red Hat) configured -- resuming normal operations
[Sat Jul 28 21:50:08 2007] [notice] caught SIGTERM, shutting down
[Sat Jul 28 21:50:08 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Jul 28 21:50:08 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sat Jul 28 21:50:08 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
........

View 3 Replies View Related

Mysql Is Failing Every 9 Minutes.

May 26, 2007

This just started a few hours ago. This is in my inbox:

06:54:01 PM cpanel@server.mydomain mysql on server.mydomain failed
06:45:11 PM cpanel@server.mydomain mysql on server.mydomain failed
06:36:25 PM cpanel@server.mydomain mysql on server.mydomain failed
06:27:34 PM cpanel@server.mydomain mysql on server.mydomain failed
06:18:46 PM cpanel@server.mydomain mysql on server.mydomain failed
06:09:57 PM cpanel@server.mydomain mysql on server.mydomain failed
06:01:05 PM cpanel@server.mydomain mysql on server.mydomain failed
05:51:46 PM cpanel@server.mydomain mysql on server.mydomain failed
05:42:58 PM cpanel@server.mydomain mysql on server.mydomain failed
05:34:08 PM cpanel@server.mydomain mysql on server.mydomain failed
05:25:19 PM cpanel@server.mydomain mysql on server.mydomain failed
05:16:31 PM cpanel@server.mydomain mysql on server.mydomain failed
05:07:43 PM cpanel@server.mydomain mysql on server.mydomain failed
04:58:53 PM cpanel@server.mydomain mysql on server.mydomain failed
04:50:05 PM cpanel@server.mydomain mysql on server.mydomain failed
04:41:09 PM cpanel@server.mydomain mysql on server.mydomain failed
04:32:15 PM cpanel@server.mydomain mysql on server.mydomain failed
04:23:28 PM cpanel@server.mydomain mysql on server.mydomain failed
04:14:36 PM cpanel@server.mydomain mysql on server.mydomain failed
04:05:48 PM cpanel@server.mydomain mysql on server.mydomain failed
03:56:57 PM cpanel@server.mydomain mysql on server.mydomain failed
03:48:09 PM cpanel@server.mydomain mysql on server.mydomain failed

And they're still arriving to my inbox. When you look at the time stamps, it's failing every 9 minutes. I looked in the crontab and there is nothing running every 9 minutes. Not even close. But there's something happening every 9 minutes. Where do I look?

View 14 Replies View Related

Nagios Resends Notifications Every 25 Minutes

May 2, 2009

Even though I have set notification_interval from 120 to 120m. It might take the changed interval_limit from nagios.cfg.

I am receiving far too many e-mails and text messages in case of downtime at the moment. We're testing our monitoring servers at the moment, but we don't need a new notification every 25 minutes...

View 2 Replies View Related

Futurehosting.biz Support Times In Minutes? Hmm

Jul 16, 2007

I recently signed up (just yesterday) with this company on the grounds of pricing and reviews. I especially noted the fact that they respond "in minutes" well. I have opened 2 tickets thusfar:

first:
Created On: 15 Jul 2007 04:54 PM Last Update: 15 Jul 2007 06:06 PM

second:
reated On: 16 Jul 2007 02:25 AM

I am new to the VPS hosting game. Are support times generally longer than with shared hosting? Or am I just encountering some bad luck? To me, you should want to be impressing newly registered customers. Especially concerning support and when the client has stated VPS is new to him.

I am currently on this plan:

Managed
cPanel - Platinum
450GB 512MB 1.5GB 30GB 2 IPs cPanel: $44.95

Any others out there with quick support times (livechat?) and a comparable package/price? (price is important)

View 14 Replies View Related

New Server Crashing After Some Minutes - Mysql

Dec 27, 2007

Our new server crashes about every 30',causing high high load(80!)

After mysql restart,everything its ok.

System:
Dual Core @ 3Ghz
1GB Ram
Sata Drives
Centos 5
---
My.Cnf config:
--

Code:
[mysqld]
socket = /var/lib/mysql/mysql.sock
safe-show-database
old-password=1
max_connections=500
interactive_timeout=100
wait_timeout=30
connect_timeout=30
thread_cache_size=8
key_buffer=32M
join_buffer=8M
max_allowed_packet=32M
table_cache=1024
sort_buffer=32M
record_buffer=8M
thread_cache_size=128
max_user_connections=30

thread_concurrency=4
myisam_sort_buffer_size=64M
query_cache_limit=2M
query_cache_size=32M
query_cache_type=1

old-passwords = 1

[safe_mysqld]
err-log=/var/log/mysqld.log
open_files_limit=8192

[mysqldump]
quick
max_allowed_packet=32M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates

[isamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_bufer=16M

[myisamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M

[mysqlhotcopy]
interactive-timeout
----
Top Process,showing in whm and status2k:
--
/usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --pid-file=/var/lib/mysql/server3.zaxihosting.com.pid --skip-external-locking --socket=/var/lib/mysql/mysql.sock

View 11 Replies View Related

Reboot- Through DirectAdmin Taking Over 20 Minutes

Mar 3, 2007

How long is a reboot issued through DirectAdmin supposed to take?

My server specs:

CPU: Celeron D 2.66 Ghz
RAM: 512 MB
HD: 80 GB IDE. Swap: 2 GB
OS: CentOS 4.4
Control Panel: DirectAdmin newest version

It has already taken over 21 minutes and the server is still not up or at least not able to serve any pages or anything.

View 7 Replies View Related

Bluehost :: Is Five Minutes Of Power Poor Redundancy?

Jul 15, 2006

I don't have a problem with Bluehost, but after getting this email tonight I would have thought that it's not that hard to have enough fuel and a big enough generator to last more than five minutes after a power outage. It seems like pretty poor redundancy planning if a major host can't last more then five minutes with no power. Hospitals and other places don't have any problem doing it with similar or bigger power demands.

Dear Bluehost Customer,

This evening (July 14th) from about 5:25pm-6:55pm many of our servers
were offline causing significant downtime for many of our users. The
outage was due to a severe power outage in the north end of Orem, Utah
where our servers are located. We do have UPS backup as well as diesel
generators, but at about 5:30 they finally gave out. The power outage
was for much longer than that period of time, but the reserve power
was eventually consumed in its entirety. When it rains it pours.

For users on box65-box145 there have been periodic problems with the
Redhat linux kernel that we were using that was causing problems with
the filesystem that your data is stored on. This issue has been causing
periodic problems for users on those boxes. In the last few days we have
resolved that issue which also caused those boxes to require a reboot.

The downtime is extremely regretable. We apologize profusely for the
inconvenience to our customers and in turn to those who were trying to visit
your sites during the outage. With the fixes we have put in place in the
last few days coupled with other upgrades you should experience MUCH
better uptime in the future.

Thanks for you patience,

Matt Heaton / President Bluehost.com

View 5 Replies View Related

Gigenet - 17 Hours 50 Minutes Of Unexplainable Downtime

Jun 5, 2009

My entire experience with Gigenet has been very bad. I will post a 30 day review once I have completed my first and only billing cycle with them. This topic will be solely focused on the way Gigenet handled my server being down for 17 hours and 50 minutes. I have paid Gigenet for 30 days of service, one billing cycle. My account is set to be terminated on the 7th of June.

I pay Gigenet to actively monitor my server. These services are called "NOC Response from Monitoring" and "Host Ping (ICMP) and TCP Service Monitoring". The extra "service" cost $10/mo.

I realized that my server was down after 7 hours of downtime. I sent in a "critical" support ticket at about 3 AM.

Here is a timeline of my support ticket with Gigenet

Quote:

Originally Posted by ME - 05 Jun 2009 03:11 AM

My Server is down. Any reason for the down time?

Quote:

Originally Posted by ME - Posted On: 05 Jun 2009 03:24 AM

Can I at least get a confirmation that this issue is being worked? It's 3:32 AM...I have to work tomorrow morning and would prefer to get some sleep.

Thanks...

* Note: I am not exactly clear why the time stamp and the time mentioned by me in the ticket don't line up.

Quote:

Originally Posted by Gigenet - Posted On: 05 Jun 2009 03:24 AM

I'm looking into your issue now, all updates will be posted here.

Quote:

Originally Posted by ME - Posted On: 05 Jun 2009 03:29 AM

I have server monitoring. Can you also explain to me how SEVEN HOURS of down time was over looked by your "server monitoring"?

Quote:

Originally Posted by Gigenet - Posted On: 05 Jun 2009 03:37 AM

This server has been marked for cancellation.

I see that the date set was for June 7th and today is the 5th, I will need to speak to a Billing representative before I can re-enable this device. The Billing Department will not be in until 10am, I will leave this ticket open and I will speak to them first chance I get.

* Note my server is still down at this point.

Quote:

Originally Posted by ME - Posted On: 05 Jun 2009 03:44 AM

Yes, because canceling my service two days earlier makes a lot of sense. I paid Gigenet for 30 days, I should get all 30 days. Maybe I'm misunderstanding something?

Please respond so I can get to bed...

Quote:

Originally Posted by Gigenet - Posted On: 05 Jun 2009 03:55 AM

I understand your concern, but your server port was administratively shutdown and I was able to find the cancellation ticket. I need to speak with someone from Billing concerning this issue. This looks to be a mistake on our end, but I don't have all the details in front of me. I will attempt to contact my manager and get this straightened out. All further updates will be posted here.

It was nearly 4:00 AM at this point. I had to be at work by 6:30 AM. My server was still down, so I went to bed.

The next day I received this response:

Quote:

Originally Posted by Gigenet Posted On: 05 Jun 2009 01:43 PM

Hello,

Your server should be back online until the 7th. We're very sorry for the inconvenience. I've confirmed the server's availability via ping from my workstation. Please let us know if you have problems accessing it and we'll take another look.

At this point in time my server was restored. The total downtime was 17 hours and 50 minutes. I monitor my server with a third-party service called "HyperSpin".

Seeking an answer to explain nearly 18 hours of downtime; I sent this response.

Quote:

Originally Posted by ME - Posted On: 05 Jun 2009 04:14 PM

What is the reason for the downtime? Is 17 hours and 50 minutes of unexplainable downtime something that I should expect from Gigenet?

Quote:

Originally Posted by Gigenet -Posted On: 05 Jun 2009 04:22 PM

Hello,

Unfortunately I' not exactly sure what happened. I think the server may have been prematurely canceled, but I'm not totally certain. The server should be back up and I've put in the necessary ticket to make sure it stays on until the 7th, as you requested. We're very sorry for this inconvenience.

So, the best I can get out of Gigenet is that my server may have been shutdown prematurely. I don't understand why Gigenet can not fully explain nearly 18 hours of downtime. No one seems to know exactly what happened...

View 14 Replies View Related

Shared Hosting With 10 Minutes Response Time

Sep 16, 2008

Do you trust in 10 minutes response time guarantee?

Sharkspace.com guarantee that for their clients.

View 0 Replies View Related







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