Tag: solaris
JumpStart, sysidcfg, and the mystery of enabling network/nis/client
by Mark on Feb.11, 2010, under solaris
Came across an intriguing problem today. Whilst trying to develop a generic Solaris PXE boot solution for x86 Solaris installs I was having a problem with enabling NIS post install. (continue reading…)
Benchmarking Linux, Solaris and Windows on HP hardware
by Mark on Feb.01, 2010, under performance
A short while ago I got the opportunity to compare the performance of a number of operating systems on the same piece of hardware.
The server in question was a HP DL580G5, but with four 6-core Intel Dunnington CPUs in, each running at 2.66ghz. (continue reading…)
Choosing an Operating System
by Mark on Feb.01, 2010, under general
When it comes to picking what Operating System to use for your project, how do you go about picking the ‘right’ one?
Working out what package a file comes from in Solaris
by Mark on Oct.06, 2009, under solaris
As much as I like Solaris the packaging system is crap. And fathoming out what package you need to install to gain a particular command is nigh on impossible. (continue reading…)
Building IPS on Solaris 10
by Mark on Aug.14, 2009, under solaris
Centralised package delivery on Solaris can be a bit of a pain. Blastwave was a nice solution, but with OpenCSW splitting away from them and the two camps now delivering the same packages to the same disk hierarchy we’re left with too much choice and a confusion of options. They’re still both a good solution, but maybe there is a better option. (continue reading…)
CPAN 1.94 fixes Solaris untar issue
by Mark on May.28, 2009, under perl
In my earlier post about using local::lib I commented that CPAN wouldn’t untar with the Solaris shipped tar program, and you had to use GNU tar from OpenCSW or Blastwave. 1.94 appears to fix the problem and untars just fine with the native Solaris tar. (continue reading…)
Solaris 10 and Linux iSCSI interoperability
by Mark on May.14, 2009, under solaris
Recently a friend and I were trying to get XenServer 5 to use our Solaris 10 server as it’s backing store. We specifically wanted to use an iSCSI volume exported to the Xen server, as the performance is promised to be considerably better than NFS.
However, try as we might, the XenServer wouldn’t make use of the iSCSI LUN as exported – it could see it, but wouldn’t make use of it. Then we discovered this bug… (continue reading…)
Further Catalyst on Solaris notes
by Mark on May.06, 2009, under perl
In my last post about installing Catalyst on Solaris I went to great lengths to install every Perl module, in order, from CPAN. This was a painful process to establish, and just as painful to emulate. The post was updated back in March to include CPAN bundles, which would do most of the hard work for you – but as was pointed out in the comments, it should’ve been a simple case of ‘cpan Catalyst’. (continue reading…)
rm -rf on Solaris ZFS filesystem doesn’t remove directories
by Mark on Apr.24, 2009, under solaris
This is one of the weirdest problems I’ve had for a while. On one of the servers I look after my home directory was a zfs filesystem set to /home/user. If I ever did an rm -rf on a directory structure underneath my home dir, it would remove all the files but leave all directories in place. The only way to get rid of the directories was to recursively remove each one. Painful.
Today I discovered a fix – although I don’t know the reason why. (continue reading…)
WAN Boot and ZFS root
by Mark on Mar.09, 2009, under solaris
I came across an intriguing problem today whilst trying to rebuild a server. The server was physically located somewhere I couldn’t utilise a boot server, so I decided to quickly throw together a WAN Boot server (which I won’t go into here, but see ref [1] below). (continue reading…)