All posts by kortsi

HP Array Configuration and Diagnostic Utilities on Linux

5.00 avg. rating (94% score) - 2 votes

Getting the HP Array Configuration Utility (ACU) and the Array Diagnostic Utility (ADU) for Linux to work was non-trivial. It does not seem to be supported anymore, but I managed to get it working on CentOS 5 running on an HP ProLiant DL185 G5.

Continue reading HP Array Configuration and Diagnostic Utilities on Linux

Lenovo ThinkPad X300 Ubuntu 8.04 Installation Notes

3.00 avg. rating (65% score) - 3 votes

First, let me tell you some first impressions about the machine. The keyboard is very good. It feels even a bit better than the one in my old T60. The display is very bright and sharp, but viewing angles could be better. WLAN worked right out of the box, as did the webcam.

The solid state drive is incredibly fast. I will never switch back to a hard disk after experiencing an SSD. Everything loads up in an instance. OpenOffice starts in about 5 seconds, which is very good compared to my T60. And the machine boots up and shuts down really fast (I haven’t timed those operations, though).

There are also a couple of annoyances which I hope will soon be fixed. Continue reading Lenovo ThinkPad X300 Ubuntu 8.04 Installation Notes

Limiting the bandwidth of incoming traffic

0.00 avg. rating (0% score) - 0 votes

A backup server was saturating the DSL links of remote offices every time the backups were running. To prevent this, I had to limit the incoming bandwidth of the TCP-connections that were used to back up the remote hosts, but not touch the ones that were used to connect to the servers in the local network. Here’s how to do it.

Continue reading Limiting the bandwidth of incoming traffic

Scratchbox installation under 32-bit chroot on 64-bit Ubuntu

0.00 avg. rating (0% score) - 0 votes

I wanted to try out the Maemo SDK for Nokia 770, N800 and N810 devices (for some reason I happen to own one of every generation), but found out that there are no prebuilt packages for the 64-bit environment. The quick (?) remedy for this is the chroot jail, because a guest i386 environment can pretty easily be bootstrapped inside a 64-bit one. Here are the step-by-step instructions for doing it.

Continue reading Scratchbox installation under 32-bit chroot on 64-bit Ubuntu

SUID script requirements on AIX 5L and ksh93

0.00 avg. rating (0% score) - 0 votes

Requirements for a suid script include:

  • #! directing the KornShell be used
  • Executable by user, group, and other
  • No read permission
  • Add suid permission by chmod u+s on the file

Add a -p option to #! to increase security to force a separate process if one is not normally done.

Example:

Source of this information:

http://www.ibm.com/developerworks/aix/library/au-kornshell93.html#n

Enabling security on an HP ProCurve 4200 series switch

0.00 avg. rating (0% score) - 0 votes

I had a chance to configure an HP ProCurve 4208vl switch the other day. The first impression was that the command line interface is heavily influenced by, if not directly copied from, the Cisco IOS command line interface. So if you have experience with IOS, you will probably feel almost at home on an HP switch. There are some differences, though.

The first thing I wanted to do was to enable ssh access and authentication, and disable telnet. Here’s a quick howto.

Continue reading Enabling security on an HP ProCurve 4200 series switch

IBM SDD driver troubleshooting on Linux

0.00 avg. rating (0% score) - 0 votes

The Subsystem Device Driver [SDD] is a pseudo device driver designed to support the multipath configuration environments in the IBM TotalStorage Enterprise Storage Server, the IBM TotalStorage DS family, the IBM SystemStorage SAN Volume Controller. It resides in a host system with the native disk device driver and provides the following functions:

– Enhanced data availability
– Dynamic I/O load-balancing across multiple paths
– Automatic path failover protection
– Concurrent download of licensed internal code
– Path-selection policies for the host system

Continue reading IBM SDD driver troubleshooting on Linux

Bootstrapping an Ubuntu guest for Xen

0.00 avg. rating (0% score) - 0 votes

First, some empty disk space is needed. Let’s create a logical volume for our new virtual machine:

Create a filesystem on the new logical volume:

Continue reading Bootstrapping an Ubuntu guest for Xen