2020年12月6日 星期日

Raid 0 LVM 創建紀錄

 手動創建LVM給Proxmox使用

fdisk -l
pvcreate /dev/sda1
pvcreate /dev/sdb1
pvscan
pvdisplay
vgscan
vgcreate -s 4M virtgr /dev/sda1 /dev/sdb1
vgscan
lvdisplay
#lvcreate -i2 -I4 -l100%FREE -n virt-p1 virtgr

最後建立部分後來刪掉,改從proxmox datacenter storage 重建

原因是這樣才抓到真實使用率(Usage)

2020年11月3日 星期二

修改ESXi 6.7安裝光碟

自從使用Evernote滿足自己的筆記需求後,就很少回頭擠blog。但是想想不行,偶爾也要寫一點筆記,不然會被當成完全棄坑。

安裝完

Add-EsxSoftwareDepot .\update-from-esxi6.7-6.7_update01.zip
Add-EsxSoftwareDepot .\net55-r8168-8.045a-napi-offline_bundle.zip
New-EsxImageProfile -CloneProfile ESXi-6.7.0-20181002001-standard -Name ESXi-20181112 -Vendor Icekimo
Set-EsxImageProfile -Name ESXi-20181112 -AcceptanceLevel CommunitySpported
Add-EsxSoftwarePackage -ImageProfile ESXi-20181112 -SoftwarePackage net55-r8168
Get-EsxSoftwarePackage
Export-EsxImageProfile -NoSignatureCheck -ImageProfile ESXi-2018111 -FilePath ESXi-6.7.0-Custom.iso –ExportToIso

2020年5月8日 星期五

OpenShot 影片編輯器安裝


支持 Ubuntu 14.04(Trusty)和更新版本的Ubuntu。

sudo add-apt-repository ppa:openshot.developers/ppa
sudo apt-get update
sudo apt-get install openshot-qt 

2020年2月21日 星期五

vSphere 6 Export OVA by PowerCLI

vSphere網頁介面或某些GUI倒OVA有時遇到螢幕保護與省電設定真的是會讓人欲哭無淚。
因此我們來使用PowerCLI處理,好處是有批次的延伸性