This post is more than 5 years old
9 Posts
0
2449
April 20th, 2016 03:00
Upgrading ScaleIO to 2.0
Hi everyone,
I've hit a bit of an issue when trying to upgrade a 1.32 environment to 2.0.
Upgraded the gateway, and uploaded new packages, however after going through maintain and performing the upgrade the upgrade LIA steps fail.
I can't find the log files mentioned in the text below, but did manage to find an error in the trc.0 file...
20/04 11:30:55.368091 liaCmd_InstallPackage:00322: liaCmd_InstallPackage (lia): Signature verification failed
I've checked free space of /opt and seems ok.
Any assistance would be greatly received.
Thanks
-
- Started: Wed Apr 20 2016 10:35:38 GMT+0100 (GMT Standard Time)
- Command failed: Could not install lia on xxx.xxx.xxx.xxx due to: The command was not successful
Support information (STOP auto refresh first)
{ "node": { "ostype": "unknown", "nodeName": null, "nodeIPs": [ "xxx.xxx.xxx.xxx" ], "domain": null, "userName": null, "password": null, "liaPassword": "xxxxxxx" }, "installationId": "51a8854965708d50", "sourceVersion": { "version": "1.32-403.2", "sioPatchNumber": 0 }, "targetVersion": { "version": "2.0-5014.0", "sioPatchNumber": 5 }, "commandID": "xxx.xxx.xxx.xxx<->15", "untrustedCertificateThumbprint": null, "commandState": "failed", "startTime": "2016-04-20T09:35:38.169Z", "message": "Command failed: Could not install lia on xxx.xxx.xxx.xxx due to: The command was not successful", "result": null, "followingCommand": "ValidateFreeDiskSpaceCommand[working on=[xxx.xxx.xxx.xxx]]", "ecsComponentType": "lia", "allowReboot": false, "arguments": {}, "logFilename": "install_lia_xxx.xxx.xxx.xxx_2016-04-20-10-35-43.log", "archived": false, "commandParameters": [ "lia" ], "allowedPhase": "install", "commandName": ".UpgradeLiaCommand" }
No Events found!
SanjeevMalhotra
138 Posts
2
April 22nd, 2016 08:00
Update the GPG key on all servers:
a.Copy the following key to all servers:
RPM-GPG-KEY-ScaleIO_2.0.XXX.0
b.Install the key, by running the following command on each server:
rpm --import
Example:
rpm --import /tmp/RPM-GPG-KEY-ScaleIO_2.0.XXX.0
pawelw1
306 Posts
1
April 21st, 2016 23:00
Hi Phil,
You need to install the new public GPG key to verify packages signatures - or skip signature checks during the installation.
You can find the key in the root folder of the ScaleIO 2.0 ISO file, look for ScaleIO_2.0.0_GPG-RPM-KEY_Download.
Hope that helps!
Pawel
Phil_Dunn
9 Posts
0
April 25th, 2016 00:00
Thanks Pawel,
I took your advice, but unfortunately I tried using gpg to import the keys rather than rpm.
Phil_Dunn
9 Posts
0
April 25th, 2016 00:00
Thanks SanJeev, got past the installation of the LIA, however it is now failing on the validate free space for MDM component. Do you happen to know which directory needs the space and how much?
I assume /opt/emc which currently has 1.5GB free
Thanks
Phil_Dunn
9 Posts
1
April 25th, 2016 01:00
Answered my own question, yes /opt/emc and seems 2GB free is the magic number.
Thanks for the help