This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
admin:esxi [2022/09/20 11:26] peppe |
admin:esxi [2024/03/29 11:51] (current) peppe |
||
|---|---|---|---|
| Line 65: | Line 65: | ||
| Access to guest consoles is via VMPlayer/ | Access to guest consoles is via VMPlayer/ | ||
| + | |||
| + | ==== Small Footprint CIM Broker Daemon (SFCBD) ==== | ||
| + | The Small Footprint CIM Broker Daemon (SFCBD) is not running. Storage health data is reported by this daemon. Please see this KB article for information on enabling this service.\\ | ||
| + | [[https:// | ||
| + | |||
| + | |||
| ==== HP SSACLI Smartarray utility ==== | ==== HP SSACLI Smartarray utility ==== | ||
| Line 101: | Line 107: | ||
| vmware_guestd_enable=" | vmware_guestd_enable=" | ||
| + | ==== DL380ws lab 24h clones ==== | ||
| + | - Create VM | ||
| + | - Name: dl380wsXX | ||
| + | - Compatibility: | ||
| + | - Guest OS family: Linux | ||
| + | - Guest OS Version: Ubuntu Linux 64-bit | ||
| + | |||
| + | - Storage: 600GB datastore | ||
| + | |||
| + | - CPUs: 4 | ||
| + | - RAM: 2GB | ||
| + | - HDD: 128GB thin provisioned | ||
| + | - Network: VLAN74 Network | ||
| + | |||
| + | - Setup drbl, scylla, uranus for boot/usage (see other guide) | ||
| + | |||
| + | - Boot from network (PXE) and restore ubuntu image | ||
| + | - Copy MAC address (Edit settings-> | ||
| + | - Add to drbl dhcpd.conf | ||
| + | - service isc-dhcp-server restart | ||
| + | |||
| + | - Install open-vm-tools (instead of vmware tools) | ||
| + | apt -y install open-vm-tools | ||
| + | |||
| + | - Stop and disable lightdm (gui not needed) | ||
| + | service lightdm stop | ||
| + | systemctl disable lightdm.service | ||
| + | |||
| + | - Enable VM autostart (ESXi-> | ||
| + | |||
| + | - Set noshutdown flag | ||
| + | touch / | ||
| + | |||
| + | Install cse updates (last update in ubuntu22.04-hp705ws02-2022-10-10-12-img = openjdk8)\\ | ||
| + | \\ | ||
| + | - Include updates: | ||
| + | python3-mysql-connector.sh cache-download.sh turnin-suid.sh ncal.sh nam-fixed.sh 2204extras.sh etc. | ||
| + | - Exclude gui based/VM updates: | ||
| + | orcad-quartus.sh gns3lab.sh chrome.sh unity3d.sh texstudio.sh | ||
| + | |||
| + | |||
| + | ==== Convert thick vmdk disk files to thin ==== | ||
| + | vmkfstools -i vm01.vmdk -d thin thin-vm01.vmdk | ||
| + | |||
| + | ==== Punchzero (" | ||
| + | vmkfstools -K < | ||