Licence
Creative Commons License

This work by Stephane KATTOOR is licensed under a Creative Commons Attribution 3.0 Unported License.
Feeling like tipping ?
If you find this blog useful, you might consider sending a few bitcoins to support it : 1BTtsC3beGJ6ysd8DhrXjdo6jVw5WD9mvY
RSS
 
RSS Feed
Follow me !
Tech@Sakana on Facebook
Search this site

Newsletter

Get latest posts by email (No spam, only posts):

Enter your email address:

Delivered by FeedBurner

Categories
Monthly archives
May 2013
M T W T F S S
« May    
 12345
6789101112
13141516171819
20212223242526
2728293031  
Xen : OpenSolaris 2008.11 DomU running on a Linux Dom0 - December 14, 2008 by Stephane Kattoor

This post is a step by step explanation about how to get an OpenSolaris 2008.11 run as a Xen DomU on a Linux Dom0.
To follow this, you’ll need a Linux machine ready for Xen (I run Xen 3.3.0), with vncviewer installed.

This post doesn’t explain the basics of Xen, so you might want to start by learning Xen if you don’t already know a bit of it.

read this entry »

Backups : a personnal implementation - July 5, 2008 by Stephane Kattoor

If you’ve been following my blog for a while, you might have seen posts about SSH, RSYNC, ZFS Snapshots and so on. This article aims at describing the big picture, and to explain how I’ve been using those tools and technologies to build my own home backup system.

read this entry »

Sun Solaris 10 : Creating snapshots with ZFS - May 9, 2008 by Stephane Kattoor

ZFS is a great filesystem. Amongst its many features, it has snapshots. Let’s see how to use them.

read this entry »

OpenSolaris 2008.05 released today - May 5, 2008 by Stephane Kattoor

OpenSolaris 2008.05 is released today, you can grab it from the OpenSolaris website.

The distribution is a bootable CD which will let you try it before installing. It includes most of the big hits of Solaris 10 (zfs, dtrace, containers and so on).

If you never tried Solaris or OpenSolaris, this might be a good kick start !

SSH slow to connect to a Solaris 10 host - May 4, 2008 by Stephane Kattoor

If you experience a slow SSH connection to a Solaris 10 host while after connection everything works fine, then read on !
read this entry »

Solaris 10: On which CD is that XYZ package ? - August 16, 2007 by Stephane Kattoor

If you want to know on which CD is a package, without :

  1. Mounting CD
  2. Searching
  3. Unmounting
  4. Swear and
  5. Go back to 1

Then you can :

  1. Mount CD #1 (mount -F hsfs /dev/dsk/<CDROM DEVICE> /mnt or, if you have automount cd /cdrom/cdrom0 or something like that)
  2. Go in the Solaris_10/Product directory of the CD
  3. Do grep -l <PACKAGE NAME> .virtual_packagetoc_*
  4. which will output the .virtual_packagetoc_N where N is the number of the CD holding that package.

Exemple :

1
2
3
4
5
# pwd
/mnt/Solaris_10/Product
# grep -l SUNWzsh .virtual_packagetoc_*
.virtual_packagetoc_5
#

So SUNWzsh, the package for ZSH shell, is on CD #5 of Solaris 10 distribution (damn, I don’t have it !)

This tip is courtesy of BlaF (thanks dude !)

Who am I ?
Ads