Today's Page Hits: 136
This page validates as XHTML 1.0, and will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device. It was created using techniques detailed at glish.com/css/.
sort in 7bit and 8bit
IHAC wrote to me that depend on which subnet he login to T5120
the timex sort file>file.out on /tmp give very different result;
one is about 8 sec
one is about 2. minute 50 sec
a factor of 21 difference.
Turnout that the locale is different in two way of login to the system
one set LANG=C
one setto LNAG=en_US.utf8
the result for LANG=en_US is similar to LANG=C
Posted at 04:40AM Jul 28, 2008 by hstsao in Solaris 10 | Comments[0]
Flextronics IB switches
Flextronics provide some very inexpensive IB switches
infiniband for Mass
Interesting article that talk about in expensive IB for HPC cluster
Posted at 06:21AM Jul 16, 2008 by hstsao in HPTC | Comments[0]
3 socket AMD system
Base on today HT-1.0, it seems that 3 socket AMD 8xxx CPU with the 3 HT-links will be a very balance IO server
with 3 HT links, each CPU will have HT link to other CPU and one HT link to IO chipset.
Posted at 09:22AM Jul 15, 2008 by hstsao in HPTC | Comments[0]
sb6048 IB-NEM switch connection without IB swicth
3x24 datacenter is perfect partner with sb6048 IB-NEM IB switch
What is the connection possibility for IB-NEM without a iB Switch?
Each IB-NEm contaions two 24 x4 port swicth chipset and provide dual connection to the 12 blades in one of the sb6048 chassis.
The other 2 12 port are presented as two set of 4 x12 port for outgoing connections.
The 12 blades in chassis are connected with fullly no blocking CLOS network.
betwenn the chassies the followings are possible:
Posted at 10:45PM Jun 18, 2008 by hstsao in HPTC | Comments[0]
3x24 datacenter IB switch and sb6048
Sun recently introduce 3x24 Datacenter IB switch
it is based on three 24 port x4 chipset
the key inovation is that it present the 72 x4 port as 24 x12 port in 1U form factor
It is best partner with the leaf switch IB-NEM in the Blade 6048
For smaller network (<=288) one could use 3x 24 datacenter swicth to build a 3 stages IB network.
Posted at 10:30PM Jun 18, 2008 by hstsao in HPTC | Comments[0]
x41450 and x4450 support of window 2008 server
The X4150 and X4450 are Certified to run Windows 2008 today(may/01/2008). There are no additional drivers needed for these platforms to work with Windows 2008. However, there is a minimum BIOS requirement
X4150 Mircosoft Windows 2008 Certification link:
x4150 Micosoft Window 2008 Certification link
Note: You will need BIOS version 1ADQW020 or greater to support Windows 2008.
BIOS version 1ADQW020 can be found here:
X4450 Mircosoft Windows 2008 Certification link:
x4450 Micosoft Window 2008 Certification link
Note: You will need BIOS version 1ADQW020 or greater to support Windows 2008.
BIOS version 1ADQW020 can be found here:
Posted at 03:11PM May 01, 2008 by hstsao in General | Comments[0]
rocks 5.0 released
download; http://www.rocksclusters.org/wordpress/?page_id=82 new features:
Posted at 07:25AM May 01, 2008 by hstsao in HPTC | Comments[0]
IB network design leaf and core switch trade-off
Current IB switch based on Mellanox IS III 24 port 4x chipset support upto 288 in 3 stages and 3456 in 5 stages.
Recently Sun has build in leaf switch in the Blade 6048 rack.
If one use 3stages IB switches with sb6048 build in leaf switch one will create 5 stages network, and if one use 5 stages IB switch then we will create 7 stage network.
TACC support more than 3456 nodes so it need 2 3456 switches and it use IB-NEM to create 7 stage CLOS network
For smaller network (<=288) one could use many 24 port switches as core swicthes to build a 3 stages IB network.
Posted at 07:36PM Apr 27, 2008 by hstsao in HPTC | Comments[0]
mellanox InfiniScale IV architecture
Mellanox announced InfiniScale IV architecture in sc2007
the benefits are:
Posted at 05:38PM Apr 27, 2008 by hstsao in HPTC | Comments[0]
Solaris Operating system Life Cycle
This import link describe the solaris OS life Cycle
Sun's Life Cycle Model for the Solaris Operating System
Please note that market conditions and requirements can cause the exact date of the transition to vary
Key day to remember:
Posted at 05:54AM Apr 17, 2008 by hstsao in Solaris 10 | Comments[0]
x2200M2 QC U.S. Education Essentials Matching Grant
This year MG has very aggressive 60% discount on most products The following x2200 M2 QC is particular interesting for HPC customer
Posted at 10:27PM Apr 16, 2008 by hstsao in HPTC | Comments[0]
change hostid
Recently a customer request some way to migrate from older Sun server and solaris to newer server and Solaris but with one condition: need to preserve the hostid so the license server can use the license file with old hostid.
After some research, I find the followings possible solutions:
Posted at 10:15PM Apr 16, 2008 by hstsao in General | Comments[0]
s9 containers
Sun just announce Solaris 9 containers with Solaris 10
Now Solaris 10 BrandZ support:
Posted at 09:50PM Apr 16, 2008 by hstsao in Solaris 10 | Comments[0]
s10u5 new features
Posted at 09:28PM Apr 16, 2008 by hstsao in Solaris 10 | Comments[0]
SMF and tcp tuning
Before Solaris 10 when one want to pre set some ndd setting, one setup some rc3 script e.g. S99ndd
that contain ndd /dev/tcp scripts.
In solaris 10 there is similar but different way of setting these paramaters using the new SMF.Directory server TCP tuning
I also copy these text in this page
#
Edit the following xml file according to your environment and save the file as /var/svc/manifest/site/ndd-nettune.xml.
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/ service_bundle.dtd.1">
<!--
ident "@(#)ndd-nettune.xml 1.0 04/09/21 SMI"
-->
<service_bundle type='manifest' name='SUNWcsr:ndd'>
<service
name='network/ndd-nettune'
type='service'
version='1'>
<create_default_instance enabled='true' />
<single_instance />
<dependency
name='fs-minimal'
type='service'
grouping='require_all'
restart_on='none'>
<service_fmri value='svc:/system/filesystem/minimal' />
</dependency>
<dependency
name='loopback-network'
grouping='require_any'
restart_on='none'
type='service'>
<service_fmri value='svc:/network/loopback' />
</dependency>
<dependency
name='physical-network'
grouping='optional_all'
restart_on='none'
type='service'>
<service_fmri value='svc:/network/physical' />
</dependency>
<exec_method
type='method'
name='start'
exec='/lib/svc/method/ndd-nettune'
timeout_seconds='3' />
</exec_method>
<exec_method
type='method'
name='stop'
exec=':true'
timeout_seconds='3' >
</exec_method>
<property_group name='startd' type='framework'>
<propval name='duration' type='astring' value='transient' />
</property_group>
<stability value='Unstable' />
<template>
<common_name>
<loctext xml:lang='C'>
ndd network tuning
</loctext>
</common_name>
<documentation>
<manpage title='ndd' section='1M'
manpath='/usr/share/man' />
</documentation>
</template>
</service>
</service_bundle>
Before you import the ndd-nettune.xml configuration, verify that the syntax is correct. You can do this by running the following command:
$ svccfg validate /var/svc/manifest/site/ndd-nettune.xml |
Import the configuration by running the following command:
$ svccfg import /var/svc/manifest/site/ndd-nettune.xml |
For more information see the svccfg(1M) man page.
Copy the following shell script into /lib/svc/method/ndd-nettune.
#!/sbin/sh # # ident "@(#)ndd-nettune.xml 1.0 01/08/06 SMI" . /lib/svc/share/smf_include.sh . /lib/svc/share/net_include.sh # Make sure that the libraries essential to this stage of booting can be found. LD_LIBRARY_PATH=/lib; export LD_LIBRARY_PATH echo "Performing Directory Server Tuning..." >> /tmp/smf.out /usr/sbin/ndd -set /dev/tcp tcp_conn_req_max_q 1024 /usr/sbin/ndd -set /dev/tcp tcp_keepalive_interval 600000 /usr/sbin/ndd -set /dev/tcp tcp_ip_abort_cinterval 10000 /usr/sbin/ndd -set /dev/tcp tcp_ip_abort_interval 60000 # Reset the library path now that we are past the critical stage unset LD_LIBRARY_PATH
Run svcadm to enable nettune (for more information, see the svcadm(1M) man page).
Run svcs -x (for more information see the svcs(1) man page).
Posted at 11:42AM Jan 01, 2008 by hstsao in Solaris 10 | Comments[0]