niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » *nix » SGI/IRIX » hardware
SGI Altix 330 cluster
Post new topic   Reply to topic Page 1 of 1 [6 Posts] View previous topic :: View next topic
Author Message
martyn.foster@gmail.com
*nix forums beginner


Joined: 17 Jul 2006
Posts: 1

PostPosted: Mon Jul 17, 2006 11:11 am    Post subject: Re: SGI Altix 330 cluster Reply with quote

gptwjptw wrote:
Quote:

The 1U units can be cabled together using SGI's NUMAlink technology to
make one larger Altix 330 system, up to 16 processors. This is *not* a
cluster, but a single system. This is the norm for large Altix
installations.


When multiple SGI Altix machines are configured as single system, ie.
with a single operating system image, how can we tell them apart
without physcially going to the machine ?

Can you give an example of what/why you want to identify? Certainly if
there is a failing component in the system then these things *are*
logged with a tag that identifies which physical module had the issue.
Back to top
Ian Mapleson
*nix forums addict


Joined: 29 Apr 2005
Posts: 54

PostPosted: Wed Jul 05, 2006 10:51 pm    Post subject: Re: SGI Altix 330 cluster Reply with quote

gptwjptw wrote:
Quote:

The 1U units can be cabled together using SGI's NUMAlink technology to
make one larger Altix 330 system, up to 16 processors. This is *not* a
cluster, but a single system. This is the norm for large Altix
installations.


When multiple SGI Altix machines are configured as single system, ie.
with a single operating system image, how can we tell them apart
without physcially going to the machine ?

You don't really need to know, but if you did, how about sticky labels
on
the door cabinets? :-)

Ian.
Back to top
Tony 'Nicoya' Mantler
*nix forums Guru Wannabe


Joined: 02 Jul 2005
Posts: 139

PostPosted: Tue Jul 04, 2006 9:37 pm    Post subject: Re: SGI Altix 330 cluster Reply with quote

In article <1152044474.613801.198680@p79g2000cwp.googlegroups.com>,
"gptwjptw" <gptwjptw@yahoo.com> wrote:

: >
: > The 1U units can be cabled together using SGI's NUMAlink technology to
: > make one larger Altix 330 system, up to 16 processors. This is *not* a
: > cluster, but a single system. This is the norm for large Altix
: > installations.
: >
:
: When multiple SGI Altix machines are configured as single system, ie.
: with a single operating system image, how can we tell them apart
: without physcially going to the machine ?

What "apart" do you need to tell? It's all one system.

Think of it like a really big SMP system, except that the old-style system bus
is replaced by an interconnect fabric.

All the resources in the system (disks, memory, IO cards etc) are shared
transparently through the hardware. If you have 3 fiberchannel cards plugged
into various slots throughout the nodes, you'll just see 3 fiberchannel cards
when you log in.

The only time you should ever need to care what's installed where is when you
get down to really low-level optimizing. At that point you'll start caring what
resources are spread around to what nodes, and where your code is running etc,
but for the most part you shouldn't need to care, everything will Just Work[tm].


Cheers - Tony 'Nicoya' Mantler :)

--
Tony 'Nicoya' Mantler - Master of Code-fu
-- nicoya@ubb.ca -- http://www.ubb.ca/ --
Back to top
gptwjptw
*nix forums beginner


Joined: 04 Jul 2006
Posts: 2

PostPosted: Tue Jul 04, 2006 8:21 pm    Post subject: Re: SGI Altix 330 cluster Reply with quote

Quote:

The 1U units can be cabled together using SGI's NUMAlink technology to
make one larger Altix 330 system, up to 16 processors. This is *not* a
cluster, but a single system. This is the norm for large Altix
installations.


When multiple SGI Altix machines are configured as single system, ie.
with a single operating system image, how can we tell them apart
without physcially going to the machine ?
Back to top
John-Paul Stewart
*nix forums Guru


Joined: 20 Feb 2005
Posts: 497

PostPosted: Tue Jul 04, 2006 5:15 pm    Post subject: Re: SGI Altix 330 cluster Reply with quote

gptwjptw wrote:
Quote:
Dear all,

Kindly help on the following:

This is with reference to
http://www.sgi.com/products/servers/altix/330/configs.html

"Node size (single operating system image): 1 - 16 CPU"

- What does Single Operating System Image (SOSI) mean?

Suppose there are 3 x 1U of Altix 330, with SOSI, does that mean only 1
OS will be installed?

Yes, but see below.

Quote:
If there are 2 x Itanium2 CPU with 2 GB memory on each 1U of Altix 330,
thus total of 6 x Itanium2 CPU with 6GB of memory, with SOSI, will the
OS report 6 CPU (via and 6GB of memory via command "top" or
/proc/cpuinfo ?

Yes, if that's how the Altix is configured.

The 1U units can be cabled together using SGI's NUMAlink technology to
make one larger Altix 330 system, up to 16 processors. This is *not* a
cluster, but a single system. This is the norm for large Altix
installations.

Each 1U unit is also capable of running standalone without NUMAlink.
Then each unit would need it's own copy of the OS, and each would see
only 2 CPUs and 2GB of RAM. These could then be clustered using
whatever cluster technology that you like.

There are some instances where a single large system is preferable to a
cluster, especially where large memory access is concerned. A cluster
of systems with 2GB a piece passing data over the network has a lot more
overhead than a single system where all 6GB of RAM is directly
accessible by all of the processors. An SGI Altix is suitable in those
instances where a cluster isn't.

Note, too, that all of this applies to the larger Altix systems (and the
earlier MIPS-based Origins). You can have up to 512 CPUs in a single
system (not a cluster) with the larger models.

For a really large installation, you can start with 512 CPU systems and
cluster *those* together. See, for example, NASA's "Columbia"
supercomputer, a cluster of 20 nodes where each node has 512 CPUs.

http://www.sgi.com/company_info/newsroom/press_releases/2004/october/columbia.html
Back to top
gptwjptw
*nix forums beginner


Joined: 04 Jul 2006
Posts: 2

PostPosted: Tue Jul 04, 2006 3:41 pm    Post subject: SGI Altix 330 cluster Reply with quote

Dear all,

Kindly help on the following:

This is with reference to
http://www.sgi.com/products/servers/altix/330/configs.html

"Node size (single operating system image): 1 - 16 CPU"

- What does Single Operating System Image (SOSI) mean?

Suppose there are 3 x 1U of Altix 330, with SOSI, does that mean only 1
OS will be installed?

If there are 2 x Itanium2 CPU with 2 GB memory on each 1U of Altix 330,
thus total of 6 x Itanium2 CPU with 6GB of memory, with SOSI, will the
OS report 6 CPU (via and 6GB of memory via command "top" or
/proc/cpuinfo ?

Many thanks in advance.
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [6 Posts] View previous topic :: View next topic
The time now is Sat Nov 22, 2008 3:24 am | All times are GMT
navigation Forum index » *nix » SGI/IRIX » hardware
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts Restoring cluster from tape Andrew Raine Tru64 managers mail-list 0 Wed Jul 19, 2006 12:38 pm
No new posts Mysql cluster so slow... Xueron Nee MySQL 1 Sat Jul 15, 2006 4:57 pm
No new posts Solaris Release and Patch cluster Rahan Solaris 3 Wed Jul 12, 2006 8:12 am
No new posts Cluster Question norm.raphael@metso.com VMS 11 Fri Jul 07, 2006 5:37 pm
No new posts VACUUM FULL versus CLUSTER ON Sven Willenberger PostgreSQL 15 Fri Jul 07, 2006 3:19 pm

Mortgages | Insurance | Adverse Credit Remortgage | Web directory | Credit Cards
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 1.8219s ][ Queries: 20 (1.7291s) ][ GZIP on - Debug on ]