ice/rescan
oder
echo "- - -" > /sys/class/scsi_host/hostX/scan
### oder alle auf einmal:
for i in {0..29}; do echo "- - -" > /sys/class/scsi_host/host$i/scan; done
blockdev --rereadpt /dev/sdc
blockdev --rereadpt /dev/sdd
oder mit script LUNs
csv
# alle VMs in der Farm anzeigen, auf welchem Host diese aktuell laufen
Get-Cluster <ClusterName> ... MHost | sort VMHost
# VM mit vMotion auf anderen Host verschieben
Get-VM -Name <VMname> | Move-VM -Destination <ESX-Host-Name>
# Anzeige allen vDisken mit Name, Datastor
ECH - /dev/sdd [sde] [sdb] [sdc]]
host ( RO): scaley
type ( RO): lvmohba... earching for :
1. Target LUNs to resize on scsi host number : 4
Searching for :
1. Target LUNs to resize on scsi host number : 5
</code>
If using **QLogic HBAs** I be
verwenden möchten.
# copy the key to the remote host
scp ~/.ssh/id_rsa.pub user@remotehost:id_rsa.pub
# ssh into the remote host using your password
ssh user@remotehost
# app
nt \\
192.168.1.1 -> Gateway über welchen man den Host oder gesamte Netz erreicht \\
route add -p <IP-von-Ziel-Netz-oder-Ziel-Host> mask <netzwerkmaske> <IP-von-Gateway>
~~UP