2012年 12月

VMWARE 5.1 Could not find a trusted signer

Adaptec RAID ASR-6405のドライバをインストールするとき –no-sig-check を付けないとエラーになる。

こんな感じ
[text]
[InstallationError]
(‘Adaptec_Inc_bootbank_scsi-aacraid_5.1.5.2.1.29900-1OEM.510.0.0.799733’, ‘Could not find a trusted signer.’)
[/text]

こうすればよい
[text]
# esxcli software acceptance set –level=CommunitySupported
# esxcli software vib install -d /vmfs/volumes/startup_disk/aacraid_vmware_drivers_1.2.1-29900/vsphere_esxi_5.1/aacraid-esxi5.1-1.2.1.29900.zip –no-sig-check
# esxcli software vib install -v /vmfs/volumes/startup_disk/vmware-esxi-drivers-scsi-aacraid-510.5.2.1.29900.-1.1.5.799733.x86_64.vib –no-sig-check
[/text]