Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Unix flavors that run on x86, x86_64 bit processors? Post 302633335 by insomnia on Tuesday 1st of May 2012 07:35:58 PM
Old 05-01-2012
Well I have many systems.. Why is the hardware important, may I ask?

My most used is of coarse my laptop.
A cheaper Compaq Presario CQ56
2gb ram
500gb HDD
Intel Celeron 900

many custom servers, all with different hardware, but all having Intel processors.
all have dual xeons.
a lot of different specs,
Mostly supermicro motherboards,
anywhere from 500GB to 2TB HDD space.

Plus ALL my systems run different OS's mainly..
I have four that run CentOS looking forward to upgrading to either Red Hat Enterprise Linux if I manage to spend that much on them, or ill see how the new AcendOS and GoOSe Enterprise Linux Server distros look when they come out.
I have other boxes that run SuSE Linux Enterprise Server, Mandriva Enterprise Linux, Elastix, OpenBSD, FreeNAS, OpenIndiana, Zerowall, pfSense, and Solaris.
looking forward to running others as well...
I just love different systems. Smilie Smilie


Looking to get an old Sparc server from the now novell acquired Sun Microsystems. They sell for extremely cheap second hand on eBay. So I would like to get a couple of those for a solaris rack. Anyone heard of the new SmartOS from Joyent? Amazing set up.. Amazing! I may just dedicate them to that! But well see.

So I guess you could add that to the list. Sparc processors. But like I said I would want to mainly focus on x86 processors if possible.


@Scrutinizer
Thanks. that's cool to know.
Isn't HP-UX discontinued? I think that was the first Unix system I looked into. I thought they discontinued that in favour of switching their focus to Linux.
I don't have a Itanium processor unfortunately but I think it would be nice to have at least one machine with one IA. I will look into getting on on eBay as well if I manage to find one cheap enough.



So is there any others ??

Thanks for everything so far.
 

9 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

UNIX flavors

Are there any flavors of UNIX which are better suited for implementation in the field of 3d animation, if so what are they? (3 Replies)
Discussion started by: aloysius1001
3 Replies

2. UNIX for Dummies Questions & Answers

What exactly is a Unix Flavors means??

could anybody tell me what is a unix flavor? (4 Replies)
Discussion started by: human
4 Replies

3. UNIX for Dummies Questions & Answers

Is the solaris v9.For.x86 64 bit

Dear everyone: Could you tell me where is the 64 bit's solaris v9.0. :p (2 Replies)
Discussion started by: arwang
2 Replies

4. Gentoo

compiling 32 bit application on 64 bit linux(x86_64)

hi all, i have a 64 bit linux machine. $uname -a Linux SVRDELLD30 2.6.9-42.ELsmp #1 SMP Tue Aug 15 10:35:26 BST 2006 x86_64 x86_64 x86_64 GNU/Linux here by default gcc creates 64 bit executable. but for some reason i want to create 32bit executable. first i want to create 32 bit object... (3 Replies)
Discussion started by: uttamhoode
3 Replies

5. Solaris

looking for eclipse for SOLARIS 10 x86-64 bit

Hi, I am looking for eclipse for my solaris 10 x86 64 bit. No luck and haven't found the download yet. It is required when I install WLS 10.3. Of course one no need to use eclipse and you can always use workshop. Does anybody please know where can I download the software. Thanks, ... (2 Replies)
Discussion started by: aa_monster
2 Replies

6. Solaris

32 bit MySQL on x86 64 bit?

Hello all. I am going to build an x86 Solaris box. Sun only offers it in a 64 bit flavor. I want to put MySQL on this box. MySQL only comes in a 32 bit version for x86 Solaris. Can I run 32 bit apps on a 64 bit x86 Solaris machine? Thanks! (4 Replies)
Discussion started by: RobertSubnet
4 Replies

7. Shell Programming and Scripting

One Script on all the Unix flavors

Hi , I need to run a script on different flavors, namely 1) Linux 2) AIX 3) Solaris 4) HP-UX Almost the entire script is the same except at a few places where commands specific to that OS are to be run. Is it possible to have a single script that runs on all the platforms? Sth... (5 Replies)
Discussion started by: tcsprak
5 Replies

8. Shell Programming and Scripting

Get all types of shell supported on any unix flavors.

Hello - Is there a command/way we can find out, what shells are supported on a Unix machine? Please let me know. Thanks, Manju (3 Replies)
Discussion started by: manju--
3 Replies

9. Shell Programming and Scripting

Time zone issues in UNIX flavors

Hello All, I am in process of migrating all my scripts from AIX box to Linux box. In one of my script I calculate my last week date with the below command $ TZ=EDT+172 date +%F 2012-12-13 $ uname -a AIX 1 7 000B29AAD400 Now when I tried running the same in Linux, it gives a false... (2 Replies)
Discussion started by: sathyaonnuix
2 Replies
LIBPFM(3)						     Linux Programmer's Manual							 LIBPFM(3)

NAME
libpfm_intel_p6 - support for Intel P5 based processors SYNOPSIS
#include <perfmon/pfmlib.h> PMU name: pm, ppro, pii, piii, p6 PMU desc: Intel Pentium M, Intel Pentium Pro, Intel Pentium II, Intel Pentium III, Intel P6 DESCRIPTION
The library supports all Intel P6-based processors all the way back to the Pentium Pro. Although all those processors offers the same PMU architecture, they differ in the events they provide. MODIFIERS
The following modifiers are supported on all Intel P6 processors: u Measure at user level which includes privilege levels 1, 2, 3. This corresponds to PFM_PLM3. This is a boolean modifier. k Measure at kernel level which includes privilege level 0. This corresponds to PFM_PLM0. This is a boolean modifier. i Invert the meaning of the event. The counter will now count cycles in which the event is not occurring. This is a boolean modifier e Enable edge detection, i.e., count only when there is a state transition. This is a boolean modifier. c Set the counter mask value. The mask acts as a threshold. The counter will count the number of cycles in which the number of occur- rences of the event is greater or equal to the threshold. This is an integer modifier with values in the range [0:255]. AUTHORS
Stephane Eranian <eranian@gmail.com> September, 2009 LIBPFM(3)
All times are GMT -4. The time now is 01:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy