Frequent crashes in ESXi virtual Solaris machine


 
Thread Tools Search this Thread
Operating Systems Solaris Frequent crashes in ESXi virtual Solaris machine
# 1  
Old 10-18-2011
Frequent crashes in ESXi virtual Solaris machine

Anybody have any ideas on what could be causing this crash? This an x86 virtual machine I have running in ESXi at my house, so obviously no way to send the data to Oracle for analysis. Just curious if anyone has any ideas. I suspect motherboard problems with the x86 hardware, as I already replaced the RAM.

Thanks


Code:
Oct 18 19:36:25 Solaris unix: [ID 836849 kern.notice]
Oct 18 19:36:25 Solaris ^Mpanic[cpu2]/thread=fffffe80003b7c60:
Oct 18 19:36:25 Solaris genunix: [ID 335743 kern.notice] BAD TRAP: type=e (#pf Page fault) rp=fffffe80003b79d0 addr=4bf2 occurred in module "e1000g" due to an illegal access to a user address
Oct 18 19:36:25 Solaris unix: [ID 100000 kern.notice]
Oct 18 19:36:25 Solaris unix: [ID 839527 kern.notice] sched:
Oct 18 19:36:25 Solaris unix: [ID 753105 kern.notice] #pf Page fault
Oct 18 19:36:25 Solaris unix: [ID 532287 kern.notice] Bad kernel fault at addr=0x4bf2
Oct 18 19:36:25 Solaris unix: [ID 243837 kern.notice] pid=0, pc=0xfffffffff7ebbbd2, sp=0xfffffe80003b7ac0, eflags=0x10296
Oct 18 19:36:25 Solaris unix: [ID 211416 kern.notice] cr0: 8005003b<pg,wp,ne,et,ts,mp,pe> cr4: 6b8<xmme,fxsr,pge,pae,pse,de>
Oct 18 19:36:25 Solaris unix: [ID 354241 kern.notice] cr2: 4bf2 cr3: cbf8000 cr8: c
Oct 18 19:36:25 Solaris unix: [ID 592667 kern.notice]   rdi: ffffffff85463ac0 rsi: fffffe80003b7a70 rdx:               63
Oct 18 19:36:25 Solaris unix: [ID 592667 kern.notice]   rcx:         85554388  r8:                0  r9:                0
Oct 18 19:36:25 Solaris unix: [ID 592667 kern.notice]   rax:              5f2 rbx: ffffffff81b3d670 rbp: fffffe80003b7b80
Oct 18 19:36:25 Solaris unix: [ID 592667 kern.notice]   r10:               34 r11:                0 r12: ffffffff81b39000
Oct 18 19:36:25 Solaris unix: [ID 592667 kern.notice]   r13: ffffffff854c7980 r14: ffffffff81b3d798 r15:               80
Oct 18 19:36:25 Solaris unix: [ID 592667 kern.notice]   fsb:                0 gsb: ffffffff81a8d800  ds:               43
Oct 18 19:36:25 Solaris unix: [ID 592667 kern.notice]    es:               43  fs:                0  gs:              1c3
Oct 18 19:36:25 Solaris unix: [ID 592667 kern.notice]   trp:                e err:                0 rip: fffffffff7ebbbd2
Oct 18 19:36:25 Solaris unix: [ID 592667 kern.notice]    cs:               28 rfl:            10296 rsp: fffffe80003b7ac0
Oct 18 19:36:25 Solaris unix: [ID 266532 kern.notice]    ss:               30
Oct 18 19:36:25 Solaris unix: [ID 100000 kern.notice]
Oct 18 19:36:25 Solaris genunix: [ID 655072 kern.notice] fffffe80003b78e0 unix:die+da ()
Oct 18 19:36:25 Solaris genunix: [ID 655072 kern.notice] fffffe80003b79c0 unix:trap+5e6 ()
Oct 18 19:36:25 Solaris genunix: [ID 655072 kern.notice] fffffe80003b79d0 unix:_cmntrap+140 ()
Oct 18 19:36:25 Solaris genunix: [ID 655072 kern.notice] fffffe80003b7b80 e1000g:e1000g_receive+a2 ()
Oct 18 19:36:25 Solaris genunix: [ID 655072 kern.notice] fffffe80003b7bd0 e1000g:e1000g_intr_work+9a ()
Oct 18 19:36:25 Solaris genunix: [ID 655072 kern.notice] fffffe80003b7bf0 e1000g:e1000g_intr+5b ()
Oct 18 19:36:25 Solaris genunix: [ID 655072 kern.notice] fffffe80003b7c40 unix:av_dispatch_autovect+78 ()
Oct 18 19:36:25 Solaris genunix: [ID 655072 kern.notice] fffffe80003b7c50 unix:intr_thread+5f ()
Oct 18 19:36:25 Solaris unix: [ID 100000 kern.notice]
Oct 18 19:36:25 Solaris genunix: [ID 672855 kern.notice] syncing file systems...
Oct 18 19:36:25 Solaris genunix: [ID 904073 kern.notice]  done
Oct 18 19:36:27 Solaris genunix: [ID 111219 kern.notice] dumping to /dev/dsk/c1t0d0s1, offset 860356608, content: kernel
Oct 18 19:36:36 Solaris genunix: [ID 100000 kern.notice]
Oct 18 19:36:36 Solaris genunix: [ID 665016 kern.notice] ^M100% done: 66294 pages dumped,
Oct 18 19:36:36 Solaris genunix: [ID 851671 kern.notice] dump succeeded
Oct 18 19:37:02 Solaris genunix: [ID 540533 kern.notice] ^MSunOS Release 5.10 Version Generic_144489-17 64-bit
Oct 18 19:37:02 Solaris genunix: [ID 218167 kern.notice] Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.

# uname -a
SunOS Solaris 5.10 Generic_144489-17 i86pc i386 i86pc
#
# 2  
Old 10-19-2011
looks like problems with a network interface... the "e1000g" module is involved.
# 3  
Old 10-19-2011
agree with DukeNuke2, check the third line, there is somthing wrong with your e1000g (NIC)...
# 4  
Old 10-19-2011
Yeah, I saw that, but I'm surprised a NIC could cause the entire system to go down. That NIC is on the motherboard... frustrating problem.

Thanks guys!
# 5  
Old 10-19-2011
do you have another client who use the same interface?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Providing virtual machine priority in kvm based virtual machines

Hi All, Is there any way I can prioritize my VMs when there is resource crunch in host machine so that some VMs will be allocated more vcpu, more memory than other VMs in kvm/qemu hypervisor based virtual machines? Lets say in my cloud environment my Ubuntu 16 compute hosts are running some... (0 Replies)
Discussion started by: SanjayK
0 Replies

2. Solaris

Solaris virtual machine SPARC?

Hello, please, can somebody tell me if can i virtualize Solaris 11 SPARC architecture in a x86 PC? Virtualbox allows doing that? i need to run Solaris 11 SPARC to make a lab, and dont have any SUN machine to do on it. Thanks in advance! (9 Replies)
Discussion started by: MuziKizuM
9 Replies

3. AIX

IBM Virtual Machine OS on intel x86 and x64? IBM AIX OS on IBM Virtual Machine?

Hi There, I have zero information and zero knowledge for IBM virtual machine except Amazon cloud and VMware ESXi (Only Linux OS available). Anyone could provide me the following answer - Can IBM VM been deploy on X86 and X64 (Intel Chip)? If answer is yes any chance to deploy AIX OS... (13 Replies)
Discussion started by: chenyung
13 Replies

4. Solaris

How to count number of physical and virtual processors on Solaris machine.?

hi, I am using command psrinfo -p to check the number of physical processors present on any soalris machine.I want to check the number of virtual processors assigned for particular solaris machine. which command/set of command need to be used which can grep or show the total virtual processors... (8 Replies)
Discussion started by: omkar.jadhav
8 Replies

5. Red Hat

My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool

My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool Hi, I don't seem to have the Virtual Machine Manager Desktop tool set up on my RHEL6 Machine. The Linux machine runs off VMWare player and I'm not sure whether it is a VMWare software issue or a problem with the RHEL6... (2 Replies)
Discussion started by: accipiter1
2 Replies

6. Virtualization and Cloud Computing

solaris virtual machine vmware esx

Hi All How would you send a solaris virtual machine in vmware esx, a break signal? :confused: (0 Replies)
Discussion started by: jakerock
0 Replies

7. Solaris

Change hostID of Solaris 10 virtual/guest machine installed by Virtual Box 4.1.12 on Windows-XP host

Trying to set or modify the randomly set hostID of a Solaris 10 virtual/guest machine that I installed on a Windows-XP host machine (using Virtual Box 4.1.12). I was able to set/modify the hostname of the Solaris 10 virtual/guest machine during installation as well as via the Virtual Box... (4 Replies)
Discussion started by: Matt_VB
4 Replies

8. UNIX for Dummies Questions & Answers

Static IP address for solaris 10 virtual machine

Hi All I am having a solaris 10 virtual machine on vista (using vmware 7) laptop. Now i want to access virtual machine from vista using putty. Problem is that i insalled the solaris machine as dhcp. and whenever i connect to internet or reboot my system the IP address of solaris... (1 Reply)
Discussion started by: ankurk
1 Replies

9. Solaris

Solaris virtual machine access on host os

Hi I have two solaris 10 virtual machines on my Vista laptop. I want to access both machines using putty in vista. I used DHCP while installing virtual machines. one machine gets the ip address and other does not. What is the problem? can i assign a static ip address if yes how? ... (2 Replies)
Discussion started by: ankurk
2 Replies

10. Solaris

Is there any Virtual data center as we have Virtual Machine?

Do we have any Virtual Data Center software as we have Virtual Machine? I want to practice everything of Solaris practically but i don't have resources like data center which includes Servers, Data storages, switches, and other things. (2 Replies)
Discussion started by: karman0931
2 Replies
Login or Register to Ask a Question