Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
wiki:projects:other:iscsi [2020/05/27 14:25] jeffwiki:projects:other:iscsi [2020/05/27 14:25] jeff
Line 35: Line 35:
  
 [[https://oitibs.com/install-hp-acu-cli-on-debian/|Install hpacucli]] [[https://oitibs.com/install-hp-acu-cli-on-debian/|Install hpacucli]]
 +<code>
 +#!/bin/bash
 +# download the GPG key of the repository:
 +wget http://downloads.linux.hpe.com/SDR/repo/mcp/GPG-KEY-mcp -O /tmp/proliant.gpg
 +# add downloaded key to apt
 +apt-key add /tmp/proliant.gpg
 +# create apt sources file for HP/Proliant repo
 +echo -e "deb http://downloads.linux.hpe.com/SDR/repo/mcp/ wheezy/current non-free" > /etc/apt/sources.list.d/proliant.sources.list
 +# update apt & install hpacucli package
 +apt-get update && apt-get install hpacucli
 +</code>
  
 HP ACU CLI Commands: HP ACU CLI Commands:
wiki/projects/other/iscsi.txt · Last modified: 2022/06/02 21:33 by jeff
Back to top
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0