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 [2013/04/24 13:17] jeffwiki:projects:other:iscsi [2022/06/02 21:33] (current) jeff
Line 1: Line 1:
 ====== ISCSI ====== ====== ISCSI ======
 +
 +  * linux iscsi heartbeat
 +  * link aggregation
 +  * [[http://zackreed.me/articles/48-adding-an-extra-disk-to-an-mdadm-array|Add disk to raid 5]]
  
 ===== Linux (Target) ===== ===== Linux (Target) =====
Line 11: Line 15:
 For HP Homepage, add --nopre option to the rpm install command. For HP Homepage, add --nopre option to the rpm install command.
  
-adding [[http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=468781&prodTypeId=18964&prodSeriesId=468780&swLang=8&taskId=135&swEnvOID=4049|hp array config]] to linux:+getting softRaid status: 
 +<code> 
 +cat /proc/mdstat 
 +watch cat /proc/mdstat 
 +</code> 
 + 
 +adding [[http://www.ganesh.me/337-install-hpacucli-on-ubuntu-debian.html|hp array config]] to linux:
  
 <code> <code>
-for openfiler: conary update rpm+for openfiler: 
 + conary update rpm 
 + rpm -ivh --nodeps <package-name>
  
-rpm -ivh --nodeps <package-name>+for debian: 
 + apt-get install alien 
 + alien -k <package-name> 
 + dpkg -i <package-name> 
 +</code> 
 + 
 +[[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 /usr/share/keyrings/proliant.gpg 
 +# add keys 
 +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 
 +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> </code>
  
 HP ACU CLI Commands: HP ACU CLI Commands:
 <code> <code>
 +/opt/compaq/hpacucli/bld/hpacucli
 +hpacucli ctrl all show config
 controller slot=9 logicaldrive all show detail controller slot=9 logicaldrive all show detail
 controller all show config detail controller all show config detail
Line 31: Line 64:
  
 [[http://www.openfiler.com/learn/how-to/graphical-installation|Openfiler]] works pretty well. (for disks that are smaller than 2TB) [[http://www.openfiler.com/learn/how-to/graphical-installation|Openfiler]] works pretty well. (for disks that are smaller than 2TB)
 +
 +===== 3ware RAID Controller =====
 +
 +  * [[http://www.rpmfind.net/linux/rpm2html/search.php?query=tw_cli|tw_cli]]
 +  * similar to the hp cli install
  
 ===== Windows (Initiator) ===== ===== Windows (Initiator) =====
wiki/projects/other/iscsi.1366809452.txt.gz · Last modified: 2020/11/19 14:21 (external edit)
Back to top
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0