Web Feed SubscriptionsHere is a listing of Sun's RSS feeds. These feeds contain the latest content and news information on each topic. You can use the feeds with a desktop newsreader, or add them to your Web site. Looking for podcast or VODcast programs? Subscribe here. What is an RSS feed? | How do I subscribe to a feed?
Increasingly, web sites that publish new content on a regular basis provide a list of news headline links to their latest content. In addition to displaying these headlines on their own web sites, many publishers make them available for syndication using a dialect of XML called RSS or "Really Simple Syndication." That way, these syndicated headlines can be included in other web sites and newsreaders, however, they won't include the full text of articles. By clicking on the RSS feed headline, you will be taken to the original site to read the full article.
Look for the
icon on our site. Right click on the icon and select "Copy Link Location" and then paste that URL into your RSS reader. You can find more information about each reader by clicking on the Common Reader Configuration Guide.
Get the latest news and announcements from one of our popular news feeds, including alerts for upcoming web events such as webcasts.
Blogs.sun.com Und nun noch ein Buchtip! Wer kennt nicht von David Kahn den Bestseller und DAS Standardwerk zur Kryptographie: The Codebreakers: The Comprehensive History of Secret Communication from Ancient Times to the Internet by David Kahn . Nun ist dieses Buch aber schon etwas veraltet - schliesslich ist es auch 1996 ( soweit mir bekannt ) das letzte Mal aufgelegt worden. Nun entdeckte ich dieses Buch und habe es dann auch nicht aus der Hand legen koennen: Und gleich in diesem Zusammenhang moechte ich dann wieder an das weitere - noch immer - herausragende Buch von Bruce Schneier erinnern: "Secrets & Lies" . Apropos Encryption:
Sun's somewhat academic culture was designed to let ideas and thinking from such people flourish. The culture couldn't be much more different to Oracle, a company known for making its dollars count rather than indulging meta thinking or hiring leading industry ideas people. claudia
Signed Crypto Gets Its Own Tarball
The OS/Net (ON) component of OpenSolaris has some closed-source code. The binaries for this code (well, the binaries that are redistributable) are made available to non-Sun developers in the form of a compressed tar file, which the build tools incorporate into BFU archives or packages. These closed-bins tarballs also contain binaries for open-source cryptographic code. To satisfy US government regulations, the OpenSolaris cryptography framework requires that certain crypto binaries be signed. Most external developers don't have the necessary key and certificate to sign their binaries, so we provide a working set for them. This setup has worked okay since the launch of
OpenSolaris in 2005, but it's got a couple problems. First,
So I'm working on changes to the way we deliver the signed crypto binaries. First, we'll be splitting the crypto out into its own tarball. This gives us more flexibility about when we deliver the crypto binaries. Second, instead of using a hard-coded list, we'll scan the proto area, which is the staging area before files are packaged. Any properly signed binaries will be included in the crypto tarball. If you're interested, CR 6855998 has more details. The code for this has been written, though it still needs a little more polishing, like making sure that error messages are handled correctly. I'm hoping to get this into build 130, but it might slip into 131.
Safe upgrades coming to Fedora?
Gestern war ich zu Besuch bei der Deutschen Telekom AG in Bremen, zu dem mich Martin Mueller einlud, gemeinsam mit ihm einen OpenSolaris Workshop durchzufuehren. Wir stellten den 8 Teilnehmern neben dem allgemeinen Teil Solaris und OpenSolaris unter anderem auch ZFS, Solaris Container und Solaris Cluster vor und eben auch IPS. Dazu hatte ich eine kleine Praesentation vorbereitet in deutsch, die ich hier gerne zur Verfuegung stelle. Der Besuch war ausserordentlich nett und zufriedenstellend, hat Spass gemacht. Aber der Tag hatte auch noch anderes zu bieten: Am fruehen Morgen, ich war mal wieder etwas spaet dran, sauste ich mit meinem Merc zum Berliner Hauptbahnhof, suchte mir einen Parkplatz und stellte das Auto direkt neben einem Parkscheinautomaten ab. Soweit so gut, wie aber zieht man einen gueltigen Parkschein der von morgens 6:30 bis abends 20:30 gueltig ist? Das hat sich sicherlich ein BWL Absolvent ausgedacht - die fahren auch nicht mit der Bahn! Tja, und auf der Rueckfahrt, da freute ich mich sehr darueber, dass ein Mitfahrer, der vor mir sitzend an seinem Laptop arbeitete und auch programmierte, OpenSolaris installiert hatte. Meine Begeisterung, endlich etwas Anderes zu sehen als silberne MacBooks - es gibt doch auch andere Farben , ihr Macianer -, war so gross, dass ich mich zu ihm beugte und ihn zu seiner Wahl beglueckwuenschte und ihm sagte, froh zu sein, jemanden im Zug zu sehen, der OpenSolaris verwendet. Er verstand mich nicht und sagte: Entschuldigen Sie, ich habe Sie nicht verstanden." Ich haette mich da schon einfach trollen sollen... aber nein, ich sagte den ganzen Sums also ein zweites Mal. Alles wird gut! gruesse
10. Sun Breakfast Presentations
Hi all, download the presentations about ZFS ARC and ZIL from mediacast dot sun dot com . I hope you enjoyed the day. cu soon Hallo Freunde, es ist mal wieder soweit. Mittlerweile das 11. Sun Breakfast für Sun Partner und Kunden findet statt und das nunmehr 2-jaehrige Jubilaeum. Am 18. Dezember 2009 wie immer um Themen dieses Mal: Solaris 10 Container - ein techn. Aus- und Einblick auf die kommenden Solaris 10 Container Wer moechte kann sein Laptop mit Opensolaris als Basis installiert mitbringen und direkt mitmachen. Vortragende sind: Frank Batschulat, Sun, Solaris engineer, Solaris Zones Bis dahin und nicht verpassen! claudia
Monitoring Direct NFS with Oracle 11g and Solaris… pealing back the layers of the onion.
When I start a new project, I like to check performance from as many layers as possible. This helps to verify things are working as expected and helps me to understand how the pieces fit together. My recent work with dNFS and Oracle 11gR2, I started down the path to monitor performance and was surprised to see that things are not always as they seem. This post will explore the various ways to monitor and verify performance when using dNFS with Oracle 11gR2 and Sun Open Storage “Fishworks“. why is iostat lying to me?“iostat(1M)” is one of the most common tools to monitor IO. Normally, I can see activity on local devices as well as NFS mounts via iostat. But, with dNFS, my device seems idle during the middle of a performance run.
From the DB server perspective, I can’t see the IO. I wonder what the array looks like. what does fishworks analytics have to say about IO?The analytics package available with fishworks is the best way to verify performance with Sun Open Storage. This package is easy to use and indeed I was quickly able to verify activity on the array. There are 48,987 NFSv3 operations/sec and ~403MB/sec going through the nge13 interface. So, this array is cooking pretty good. So, let’s take a peek at the network on the DB host. nicstat to the rescuenicstat is wonderful tool developed by Brendan Greg at Sun to show network performance. Nicstat really shows you the critical data for monitoring network speeds and feeds by displaying packet size, utilization, and rates of the various interfaces.
So, from the DB server point of view, we are transferring about 390MB/sec… which correlates to what we saw with the analytics from Fishworks. Cool! why not use DTrace?Ok, I wouldn’t be a good Sun employee if I didn’t use DTrace once in a while. I was curious to see the Oracle calls for dNFS so I broke out my favorite tool from the DTrace Toolkit. The “hotuser” tool shows which functions are being called the most. For my purposes, I found an active Oracle shadow process and searched for NFS related functions.
So, yes it seems Direct NFS is really being used by Oracle 11g. performance geeks love V$ tablesThere are a set of V$ tables that allow you to sample the performance of the performance of dNFS as seen by Oracle. I like V$ tables because I can write SQL scripts until I run out of Mt. Dew. The following views are available to monitor activity with dNFS.
With some simple scripting, I was able to create a simple script to monitor the NFS IOPS by sampling the
Excellent! Oracle shows 48,000 NFS IOPS which agrees with the analytics from Fishworks. what about the AWR?Consulting the AWR, shows “Physical reads” in agreement as well.
so, why is iostat lying to me?iostat(1M) monitors IO to devices and nfs mount points. But with Oracle Direct NFS, the mount point is bypassed and each shadow process simply mounts files directly. To monitor dNFS traffic you have to use other methods as described here. Hopefully, this post was instructive on how to peel back the layers in-order to gain visibility into dNFS performance with Oracle and Sun Open Storage. Posted in Oracle, Storage Tagged: 7410, analytics, dNFS, monitoring, network, NFS, Oracle, performance, Solaris![]()
Video: Identity Management - Pathway to Enterprise Agility
After the CIO Frankly Speaking Breakfast event in Toronto on November 17th, Michelle Dennedy and I fielded questions about Identity Management from John Pickett of IT World Canada on camera. A short video emerging from that interview was published on the IT World Canada website today. I couldn’t figure out how to embed the video on this blog post, but clicking on the image will take to you to the IT World Canada website where you can view the video.
Intution ... check ... funktioniert noch ...
Firefox 3.6 changes the java plugin
Firefox 3.6 is just around the corner, due to be delivered later this year. In testing I found out that the old java plugin version (libjavaplugin_oji.so) on opensolaris was no longer recognised and hence java apps didn't work So what's the deal? Since Java 6 update 10, there is a new implementation of the java plugin which means java applets are run in separate Java Virtual Machine instances which are launched by the plug-in's code. Currently they are executed in a JVM instance embedded in the web browser's process. So what do OpenSolaris/Solaris users need to do? Install Java 6 update 10 (at least), currently update 17 is available. Remove the current java plugin from firefox/plugins directory: rm /export/home/tadpole/firefox/plugins/libjavaplugin_oji.so Add a symbolic link to the new plugin: ln -s /usr/java/jre/lib/i386/libnpjp2.so /export/home/tadpole/firefox/plugins you should also check the system plugin directory: /usr/lib/firefox/plugins/ More info can be found on the java.com pages here and here.
%I6Lh5bN4uu%
Found these two guys the other nite in Shibuya ... El lector interesado puede encontrar los detalles de los anuncios en este enlace. Sólo voy a destacar la duplicación de prestaciones del sistema de almacenamiento Sun Storage 7410 Unified Storage que se usa en sistemas convencionales. La última versión incorpora los nuevos hexa-cores de AMD, doble cache y doble capacidad (576 TB). Y creo muy interesante compartir la experiencia presentada de Clumeq, el consorcio de alta computación de once universidades de la canadiense región de Quebec, para el que Sun ha diseñado y construido un moderno CPD con sistemas modulares utilizando un silo cilíndrico con una solución de alta eficiencia energética. Detalles del proyecto aquí. El vídeo que sigue es interesante aunque sólo sea por curiosidad. ![]() Y aprovecho para recordar la disponibilidad de un informe técnico muy útil sobre estrategias para resolver los problemas de espacio, alimentación y refrigeración del centro de proceso de datos. Se puede obtener en esta dirección.
November 25th, 2009
Correction: No OpenSolaris dev build 128
Latex for OpenSolaris
pfexec pkg install SUNWgcc cd /tmp wget ftp://ftp.sunfreeware.com/pub/freeware/intel/10/libiconv-1.11-sol10-x86-local.gz wget ftp://ftp.sunfreeware.com/pub/freeware/intel/10/ncurses-5.6-sol10-x86-local.gz wget ftp://ftp.sunfreeware.com/pub/freeware/intel/10/tetex-3.0-sol10-x86-local.gz gzip -d *.gz pfexec pkgadd -d ncurses-5.6-sol10-x86-local pfexec pkgadd -d libiconv-1.11-sol10-x86-local pfexec pkgadd -d tetex-3.0-sol10-x86-local Play with Latex For my simple uses of latex, I use two binaries to compose my documents: latex and dvipdf. You can find both of these installed in the /opt/csw/bin/ directory, so you may want to add this to your PATH. Latex requires a tex file to generate a document. For this example, I will use my favorite resume template created by David Grant. cd /tmp wget http://www.davidgrant.ca/sites/www.davidgrant.ca/files/resume.tex.txt wget http://www.davidgrant.ca/sites/www.davidgrant.ca/files/shading.sty.txt mv resume.tex.txt resume.tex mv shading.sty.txt shading.styNow, let's use the binaries I mentioned earlier to create a pdf file. /opt/csw/bin/latex resume.tex /opt/csw/bin/dvipdf resume.dviYou should find a pdf file in /tmp called resume.pdf. View it with acroread or evince to get an idea of how awesome latex is. I won't go into too much detail on how to create the resume.tex file, but viewing and editing it will you give you a good understanding on its syntax. This is David's resume that is generated: http://www.davidgrant.ca/sites/www.davidgrant.ca/files/resume.pdf. If you are looking for sorting algorithms and if you use some sorting algorithm in your code/application/big application, then have a look here. First of all sorting/searching is a classic thing. It take more than 70 percent of your application time.People/Developer/Mathematician do a lot of work on optimizing this work to get Best, best out of best. Early days, JDK used to use QuickSort which is one of the best sorting algorithm and go for a complexity of O(nlogn). But mind it, QuickSort is a recursive algorithm and consume space. Whereas some of the algorithm which has the complexity like O(n^2) go for less complex in terms of memory. These days our platform varies from small mobile device to a terabyte storage machine. JDK has improved sorting algorithm a lot, but the new one which is the sorting algorithm used in Android are get into OpenJDK. Have a look here: http://hg.openjdk.java.net/jdk7/jdk7/jdk/file/jdk7-b76/src/share/classes/java/util/TimSort.java. Code is awesomely understandable but just a small explaination. It start with merge sort, which has effecient complexity of O(nlogn). But when the nodes go too much it merge, it calls binary insertion sorting, which is one of the best for small number of elements. Read this comment : /**
I don't know is there any document available who did the actually benchmarking but if I get time, I would love to do checking with all worst/avg cases. It's a nice and tricky algorithm which take care of time complexity and space complexity both.
Planing features for NetBeans next
We are now planing features for NetBeans 6.9, which will be probably the next version of our IDE. There are tons of things, which can be done in editors and other areas that are needed for the web development. From the PHP developer point of view we plan mainly improvements in the PHP editor and create a support for Zend Framework and also Cake PHP framework. My goal now is to evaluate possible features that can help in the web developer workflow. I would like to ask you, what could help you to make your web developer life easier. Forget on editor features, debugger or a framework support. These are different areas. I'm mainly interested in features like an integration NetBeans with Firefox - Firebug. For example I use Firebug for "tuning" css and html, because it allows to change the code directly in Firefox and see the result instantly. Unfortunately there is no way how to save these changes back to the sources. If there will be a plugin, which can communicate with NetBeans, then there is bigger chance to save these changes. Sure it can not work in 100% cases, but still can be useful. Also I have heard a requirement about refreshing a page in Firefox on save in NetBeans. I'm not sure how much people want this, because in this case there should be a mapping between the URL and the file. Or sometimes our users complain that always new tab is open, when they run project or a file. With such integration it would be possible that NetBeans will be able to work only with one tab in Firefox. Or integrate few features from YSlow directly in NetBeans. Another thing is compressing CSS and JavaScript files for production site. Do you compress CSS and JavaScript files? If yes, how NetBeans could help you with this task? I don't want to express here everything what is in my head. It would be better to here it from you. What will be useful for you? Please, mentioned the things, which can significantly simplify the workflow and save your time. Thanks for your time.
Use InfiniBand with Solaris X86 10/09 and HPC-ClusterTools 8.2
Set up a local NFS file systemIn order to install HPC-CT, you need a shared filesystem, visible from all nodes of your cluster. Now on all other client nodes (node1 to nodeN) do %cat /etc/vfstab server:/disk - /mount_point nfs - yes rw,soft node0:/tools - /tools nfs - yes rw,soft Password-free rsh
The next step is to get a password free rsh for root %cat ~/.rhosts node0 root node1 root node2 root nodeN root and add the hostnames in the file %cat /etc/hosts.equiv node0 node1 node2 nodeN you should now be able to create files under /tools and do a rsh nodeN command Installing HPC-CTNow it is time to install HP-CT 8.2. Download the latest version from here. % ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 10.60.20.183 netmask ffffff00 broadcast 10.60.20.255
ether 0:1e:68:2f:1d:9e
that this is the case. You can already try to run a mpi program by specifying the tcp interface: Configuring the IB interfaceCheck that the IB updates and packages are installed. SUNWhermon Sun IB Hermon HCA driver SUNWib Sun InfiniBand Framework SUNWibsdp Sun InfiniBand layered Sockets Direct Protocol SUNWibsdpib Sun InfiniBand Sockets Direct Protocol SUNWibsdpu Sun InfiniBand pseudo Sockets Direct Protocol Admin <snip> %cat /usr/share/dat/SUNWudaplt.conf # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "@(#)SUNWudaplt.conf 1.3 08/10/16 SMI" # driver_name=tavor u1.2 nonthreadsafe default udapl_tavor.so.1 SUNW.1.0 " " driver_name=arbel u1.2 nonthreadsafe default udapl_tavor.so.1 SUNW.1.0 " " driver_name=hermon u1.2 nonthreadsafe default udapl_tavor.so.1 SUNW.1.0 " "Run the following command on all nodes %datadm -a /usr/share/dat/SUNWudaplt.conf Now datadm should display this %datadm -v ibd0 u1.2 nonthreadsafe default udapl_tavor.so.1 SUNW.1.0 " " "driver_name=hermon" and you should have a file %cat /etc/dat/dat.conf ibd0 u1.2 nonthreadsafe default udapl_tavor.so.1 SUNW.1.0 " " "driver_name=hermon" Eventually reboot now all nodes. If you have done no mistake, they all should come back with an NFS mounted directory /tools and password free rsh commands and, datadm should return the line as shown above. Check if the IB interface is seen under %ll /dev/ib* 3120 2 lrwxrwxrwx 1 root other 29 Nov 11 15:43 /dev/ibd -> ../devices/pseudo/clone@0:ibd 92901 2 lrwxrwxrwx 1 root root 72 Nov 16 10:09 /dev/ibd0 -> ../devices/pci@0,0/pci8086,25f8@4/pci15b3,673c@0/ibport@2,ffff,ipib:ibd0
%ifconfig ibd0 plumb 5.6.134.50 broadcast 5.6.255.25 netmask 255.255.0.0 up on node1 %ifconfig ibd0 plumb 5.6.134.51 broadcast 5.6.255.25 netmask 255.255.0.0 up etc %ifconfig ibd0
ibd0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 2044 index 4
inet 5.6.134.50 netmask ffff0000 broadcast 5.6.255.255
ipib 0:1:0:4a:fe:80:0:0:0:0:0:0:0:21:28:0:1:3e:5c:90
%cat /etc/hostname.ibd0 Do a last sanity check by looking at Some additional remarksAs you have seen from the examples above, HPC-CT will look for the best way to communicate with the hosts mentioned in the hostfile by searching the fastest possible interconnect.
Startup Bonanza - Roll up and get Enterprise class servers now.....
£1,200.00/€1400 X4150 with 2 x Quad Core E5345 CPU & 4GB RAM/4 x HD SAS Drives/2 x PSU £1,050.00/ €1200
X2200M2: 2x2218 Opteron Dual Core CPUS /8G RAM £380.00/ €440 X2100 M2: 1 x 1218 Opteron Dual Core/ 2GB MEM £290.00/ €330 £260.00/ €300 Wish to purchase ? If you aren't a member of Sun Startup Essentials then sign up now
BigAdmin Community Article: Bare-Metal Restore for Solaris 10 OS
A community-submitted article walks you through a bare-metal restore using Veritas NetBackup by Symantec and an x86 server with the Solaris 10 OS. In this scenario, a ZFS root file system was used on the original system disk.
Video: SC09 Flash Storage Panel
Recorded 11/20/09 at SC09, this Panel discussion entitled "Flash Technology in HPC: Let the Revolution Begin" was moderated by Bob Murphy, Sun Microsystems. Download for iPod Abstract: With an exponential growth spurt of peak GFLOPs available to HPC system designers and users imminent, the CPU performance I/O gap will reach increasingly gaping proportions. To bridge this gap, Flash is suddenly being deployed in HPC as a revolutionary technology that delivers faster time to solution for HPC applications at significantly lower costs and lower power consumption than traditional disk based approaches. This panel, consisting of experts representing all points of the Flash technology spectrum, will examine how Flash can be deployed and the effect it will have on HPC workloads. * Bob Murpy slides: "Flash Technology in HPC: Let the Revolution Begin" * Paresh Pattani slides: "Intel SSD Performance on HPC Applications" * David Flynn slides: "Fusion-io Solid State in HPC" * Larry Mcintosh and Dale Layfield slides: "Sun’s Flash Solutions for * Jan Silverman slides: "Spansion EcoRAM NAM Network Attached Memory"
Live Community Equity widgets in a blog post
To demonstrate the capabilities of Community Equity I embedded some live CEQ widgets into this blog post. How does it work ?The Community Equity service consumes the site feed from blogs.sun.com and calculates the value of the blog posts and the authors. The result is shown in three widgets
Tag Cloud of Sun Blog postsLatest blog postsHint! When you select a tag in the tag cloud - the Latest Blog posts and Top Bloggers widgets shows the related blog posts and the ranked blog authors. Top Bloggers
Texas anyone? Applications for Digital Mission to South by South West interactive Closing Soon
The applications for the mission are open until 4th December. The form is pretty painless and shouldn't take more than 20 mins to complete. There's also lots more info about the application criteria on the Digital Mission website. Plus, there's a melange of features to help develop relationships/partnerships with US companies, look into opening an office stateside and make valuable contacts for the future - not to mention brushing up on your industry knowledge. Digital Mission provides an opportunity for companies to expand their business or seek investment overseas, organised by Chinwag and the UK Trade & Investment (UKTI). Each Digital Mission has a range of activities planned with UKTI's network of consulates, sector experts and local contacts. South by South West interactive (SXSWi) takes place in Austin, Texas from 12-16th March 2009 and applications are now open until 4th December.
The festival features five days of compelling presentations from the
brightest minds in emerging technology, scores of exciting networking
events hosted by industry leaders and an unbeatable line up of special
programs showcasing the best new websites, video games and startup
ideas the community has to offer.Applications for the mission are open to UK-based, SMEs operating in the digital sector through a competitive selection process. Successful companies are judged by Digital Mission advisory board, comprising experts from across the digital industry and UKTI sector specialists.
BarCamp Yokohama: Fall 2009 Photos
Multiple international communities came together for another BarCamp here in Japan last weekend, this time at the Yokohama International School about a half hour south of Tokyo. Back in May we organized a BarCamp in Tokyo, and I think we`ll do more of these events after this Yokohama effort. This BarCamp model for conference organizing is interesting and extremely efficient because it`s a flat structure and distributes tasks widely: everyone organizes, everyone participates, and the schedule is built live on site. Some OpenSolaris guys were there, and we gave out OpenSolaris t-shirts and CDs and other items. The theme for the event was 21st Century Education. Special thanks to kurisuteen for leading. Great event.
bmc on DTrace visualisation at LISA '09
Deirdre continues to produce excellent video - the latest being this one, of Bryan Cantrill talking about DTrace Visualisation at LISA '09. I'm only 20 mins in, but from past experience, listening to Bryan is always entertaining and so far so good.
Having easy to access these videos is wonderful. They're not shot in a studio, aren't scripted, aren't professionally lit, don't have flashy effects, but are worth way more than any professionally produced material IMHO, because they're all about content. Keep it up Deirdre! EB9T3RY83HTP 8YQATVP7MW8E
Political support for the Oracle/Sun merger
Fifty-nine U.S. senators, led by John Kerry and Orrin Hatch, have urged European antitrust regulators to conclude their investigation of the Oracle and Sun Microsystems merger and justify any further delay in making a decision on the deal.You will find the full text of the letter on the website of Senator John Kerry. I'm somewhat surprised that the senators put their weight into this situation on such a direct manner, but i think this could really help in this ridiculous situation.
Relicensing of Sun's contributions to X
Sun Microsystems has agreed to adopt the canonical form of the X.Org license, as currently shown in the xorg-server/COPYING file.However this will take a while ... As Sun has contributed heavily to the X Window System over the past 21 years, it will take a while for this change to be propagated to every file bearing a Sun copyright and license notice. (I currently count over 500 files across the various git repos which bear a Sun notice.)
Open ESB Tip : New Monitor Screen Styling
Following a number of requests from my pre-sales colleagues I have
put together an alternative screen layout for the Monitoring
Application although by default I still display the original screen
style. To access the new screen you simply need to add /monitor.jsp to
the end of the url. All the existing underlying functionality is the same. New LayoutAs can be seen from the image below the new layout is essentially
the same as the original but now instead of the nested Tabs we have
Accordion Style panels to display the data.
Best version of Bohemian Rhapsody ever ...
(click here to view)
Solaris Zones migration with ZFS
ABSTRACT
Prerequisites : Packages that deliver files under an inherit-pkg-dir resource Packages where SUNW_PKG_ALLZONES=true Other packages and patches, such as those for third-party products, can be different. Note for Solaris 10 10/08: If the new host has later versions of the Start the migration process On the target machine
Picture of the Day: Solaris Scales
A picture says more than a thousand words! Have a look at the picture below. This is scaling A steaming Sun SPARC Enterprise M9000 with 64 processors x 4 cores x 2 threads = 512 execution threads running one application in one Solaris 10 image. The screen shot has been taken from an ERP system benchmark which has been published earlier tis year. Special thanks to Joachim Wolf for the screen shot.
The screen shot has been taken using perfbar 1.2. The green part of the bars shows the percentage of user time taken by a processor. The red part is the system time. The system is running 1787 processes which are getting dispatched in a highly efficient way by Solaris 10. The screen shot had to be scaled down by a factor of 2 to fit this blog. - Stefan Schneider
The hidden major update: Sun VDI 3.1
Hi, We have released Sun VDI 3.1 yesterday. There are already many posts about it, such as this one from Chris about it. The most confusing about this release is the version number, which suggests that Sun VDI 3.1 is just a minor update. Well, it is not. It has many new things inside that together offer a number of very compelling and unique solution stacks. I've summarized these solution stacks in a presentation that I gave yesterday:
Vdi3.1 Technical Update
View more documents from Dirk Grobler.
So, don't hesitate to give it a try.
-Dirk
你是个JavaME程序员吗?如果答案是"是",那么请你现在拿出纸和笔,在上面写下最让你头疼的10件事情.除了"工资永远不够买房子"或是"没有时间交女朋友"之类的,我敢打赌"用JavaME写漂亮的用户界面太麻烦了"一定位列其中.无论是MIDP1.0还是MIDP2.0,LCDUI要么总是摆出一副死板的面孔让人望而生畏,要么在各种不同的机型间不断变脸,要想写出既统一又好看的用户界面实在是件让人挠头的事.直接从Canvas开始一点一点画界面倒是可以,不过这种"一夜回到解放前"的感觉总是不太好吧?
穷则思变.想摆脱LCDUI的程序员们总是会有办法的,于是不少JavaME用的UI组件库便应运而生.这些组件库各有特点,LWUIT算是其中最特点鲜明的一个.LWUIT(Lightweight UI Toolkit),顾名思义,是一个轻量级UI工具集.所谓"轻量",意味着充分考虑了手机平台的资源局限,尽量做到"小而精"而非"大而全";所谓"工具集",就是说不仅有提供了各种常用UI组件,还提供了一些其它UI编程需要用到的特性,比如对主题(Theme)和屏幕切换特效(Transition)的支持. LWUIT有些列主要特点:
当然,完全免费和开源也是LWUIT得以蓬勃发展的重要原因之一。
目前,已经有不少优秀的应用在使用LWUIT,大家可以从这里看看他们究竟怎么样。
说了这么多,如果各位程序员兄弟们已经看得手痒,那就立刻下载最新的LWUIT开发包动手玩玩吧!这个开发包里包含了你需要的一切:LWUIT库(lwuit.jar),API文档,开发指南,LWUITUIDemo的源码(Netbeans项目),以及Theme开发工具。好了,还等什么?Move Move Move!
No OpenSolaris dev build 128
Bicycle30 - Fuji Challenge 200 update
自転車30 - 富士チャレンジ200 更新自転車29 - 富士チャレンジ200 でちょっと前に私が初めて行った自転車レース話をしましたが、その更新です。
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|