Skip to content

Instantly share code, notes, and snippets.

@clintkitson
Last active November 12, 2016 14:19
Show Gist options
  • Save clintkitson/92da5036b07a026de10d20ccbf500028 to your computer and use it in GitHub Desktop.
Save clintkitson/92da5036b07a026de10d20ccbf500028 to your computer and use it in GitHub Desktop.
scaleio ubuntu
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
@sgabay242
Copy link

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