A poor man’s guide for creating iscsi targets without using external USB hard disks

A special need..
Those of you who have a need for exposing iscsi targets to other machines for discovery, but who do not want to invest in an external USB hard disk OR who do not want to have a USB external hard disk connected to a desktop 24×7, there is a better way of [...]

Creating your own 10g RAC cluster at home using virtualbox and SAN targets (using openfiler + with/without USB hard disk)

Preface
After playing around with some open source technologies like virtualbox and openfiler, we are finally at a point when it is possible to create your own network lab of Oracle 10gR2 RAC cluster and ASM database using iscsi targets in an external hard disk drive. The last time I checked, USB 2.0 hard disk drives [...]

iSCSI: no LUNs detected for session when using openfiler

A common problem…
If you are using openfiler, at some point of time, you are bound to reboot the openfiler OS/machine. After the reboot, a common problem is that openfiler forgets or loses the logical volume/volume group information.
So, as a workaround, you need to issue the following commands:
################################
# to discover the volume groups
################################
# vgscan [...]

Virtualbox How to: Gotchas involved in making a USB external hard disk device work on windows host

Preface
Sometime back, I installed Openfiler on a external hard disk (manufacturer: Iomega)that I had at home (running Windows Vista Home Premium). This was meant to be a proof of concept and pretty soon, I had to bring it to office desktop (running Windows XP SP2) to make it work with some other virtualbox virtual machines [...]

Combining Openfiler and Virtualbox (Ubuntu guest OS on windows host)

Preface – Celebrating Openfiler
Ever since I came to know about openfiler, a free open source network attached storage appliance, I could not wait to get started on it! Compared to similar open source products in the internet like FreeNAS, openfiler has much better reviews from the user community.
In this article, we will talk about how [...]