Archive for the 'OpenSolaris' Category
When a user reports a problem with a server which is your responsibility there are a few checks you should always do. One thing that has complicated this on a Solaris 10 system is zones. It is possible that the zone you are working in is not the cause of the problem but you could […]
June 29th, 2007 | Posted in Monitoring, OpenSolaris, Solaris, Sysadmin, System Administration, Zones | 4 Comments
zlogin(1M) is used to login from a global zone to a local zone. It can also be used to execute commands in a local zone. And, it can be used to login to the console of the zone.
The console is where you can see the zone boot messages and other important information. It is the […]
June 27th, 2007 | Posted in OpenSolaris, Solaris, Zones | 3 Comments
I recently wrote about the newly released NexentaCP. One of the new great features is the integrated ZFS boot in the installer. You can now get a ZFS boot capable system with no work at all.
The default installation of Nexenta will create a ZFS pool called syspool and your root file system will be called […]
June 25th, 2007 | Posted in Boot, Nexenta, OpenSolaris, VMware, zfs | 1 Comment
Thanks to a post by Graeme Mathieson in his fabulous blog Notes from a messy desk I found out that VMware has ported their virtualization product to OSX. It is called Fusion and currently they are running a open beta program. Since I use a MacBook for all my desktop work at home I thought […]
June 20th, 2007 | Posted in Install, Nexenta, OSX, OpenSolaris, VMware, zfs | 2 Comments
If you have worked in a Linux environment you may be used to the locate command. It is very convenient to find files thay may be scattered around the hard drive. Solaris does not have this command by default but it is very easy to install.
I’m going to assume you have installed Blastwave. Blastwave is […]
June 17th, 2007 | Posted in Blastwave, GNU, OpenSolaris, Solaris | 2 Comments
Solaris is bundled with a tool called smpatch but my personal experience from using it is very poor. It is slow and not always that easy to use. This is of course only my personal opinion.
Fortunately Martin Paul has created a tool called Patch Check Advanced (PCA). It is fast and I find it very […]
June 15th, 2007 | Posted in Install, OpenSolaris, Patch, Solaris, Support, Zones | 7 Comments
SMF (Service Management Facility) was introduced in Solaris 10 and it radically changed how you work with services. Gone are the old SysV scripts but they still work and not all services that are shipped with Solaris 10 is converted yet. If you have been a UNIX admin for a while they will feel foreign […]
June 13th, 2007 | Posted in Monitoring, OpenSolaris, SMF, Scripts, Solaris | 3 Comments
One of the first things you learn is that backups are important and restores are even more important. Either you learn it by reading about it or most likely you learn it the hard way when you lose your data. Unfortunately most people won’t learn from their mistakes but they will continue to keep no […]
June 10th, 2007 | Posted in Backups, Bacula, Blastwave, OpenSolaris, Solaris | No Comments
One of many great features introduced with Solaris 10 zfs is probably one of the greatest. Once you have learned to use it you will be thinking why it took so long for someone to figure it out.
zfs provides you with end-to-end checksums of all data stored in the filesystem. It also provides you with […]
June 7th, 2007 | Posted in OpenSolaris, Scripts, Solaris, zfs | 2 Comments
If you are doing a very sensitive operation on a server and you want to make sure that you can easily review your actions (and the result) afterwards you have two options:
Rely on the scrollback in your terminal. More often than not you will run out of scrollback
Use script
When you run script it will start […]
June 7th, 2007 | Posted in OpenSolaris, Scripts, Solaris, UNIX | No Comments