lamw / ghettoVCB

ghettoVCB
MIT License
1.27k stars 363 forks source link

VIB-Installation on VMware ESXi 8.0.1 build-21813344 not possible - acceptance level #307

Closed DVTrast closed 10 months ago

DVTrast commented 10 months ago

I tried to install the vib´s with the following commands: esxcli software vib install -v /vmfs/volumes/datastore1/vghetto-ghettoVCB.vib -f esxcli software vib install -d /vmfs/volumes/datastore1/vghetto-ghettoVCB-offline-bundle.zip -f

But the forced installation vib with both commands didn´t work because of: [root@localhost:/var/log] esxcli software vib install -d /vmfs/volumes/datastore1/vghetto-ghettoVCB-offline-bundle.zip -f [AcceptanceConfigError] VIB virtuallyGhetto_bootbank_ghettoVCB_1.0.0-0.0.0's acceptance level is community, which is not compliant with the ImageProfile acceptance level partner To change the host acceptance level, use the 'esxcli software acceptance set' command. Please refer to the log file for more details.

The esx host has the standard acceptance level: [root@localhost:/var/log] esxcli software acceptance get PartnerSupported

Is there a way, to install it without changing the acceptance level?

Thank you

Best regards

Stefan Rapp

lamw commented 10 months ago

No, custom VIBs that aren't signed from VMware or Partners will require Community level. This is expected

DVTrast commented 10 months ago

Ok - thank you.