Storage Virtualisation on HP ProLiant, vSphere 5.5 and HP Virtual Storage Appliance

Heute mal wieder etwas für Geeks:

Hyperconverged light – als Fazit meiner erfolgreichen Prototypen- Installation – ist durchaus eine Option und hier das HowTo: Auf Basis eines DL320e G8v2 mit vSphere 5.5 und HP VSA– der virtuellen Storage Appliance auf Basis der Lefthand Storage Systeme aus der P4000 Serie.

Test Hardware Definition

Der DL320e ist dabei mit kompatiblem Kingston Speicher ausgestattet – KTH-PL316E/8G und mit zwei 2TB WD Red platten für günstigen Platz, aber zwei Spindeln IO. Wunder sind von der Konfiguration nicht zu erwarten, aber es ist zunächst einmal reichlich Platz für zu virtualisierenden Storage vorhanden. Der Kingston Speichertyp ist wichtig, damit das System die Memories auch nimmt, eBay ist voll mit Kingston Speicherriegeln leicht anderer Bauart, die in DL380e nicht gangbar zu machen waren.

ProLiant Preparation

Vorbereitung des ProLiant mit dem HP ProLiant Service Pack, aktuell noch immer die Version 2014.09. Das ist kein größeres Drama,

Continue reading

HP-UX Queue Depth

Just for the occasion … Setting HBA queue depth length on HP-UX systems with an SCSI I/O control command:

scsictl -a -m ir /dev/rdsk/cXtXdX

delivers the current queue- depth on the questionable device cXtXdX, where the Xes refer to the IDs in your systems.

scsictl -m queue_depth=21 /dev/rdsk/cxtxdx

sets the queue-depth to e.g.21.

The value of your queuedepth depends on the supported values of your storage and are given in a range from 1 to 255. By chance these values may conflict or fit together and well result in dedicated HBAs in dedicated zones.

In my case they fit together by default with HP EVA and HDS VSP, keeping in mind that there are changes needed if the EVA systems have to handle extremely large single files within a single LUN.