Go Back  IT Forums > Hardware > Sun
User Name
Password
Reply
 
Thread Tools Search this Thread Display Modes
Is there a way to use Linux on the E450 ?
  #161
Old 10-03-2006, 10:43 PM
Tim Bradshaw
Junior Member


Tim Bradshaw is offline
Tim Bradshaw's Info
Join Date: Sep 2006
Posts: 11
Default Is there a way to use Linux on the E450 ?

On 2006-10-04 01:09:32 +0100, Josh McKee <jtmckee@rmac.net> said:
Quote:
The problem I see with this theory is there is nothing forcing the PC LOM to utilize a web browser for the pre-boot configuration of the system. Typically the BIOS is textual in nature and therefore its overhead could be relatively light. Furthermore I see no technical reason preventing a BIOS from being implemented as a CLI...just like the OBP. It's just not...most likely because there isn't a demand for a CLI version. There are administrators in this world who shy away from the command line.


Indeed. There's nothing preventing a BIOS/LOM combination from being,
well, the same as OBP/LOM :-) But typically they do seem to use some
non-scriptable non-CLI browser-or-special-client-based approach. My
theory is that this makes them less efficient to use (than OBP/LOM or
some CLI-based BIOS/LOM combination of your choice). There's then a
whole argument about whether this is true, and if it is how less
humanlyefficient things manage to win over more humanly-efficient ones
(good example being apple-style scroll bars vs Xerox/Athena ones, say).
But probably that's for another thread on another newsgroup.

(Here's a possible reason why remote access to BIOS/LOM on x86 is
typically via some non-CLI interface: Windows. If you're making an x86
box then you almost certainly want to support Windows, which as far as
I know requires a framebuffer to run. So if you want to provide remote
console access you have to deal with making the framebuffer available
remotely. Once you've done that then it's natural to just have the
BIOS etc use the same remoting thing.)

--tim

Reply With Quote
Is there a way to use Linux on the E450 ?
  #162
Old 10-03-2006, 10:55 PM
Stefaan A Eeckels
Junior Member


Stefaan A Eeckels is offline
Stefaan A Eeckels's Info
Join Date: Jun 2003
Posts: 59
Default Is there a way to use Linux on the E450 ?

On Tue, 03 Oct 2006 18:12:22 -0600
Josh McKee <jtmckee@rmac.net> wrote:
Quote:
IMO you're too focused on whether this everything is integrated or not.


Indeed - for most people who've been raised on SPARC systems, LOM is
just a thin layer over the OBP. On "professional" PC kit, LOM tends to
be an all-out BIOS replacement (going by my limited experience with HP
and Dell servers).
Quote:
When I asked for examples why the OBP was preferred over the BIOS one of the reasons given was remote administration. This capability is provided by LOM on the PC platform.


If it has LOM, in which case indeed the LOM will provide out of
necessity, many features the OBP already has. The traditional PC BIOS
basically only offers boot functions. The other functions (the Hole at
15MB, CPU clocking, interrupt and DMA selection, serial port address,
etc) are arcana that originated in the minimalistic design of the IBM
PC. Open Boot on the other hand was designed from the onset for remote
administration.
Quote:
The fact it isn't part of the BIOS isn't that relevant because the LOM negates this particular advantage of the OBP.


Indeed, but only if you're dealing with systems that have LOM. I've
seen quite a few "data centres" that use the cheapest PC kit they can
lay hands on, spend a comparative fortune on KVMs, and end up with
admins that spend most of their time getting varicose veins, head colds
and aching backs standing in a cold computer room struggling with as
many BIOS variants as they have systems.

Take care,

--
Stefaan A Eeckels
--
Life itself is a misery and nobody can tell what can be of it.
Those that can tell what can be of it are those who cannot tell
us because they are far from us (dead). -- Very profound scam
Reply With Quote
Is there a way to use Linux on the E450 ?
  #163
Old 10-09-2006, 12:57 AM
Keeper of the Purple Twilight
Junior Member


Keeper of the Purple Twilight is offline
Keeper of the Purple Twilight's Info
Join Date: Jul 2003
Posts: 446
Default Is there a way to use Linux on the E450 ?

> Juergen Sieverswrote:
Quote:
I tried to run an Apache 2 with MySQL and PHP and it takes over 25

sec
Quote:
to fetch a simple PHP page which takes its menu from a database.


O.K. there's something wrong with that. I have an identical E450
(4x400/4M and 4G RAM), and it's nowhere near that slow.
Quote:
Juergen Sieverswrote:
I used the ibib and also the sunfreeware suite to get this

application
Quote:
because the two servers which came with sol10 are not supporting

PHP.
Quote:
And that is the main problem after the slowness. I'm able to handle Linux much better than Solaris.


Well, yea. If you know Linux better, then you will probably have
issues with understanding Solaris. I've been a SunOS / Solaris admin
for almost 20 years, and I get better results. But, I came into the
world having to compile and install my own software, so....
Quote:
Juergen Sieverswrote:
I can configure, compile and install all the wanted packages and so

I
Quote:
will get an optimal system which could be completely customize and maintained by me. On Solaris I have to take the precompiled

packages
Quote:
and so I have the same software on several directories /usr/sfw , /opt/sfw, /usr/local and so on. After a short time I

lost
Quote:
the overview and had to reinstall my system from the begin on new.


Son't blame the hardware for this. Most of us just avoid the stuff in
/usr/sfw and focus on /usr/local when we are using the SunFreeware
packages. If we use them at all. I tend not to install every
revision of every piece of softwar ein the universe. And, Apache/PHP
compile and install in minutes on my E450.
Quote:
Juergen Sieverswrote:
And about the inet/init replacement on sol10 I will get a crises.


It's not that hard. Plus, you can still use the SysV stuff. It still
works under Sol 10.
Quote:
Juergen Sieverswrote:
If it would work more powerfully then it may make Sinn to learn al

this
Quote:
Solaris specials, but so I will not spend my time on a system which takes a lot of electrically energy to produce only wind, warmth and noises.


See, you're confusing your lack of knowlege with the capacity of a
system. An E450 can still do some impressive stuff (it has massive
I/O for the size of the box - just imagine 20 300G SCSI drives in
it!) but you need to learn how to use it. If all you want to do is
run a box with no effort, do what you are comfortable with and get a
cheap PeeCee running Linux. But, you might want to take the time to
learn how real datacenter hardware works.

As I type this, an E40 burbles happily to itself next to my wife on
the couch. It's an end-table that also happens to make a good
server. We don't find it loud at all.

Reply With Quote
Is there a way to use Linux on the E450 ?
  #164
Old 10-10-2006, 05:00 PM
Toby Thain
Junior Member


Toby Thain is offline
Toby Thain's Info
Join Date: Jul 2004
Posts: 19
Default Is there a way to use Linux on the E450 ?


thog wrote:
Quote:
Juergen Sieverswrote:
Quote:
I tried to run an Apache 2 with MySQL and PHP and it takes over 25
sec
Quote:
to fetch a simple PHP page which takes its menu from a database.
O.K. there's something wrong with that. I have an identical E450 (4x400/4M and 4G RAM), and it's nowhere near that slow.


Any experienced admin would know it's too slow for such a machine by at
least 3 orders of magnitude. That the OP didn't know that
immediately...?
Quote:
Quote:
Juergen Sieverswrote: I used the ibib and also the sunfreeware suite to get this
application
Quote:
because the two servers which came with sol10 are not supporting
PHP.


Excepting that it's bundled with Solaris 10.
http://www.sun.com/bigadmin/content/submitted/samp.html
Easy to overlook, I agree.
Quote:
... If all you want to do is run a box with no effort, do what you are comfortable with and get a cheap PeeCee running Linux. But, you might want to take the time to learn how real datacenter hardware works.


To quote this week's Peanuts, "Learn?"
Quote:
As I type this, an E40 burbles happily to itself next to my wife on the couch. It's an end-table that also happens to make a good server. We don't find it loud at all.


I fired one up in my apartment today - surprisingly quiet, much quieter
than the X2100 next to it.

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



Powered by: vBulletin Version 3.0.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Style Design by vBStyles.com


Top Contact Us - IT Forums - Archive - MyLounge Top
MyLounge.com Site Map
Forum: Cars, Cell Phone, Database, Games, Home Improvement, IT, Music, School, Sports, Web Design, Web Server, Weight Loss

The MyLounge.com forum is intended for informational use only and should not be relied upon and is not a substitute for any advice. The information contained on MyLounge.com are opinions and suggestions of members and is not a representation of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for the accuracy, completeness or usefulness of any postings or the qualifications of any person responding. Please consult a expert or seek the services of an attorney in your area for more accuracy on your specific situation. Please note that our forums also serve as mirrors to Usenet newsgroups. Many posts you see on our forums are made by newsgroup users who may not be members of MyLounge.com Term of Service