view counter

Servers & Storage Feed

Sun Servers and Storage, Solaris, Oracle Linux, Red Hat Linux, Oracle VM for x86, Oracle VDI and Virtualization resources, news, and support articles.

How To: Confirm Link Speed for a Network Interface

Here’s a one liner that is really useful when you need to quickly confirm the link speed for network interfaces on your system.

The beauty of this command is that you can run it as a regular user:

bash-3.00$ kstat -p | grep link_speed
 e1000g:0:Port Stats:link_speed 1000
 e1000g:1:Port Stats:link_speed 1000

OTN Forum software is going to be upgraded in May 2013

In case you missed the notifications, the Oracle Technology Network forum software is going to be upgraded this weekend. This is great, since the old software is getting long-in-the-tooth and doesn't allow a bunch of useful features. The current forums will be in read-only mode over the weekend.

On launch of the new version, a minimal set of features will be supported.

Oracle Secure Global Desktop 5.0

We just released version 5.0 of Oracle Secure Global Desktop (for those that don't know what it is, formerly known as Tarantella...). It's a great product that I have been using every for a long time now. I have it installed at home on my servers so that I can get access to my home network from anywhere...without vpn.

Anyway, a few nice things that I personally like in the new release :

(1) html5 client support. In particular, at this time the ipad. So now, I can use my ipad to log into SGD and connect to my apps without having to download and install a client.

Press Review #22

Here is a little press review mostly around Oracle technologies and Solaris
in particular, and a little lot more:

Leveraging CentOS and Xen for the GoDaddy private cloud

Mike Dorman Mike Dorman will be talking about Leveraging CentOS and Xen for the GoDaddy private cloud: How we collaborated with the CentOS and Xen projects to build a next-generation platform at GoDaddy.

ANNOUNCEMENT: Oracle Secure Global Desktop 5.0 Supports iPad Using HTML5!

Today, we are pleased to announce support for what has been one of Oracle Secure Global Desktop's most widely anticipated features - support for iPad via Oracle Secure Global Desktop version 5.0! Oracle Secure Global Desktop 5.0 provides anywhere access to cloud-hosted and on-premise enterprise applications and desktops (workspaces) from Apple iPad and iPad mini tablets, without the need for a VPN client.

kstat Structures

kstat structures are created by system components to contain information about component characteristics that need to be measured. Each component has its own format for kstat information. This information is queried by monitoring commands.

Much of the same information (and even configurable access to the kstat structures themselves) is available through the dtrace command.

Installing Spacewalk to manage Oracle Linux

Spacewalk is a popular Linux management tool that can be used to manage several operating systems, including the Red Hat Enterprise Linux derivatives like CentOS and Scientific Linux, Debian and even Solaris.

view counter