Last active
November 12, 2016 14:19
-
-
Save clintkitson/92da5036b07a026de10d20ccbf500028 to your computer and use it in GitHub Desktop.
scaleio ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apt-get update | |
| apt-get install -y unzip libaio1 linux-image-4.2.0-30-generic linux-headers-4.2.0-30-generic | |
| unzip /vagrant/ScaleIO_2.0.0_UBUNTU_14.04_Download.zip | |
| cd ScaleIO_2.0.0_UBUNTU_14.04_Download/ | |
| tar -xvf EMC-ScaleIO-sdc-2.0-5014.0.Ubuntu.14.04.x86_64.tar | |
| ./siob_extract EMC-ScaleIO-sdc-2.0-5014.0.Ubuntu.14.04.x86_64.siob | |
| MDM_IP=mdm_ip1,mdm_ip2 dpkg -i EMC-ScaleIO-sdc-2.0-5014.0.Ubuntu.14.04.x86_64.deb |
Thank you, and never mind we were able to fix this by installing the matching linux-image + header and rebooting the server
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I found this post online I'm going over the same process and unfortunately was unable to install ScaleIO 2.0.1 SDC on Ubuntu 16.04.1 LTS
Here is the Kernel Installed
Linux ciosds06 4.4.0-47-generic #68-Ubuntu SMP Wed Oct 26 19:39:52 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
MDM_IP=10.1.1.100 dpkg -i EMC-ScaleIO-sdc-2.0-10000.2072.Ubuntu.16.04.x86_64.deb
(Reading database ... 92520 files and directories currently installed.)
Preparing to unpack EMC-ScaleIO-sdc-2.0-10000.2072.Ubuntu.16.04.x86_64.deb ...
open kernel device /dev/scini: No such file or directory
Unpacking emc-scaleio-sdc (2.0-10000.2072.Ubuntu.16.04) over (2.0-10000.2072.Ubuntu.16.04) ...
Setting up emc-scaleio-sdc (2.0-10000.2072.Ubuntu.16.04) ...
Job for scini.service failed because the control process exited with error code. See "systemctl status scini.service" and "journalctl -xe" for details.
Job for scini.service failed because the control process exited with error code. See "systemctl status scini.service" and "journalctl -xe" for details.
Error loading driver, the changes will take place on next reboot
Processing triggers for systemd (229-4ubuntu12) ...
Processing triggers for ureadahead (0.100.0-19) ...
Looking at the syslog output, we saw messages saying the scini.ko could not be inserted due to incompatible kernel, and also incompatible parameters
Please could you help us to provide any insight what could be happening?
Thank you!