This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| admin:esxi [2019/06/07 20:53] peppe [HP SSACLI Smartarray utility] | admin:esxi [2022/09/20 11:26] (current) peppe | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ==== Installing ==== | ==== Installing ==== | ||
| - | Bootable | + | ESXi 5.5 bootable | 
| ==== Updating 5.5 to 5.5U3 ==== | ==== Updating 5.5 to 5.5U3 ==== | ||
| Line 79: | Line 79: | ||
| ===== Guests ===== | ===== Guests ===== | ||
| + | |||
| + | ==== Migration from vmplayer etc ==== | ||
| + | |||
| + | error: | ||
| + | Failed to open disk scsi0:0: Unsupported and/or invalid disk type 7 | ||
| + | |||
| + | clone disk to new file: | ||
| + | # vmkfstools -i <full path to current vmdk> -d thin <full path to cloned vmdk> | ||
| + | remove old from config and add new. | ||
| ==== FreeBSD ==== | ==== FreeBSD ==== | ||
| Line 84: | Line 93: | ||
| VM tools: | VM tools: | ||
| # pkg inst open-vm-tools-nox11 | # pkg inst open-vm-tools-nox11 | ||
| + | |||
| + | / | ||
| + | vmware_guest_vmblock_enable=" | ||
| + | vmware_guest_vmhgfs_enable=" | ||
| + | vmware_guest_vmmemctl_enable=" | ||
| + | vmware_guest_vmxnet_enable=" | ||
| + | vmware_guestd_enable=" | ||
| + | |||
| + | |||
| + | |||
| + | ===== iSCSI multipath (OLD, decommissioned 9/2022) ===== | ||
| + | |||
| + | ==== EMC VNX e3100 side ==== | ||
| + | VNXe-SPA-eth3 192.168.200.20 | ||
| + | VNXe-SPB-eth3 192.168.200.40 | ||
| + | |||
| + | |||
| + | uranus-iSCSI-staff -> EMC nfspool (SPB) -> VM sdb1 | ||
| + | uranus-iSCSI-students -> EMC cifspool (SPA) -> VM sdc1 | ||
| + | uranus-iSCSI-grads -> EMC nfspool (SPB) -> VM sdd1 | ||
| + | |||
| + | ==== ESXi side ==== | ||
| + | 2014/11/19: | ||
| + | |||
| + | w/o ethernet passthrough: | ||
| + | |||
| + | http:// | ||
| + | |||
| + | vswitch1 (uranus-iSCSI-switch), | ||
| + | 192.168.200.101/ | ||
| + | 192.168.200.121/ | ||
| - | ===== SNMP configuration ===== | + | ==== Debian VM side ==== | 
| - | rescue: | + | debian rescan SCSI bus: | 
| - | # apt install snmpd snmp-mibs-downloader snmptrapd unzip zip | + | # echo "- - -" > / | 
| + | (0 is the scsi host bus you want to scan.) | ||