Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:projects:other:iscsi [2020/11/19 14:21] – external edit 127.0.0.1wiki:projects:other:iscsi [2022/06/02 21:33] (current) jeff
Line 38: Line 38:
 #!/bin/bash #!/bin/bash
 # download the GPG key of the repository: # download the GPG key of the repository:
-wget http://downloads.linux.hpe.com/SDR/repo/mcp/GPG-KEY-mcp -O /tmp/proliant.gpg +wget http://downloads.linux.hpe.com/SDR/repo/mcp/GPG-KEY-mcp -O /usr/share/keyrings/proliant.gpg 
-# add downloaded key to apt +# add keys 
-apt-key add /tmp/proliant.gpg+curl http://downloads.linux.hpe.com/SDR/hpPublicKey1024.pub | apt-key add - 
 +curl http://downloads.linux.hpe.com/SDR/hpPublicKey2048.pub | apt-key add - 
 +curl http://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub | apt-key add 
 +curl http://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | apt-key add -
 # create apt sources file for HP/Proliant repo # 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 echo -e "deb http://downloads.linux.hpe.com/SDR/repo/mcp/ wheezy/current non-free" > /etc/apt/sources.list.d/proliant.sources.list
Line 49: Line 52:
 HP ACU CLI Commands: HP ACU CLI Commands:
 <code> <code>
 +/opt/compaq/hpacucli/bld/hpacucli
 hpacucli ctrl all show config hpacucli ctrl all show config
 controller slot=9 logicaldrive all show detail controller slot=9 logicaldrive all show detail
wiki/projects/other/iscsi.1605795682.txt.gz · Last modified: 2020/11/19 14:21 by 127.0.0.1
Back to top
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0