Crucial Paradigm

Call us now 1300 884 839

Member Login
Australia USA

Location: Australia

Crucial Feature 01 Crucial Feature 02 Crucial Feature 03 Crucial Feature 04

Crucial Paradigm Australia Official Blog

RSS Feed

April 2011

Alarms List Problem on HP P4000 SAN

April 29, 2011

If you are one of the many people getting one of the following errors this article will help you!

If your alarms list keeps showing the error message:

“Warning: Alarms may not be available.”

Or you have trouble installing the latest updates to SAN/iQ 9 with it giving an error message such as the following:

“Management group ‘xxxx’ has the following issues: There was a problem getting the alarms list for management group ‘xxxx’.. Canceling all further installations.”

After a fairly long list of troubleshooting, HP provided us with a fix (10105-00) for this issue.  The fix specically states:

“Patch 10105-00 fixes a behavior where the CMC displays Warning:Alarms may not be available that prevents online upgrade/patch install from working as the CMC cannot get the alarms list. This also causes the Export Support Bundle to not work and may prevent CLI commands from working as well.”

I’m not aware of this patch being publically available from HP yet, so if you have these symptons I suggest contacting them and going through the steps to obtain the patch.

Once you receive the patch, you can use the following steps to install the update (we came across a few issues while trying to patch our systems, that didn’t seem to be documented by HP):

1. Shutdown the CMC
2. Open \Users\[user]\.storage_system\preferences.txt
3. At the top of the file, add the following:

CmcSystemPreference.supportMode=true
CmcUpgradePreference.useOldUpgrades=true
CmcUpgradePreference.userUpgrade=true

4. Start CMC, under Configuration Summary there will now be a “Support  Upgrades” tab.
5. Locate the 10105-00.20110406.patch from HP, you will probably need to contact HP support for this.  And they may go through a bunch of troubleshooting with you before they provide you with the download.
6. Hit browse, and select the file 10105-00.20110406.patch
7. Select the storage node from the list that you wish to upgrade, you will need to them upgrade one at a time. I installed the patch on all storage systems, and the Failover Manager (FOM).


(8) Comments

Enabling Support Upgrades SAN/iQ CMC 9.0 – HP P4000

April 28, 2011

If you have ever needed to enable Support Upgrades in the CMC, to manually install patches as you used to be able to with SAN/iQ 8.5 and below – then this article will benefit you.

The following steps will enable Support Upgrades in the CMC, and will allow you to manually patch the storage systems with individual patches:

1. Shutdown the CMC

2. Open \Users\[user]\.storage_system\preferences.txt

3. At the top of the file, add the following:

CmcSystemPreference.supportMode=true
CmcUpgradePreference.useOldUpgrades=true
CmcUpgradePreference.userUpgrade=true

4. Start CMC, under Configuration Summary there will now be a “Support Upgrades” tab.

It is important to add the lines to the top in step 3, otherwise the “Support Uprades” tab will not be available.


No Comments

Hacking XenServer: Open vSwitch Controller (DVSC) Changing Password

April 20, 2011

If you have had trouble getting access to the Distributed vSwitch Controller (DVSC) in XenServer, then you are not alone!

While doing some testing on XenServer’s vSwitch and following XenServers documentation we noticed it was not possible to using the “Switch to Graphical Mode” that was referenced in the documentation.  While the “Switch to Graphical Mode” was there in XenCenter, it was grayed out. Rebooting, or re-importing the DVSC appliance did not help. (more…)


No Comments

IPv6 Subnet Cheat Sheet and IPv6 Cheat Sheet Reference

April 15, 2011

The following article is aimed at providing some quick details on IPv6, which can be used as an IPv6 Subnet Cheat Sheet/Reference: (more…)


(4) Comments

APNIC exhausts IPv4 with only 1 x /8 of IPv4 remaining, IPv6 here we come!

April 15, 2011

Today APNIC announced it had officially depleted its general reserves for IPv4 space, leaving only a single /8 remaining in its reserves.

http://www.apnic.net/community/ipv4-exhaustion/graphical-information

What does this mean?

This basically means that APNIC (Asia and Pacific region) will no longer be issuing out IPv4 space as it used to, it will now only issue a maximum of a /22 (1024 IPs) to companies.  Content providers and eye ball networks alike will now be forced to deploy IPv6 as their IPv4 reserves deplete.  Companies were only allowed to request a maximum of 1 year in advance for IP address allocations previous to this event, so most companies will only have a maximum 1 year supply of IPv4 space remaining.

Over the following months to year it is likely we will see companies deplete their remaining IPv4 space, and only be able offer IPv6  support to their customers (whether an ISP or a hosting/content provider).

While other RIRs (Regional Internet Registry) such as ARIN may have IPv4 space left, this will not last for very long. (more…)


No Comments

SLAAC Discovery and EUI-64 Converting (MAC Address based IPv6 Address assigning!)

April 11, 2011

Recently Crucial has been gearing up for IPv6 inclusion in our services, it’s been my task to deliver this in the best way possible.

Some of the features that IPv6 provide which weren’t included in IPv4 are:

  1. More efficient address space allocation
  2. End-to-end addressing; no NAT anymore!
  3. Fragmentation only by the source host
  4. Routers do not calculate header checksum (speedup!)
  5. Multicasting instead of broadcasting
  6. Built-in security mechanisms
  7. Single control protocol (ICMPv6)
  8. Modular headers structure

But most importantly AUTO CONFIGURATION!

IPv6 allows for auto-configuration using the EUI-64 specification and SLAAC discovery.

SLAAC is a stateless configuration, though it generates network traffic it doesn’t need a server or client configuration nor does it communicate with a centralized administrator.

(more…)


(1) Comment

Discovering the BlockID in Centos

April 8, 2011

This is just a quick article,

I needed to discover the block ID on both Centos and Ubuntu today and needed this to be injected into a script, I came up with the following:

(more…)


No Comments

PHP Coding; bad coding styles

April 8, 2011

Hey folks,

Before I go on, this isn’t a rant its a learning experience… I swear ;)

PHP is one of those languages that has a very relaxed nature to it, this allows the novice people to pick it up quickly and generally get the work smacked out faster than others.

But as the great comic book writer Stan lee once said “With great power comes great responsibility”…

The reason I use this quote is mainly due to the fact that with the great power and flexibility PHP provides you; you will need to be time and time again reminded of coding best practices and the standards that entwine any programing language, even more so the methodologies and paradigms used by you.

One of these problems surfaces itself brutally in OOP (Object Orientated Programming).

(more…)


(2) Comments

We’re hiring – Systems Administrator (Linux Focus)

April 7, 2011
  • Are you interested in working with Virtualisation?
  • Are you interested in working with CLOUD infrastructure?
  • Do you thrive in a fast paced work environment?
  • Do you want to have fun at work?

(more…)


(1) Comment

How to disable HA/High Availibility in Citrix XenServer

April 4, 2011

If you have ever had problems with time on a cluster, and had trouble getting the licenses in sync in Citrix XenServer 5.6 FP1, you can run the following commend to disable HA:

xe host-emergency-ha-disable force=true


No Comments

Copyright 2003-2012 © Crucial Paradigm Pty Ltd, All Rights Reserved