Crucial Paradigm Australia Official Blog
April 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).
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.
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…)
The following article is aimed at providing some quick details on IPv6, which can be used as an IPv6 Subnet Cheat Sheet/Reference: (more…)
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…)
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:
- More efficient address space allocation
- End-to-end addressing; no NAT anymore!
- Fragmentation only by the source host
- Routers do not calculate header checksum (speedup!)
- Multicasting instead of broadcasting
- Built-in security mechanisms
- Single control protocol (ICMPv6)
- 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.
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:
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).
- 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?
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

