Back to discussions
Expand all | Collapse all
ESXi 4.1 down to red screen
vsb2007Aug 27, 2010 07:00 AM
ESXi 4.1.0, 260247 Model Intel(R) Xeon(R) CPU E5405 @ 2.00GHz Processor Speed 2 GHz Processor ...
AndreTheGiantAug 27, 2010 07:20 AM
Have a look at this KB: http://kb.vmware.com/kb/1020181 Check that your system is in HCL, check ...
vsb2007Sep 21, 2010 02:59 AM
I did test and update bios and firmware. Nothing changed.
ITatRTMSep 21, 2010 12:40 PM
If this was during an INSTALL of ESXi 4.1, at which point does it crash? Are you able to Install ...
vsb2007Sep 22, 2010 07:05 AM
ESXi server can works few days or maybe weeks.Then crashing. At first I installed esxi4 up.1, then ...
vsb2007Oct 25, 2010 07:47 AM
Any ideas? I Submited a Support Request, but no back reaction.
Dave_MishchenkoOct 25, 2010 07:56 AM
If it was a fresh install of ESXi 4.1 you'll find a copy of the messages log file in /scratch/log. ...
1. ESXi 4.1 down to red screen
Recommend
vsb2007
Posted Aug 27, 2010 07:00 AM
ESXi 4.1.0, 260247
Model Intel(R) Xeon(R) CPU E5405 @ 2.00GHz
Processor Speed 2 GHz
Processor Sockets 2
Processor Cores per Socket 4
Logical Processors 8
Manufacturer Intel
Model S5000PAL
BIOS Version S5000.86B.14.00.0099.030920101243
Release Date 09.03.2010 0:00:00
Intel(R) RAID Controller SROMBSAS18E
2. RE: ESXi 4.1 down to red screen
Recommend
AndreTheGiant
Posted Aug 27, 2010 07:20 AM
Have a look at this KB:
http://kb.vmware.com/kb/1020181
Check that your system is in HCL, check that BIOS and firmware are up to date, and check memory integrity with Memtest or similar tools.
Andre
3. RE: ESXi 4.1 down to red screen
Recommend
vsb2007
Posted Sep 21, 2010 02:59 AM
I did test and update bios and firmware. Nothing changed.
4. RE: ESXi 4.1 down to red screen
Recommend
ITatRTM
Posted Sep 21, 2010 12:40 PM
If this was during an INSTALL of ESXi 4.1, at which point does it crash?
Are you able to Install 4.0?
5. RE: ESXi 4.1 down to red screen
Recommend
vsb2007
Posted Sep 22, 2010 07:05 AM
ESXi server can works few days or maybe weeks.Then crashing.
At first I installed esxi4 up.1, then 4.1.
6. RE: ESXi 4.1 down to red screen
Recommend
vsb2007
Posted Oct 25, 2010 07:47 AM
Any ideas?
I Submited a Support Request, but no back reaction.
7. RE: ESXi 4.1 down to red screen
Recommend
Dave_Mishchenko
Posted Oct 25, 2010 07:56 AM
If it was a fresh install of ESXi 4.1 you'll find a copy of the messages log file in /scratch/log. Take a look at the logs just prior to the crash to see if any other errors are reported.
Dave
VMware Communities User Moderator
Now available - vSphere Quick Start Guide
Do you have a system or PCI card working with VMDirectPath? Submit your specs to the Unofficial VMDirectPath HCL.
×
New Best Answer
This thread already has a best answer. Would you like to mark this message as the new best answer?
'; if ($discussionImgModal.length == 0) { $("form").append(modalHtml); $discussionImgModal = $("#discussion-img-modal"); $discussionImgModal.find(".close").on('click', function () { $discussionImgModal.modal("hide"); }); } loadImage($discussionImgModal, source, title); } }); function loadImage($discussionImgModal, source, title) { var discussionImg = $discussionImgModal.find("#modalImg")[0]; discussionImg.onload = function () { $discussionImgModal.modal("show"); }; discussionImg.src = source; $discussionImgModal.find("#caption").html(title); } var replyInlineParam = HigherLogic.Util.getParameterByName('ReplyInline'); if (!HigherLogic.Util.stringIsNullOrWhiteSpace(replyInlineParam)) { var $replyInline = $('.reply-inline[data-message-key="' + replyInlineParam + '"]'); if ($replyInline.length > 0) { openEditor($replyInline); } } $('.reply-inline').on('click', function () { hl_common_ui_blockUI(); var $this = $(this); if ($('.inline-reply-snippet').length > 0) { hl_common_ui_unBlockUI(); $('.inline-reply-snippet').find('.modal.inline-confirm').modal('show'); $('.inline-reply-snippet').find('.modal.inline-confirm').data('reply-id', $this.prop('id')); } else { openEditor($this); } }); function openEditor($this) { $('.inline-reply-snippet').remove(); var postData = { MessageKey: $this.data('message-key'), currentUrl: window.location.href }; HigherLogic.Util.post( '/higherlogic/ui/mvc/eGroups/eGroups/GetReplyInline', JSON.stringify(postData), 'html' ).done(function (data) { var redirectUrl = $(data).data('redirect-url'); if (redirectUrl) { // gives return location for unauthenticated user redirect to login redirectUrl = hl_common_util_updateQueryStringParameter(redirectUrl, 'ReturnUrl', encodeURIComponent(window.location.href)); // gives return location for unsubscribed user redirect to subscribe window.location.href = hl_common_util_updateQueryStringParameter(redirectUrl, 'PostByLink', encodeURIComponent(window.location.href)); return; } $this.closest('li').append(data); var $div = $('#' + $(data).first('div').prop('id')); var bottomOfDiv = $div.offset().top + 500; $('html, body').animate({ scrollTop: bottomOfDiv - $(window).height() }, 1000); hl_common_ui_unBlockUI(); }); } });