Does the Sun fire x4100 support HVM?


 
Thread Tools Search this Thread
Operating Systems Solaris Does the Sun fire x4100 support HVM?
# 1  
Old 07-14-2009
Does the Sun fire x4100 support HVM?

I have looked all over the bios configuration to enable hardware virtualization and found nothing. Could someone tell if this server support it and if so where I go to enable that feature. By the way this is a x86 server.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Sun fire x2270

Hello, I have purchaced an old SUn fire x2270 server . I wanted to make ILOM upgrade to the latest version of software : ILOM 3.0.9.18.a r126592 BIOS vers. 2.09 Server 2.2.3 (10-Aug-2018) Because my version is very outdated. But i can't download the updatebecause it's require... (4 Replies)
Discussion started by: LouisLakoute
4 Replies

2. Hardware

Multi-bit ECC Error on X4100 M2 Server Sun Fire

I have a problem, I have been installing Redhat Interprise Linux on X4100 M2 Server, when system is reboot after install, the server is restart (reboot) again (alias unlimited). The bios system show message error "Multi-bit ECC Error" and "bank interleave requested but not enable" I have... (5 Replies)
Discussion started by: hhaswan
5 Replies

3. Ubuntu

Ubuntu Install on Sun Fire X4100 network issues

Hi I have two Sun Fire X4100 machines with Ubuntu 12.04 installed on them. I am able to configure the Net Mgt port with an IP address and access the ILOM from the browser. I can also boot the Ubuntu installed and redirect the output. The issue i have is that when i configure the network... (0 Replies)
Discussion started by: kaf3773
0 Replies

4. Hardware

Sun X4100 graphics

Hello all. I have a requirement to install a aftermarket video card in the server, can you advise what fits? or if there is a sun riser part which convers the PCIx slot to PCIe The unit is a standard x4100 with PCIx slots, not an M2 with the PCIe slots. thanks (4 Replies)
Discussion started by: petebarchetta
4 Replies

5. Hardware

sun x4100 M2 processors

hi please how to know that a sun x4100 m2 server has one or two processors installed ?? the OS installed on this server is windows 2003 Enterprise Edition. thanks (2 Replies)
Discussion started by: bahjatm
2 Replies

6. Hardware

Upgrade Sun Fire v65x to support USB External HD?

Hi, Does anyone know if it's possible to upgrade a Sun Fire v65x to support USB external hard drive(s)? My take on this is the USB ports were designed to support keyboard and mouse funtionality. BIOS Version/Date is: Intel Corporation SWV25.86B.1191.P08.0310291543, 10/29/2003. Does anyone... (3 Replies)
Discussion started by: mattdon
3 Replies

7. UNIX for Dummies Questions & Answers

Does the FreeBSD 6.3 stable support Sun Fire X4140???

Dear all, I am a newbie learning Unix and doing some experiments. I have searched the FreeBSD world that some guy has reported that FreeBSD 6.x version definitely support Sun Fire X4100 & X4200 M2 or early types. When I am wondering to buy a Sun Fire X4140 which released last year and still... (2 Replies)
Discussion started by: Success_Tree
2 Replies

8. Solaris

Sun Fire 280R Sun Solaris CRT/Monitor requirements

I am new to Sun. I brought Sun Fire 280R to practice UNIX. What are the requirements for the monitor/CRT? Will it burn out old non-Sun CRTs? Does it need LCD monitor? Thanks. (3 Replies)
Discussion started by: bramptonmt
3 Replies

9. UNIX for Dummies Questions & Answers

Sun Fire 280R

Hello all, I'm lost and can't figure this problem out. I have a Sun fire 280R running Solaris 8. Everything was working great. I have one drive in bay 1(not 0). But when I reboot the system it trys to open files in /dev/rdsk/c1t1d0s0. Should it have been opeing /dev/rdsk/c1t0d0s0, the... (4 Replies)
Discussion started by: larryase
4 Replies
Login or Register to Ask a Question
GEM(4)							   BSD Kernel Interfaces Manual 						    GEM(4)

NAME
gem -- ERI/GEM/GMAC Ethernet device driver SYNOPSIS
gem* at pci? dev ? function ? gem* at sbus? slot ? offset ? Configuration of PHYs may also be necessary. See mii(4). DESCRIPTION
The gem driver provides support for the GMac Ethernet hardware found mostly in the last Apple PowerBooks G3s and most G4-based Apple hard- ware, as well as many Sun UltraSPARCs. Cards supported by this driver include: o Sun GEM gigabit ethernet (SX fibre variants) o Sun ERI 10/100 o Apple GMAC The GEM family supports hardware checksumming to assist in computing IPv4 TCP checksums. The gem driver supports this feature of the chip. See ifconfig(8) for information on how to enable this feature. SEE ALSO
bmtphy(4), ifmedia(4), intro(4), mii(4), ifconfig(8) Sun Microsystems, GEM Gigabit Ethernet ASIC Specification, http://www.sun.com/processors/manuals/ge.pdf. Sun Microsystems, Sbus GEM Specification, http://mediacast.sun.com/users/Barton808/media/gem_sbus-1.pdf. HISTORY
The gem device driver appeared in NetBSD 1.6. Support for PCI SX fibre cards was added in NetBSD 5.0. Support for SBus SX fibre cards was added in NetBSD 5.0. AUTHORS
The gem driver was written by Eduardo Horvath <eeh@NetBSD.org>. SX fibre support was added by Julian Coleman <jdc@NetBSD.org>. The man page was written by Thomas Klausner <wiz@NetBSD.org>. BUGS
The hardware checksumming support does not support IPv4 UDP, although this was allowed prior to NetBSD 5.0. Also, the hardware IPv4 TCP receive checksumming support has bugs, so this is disabled. On the SX fibre variants of the hardware, the link will stay down if there is a duplex mismatch. Also, packet transmission may fail when in half-duplex mode. BSD
September 15, 2008 BSD