[vCenter] Dell Management vCenter Plug-in

虛擬化,雲端運算
回覆文章
schumi
Site Admin
文章: 696
註冊時間: 2004-04-15 14:30:34

[vCenter] Dell Management vCenter Plug-in

文章 schumi »

http://www.tonydimaggio.com/blog/2011/0 ... er-plugin/

http://www.dell.com/support/drivers/us/ ... Code=False

12G的server不用安裝OMSA

ESXi 5 的主機上不用調整CIMoemProviderEnabled

在vSphere Client執行的機器上需要安裝Adobe Flash Player 10.0 以上的32bit activeX plug-in
schumi
Site Admin
文章: 696
註冊時間: 2004-04-15 14:30:34

OMSA VIB 安裝方法

文章 schumi »

VMware ESX 5.0 VIB Installation Instructions

VMware uses a file package called a VIB (VMware Installation Bundle) as the
mechanism for installing or upgrading software packages on an ESX server.

The file may be installed directly on an ESX server from the command line, or
through the VMware Update Manager (VUM).


COMMAND LINE INSTALLATION

New Installation
----------------

For new installs, you should perform the following steps:

1. Copy the VIB or offline bundle to the ESX server. Technically, you can
place the file anywhere that is accessible to the ESX console shell,
but for these instructions, we'll assume the location is in '/tmp'.

Here's an example of using the Linux 'scp' utility to copy the file
from a local system to an ESX server located at 10.10.10.10:
scp VMware_bootbank_net-driver.1.1.0-1vmw.0.0.372183.vib root@10.10.10.10:/tmp

2. Issue the following command (full path to the file must be specified):
esxcli software vib install -v {VIBFILE}
or
esxcli software vib install -d {OFFLINE_BUNDLE}

In the example above, this would be:
esxcli software vib install -v /tmp/VMware_bootbank_net-driver.1.1.0-1vmw.0.0.372183.vib

Note: Depending on the certificate used to sign the VIB, you may need to
change the host acceptance level. To do this, use the following command:
esxcli software acceptance set --level=<level>
Also, depending on the type of VIB being installed, you may have to put
ESX into maintenance mode. This can be done through the VI Client, or by
adding the '--maintenance-mode' option to the above esxcli command.


Upgrade Installation
--------------------

The upgrade process is similar to a new install, except the command that should
be issued is the following:

esxcli software vib update -v {VIBFILE}
or
esxcli software vib update -d {OFFLINE_BUNDLE}


VUM INSTALLATION

The VMware Update Manager (VUM) is a plugin for the Virtual Center Server
(vCenter Server). You can use the VUM UI to install a VIB by importing
the associated offline bundle package (a ZIP file that contains the VIB and
metadata)
. You can then create an add-on baseline and remediate the
host(s) with this baseline. Please see the vCenter Server documentation for
more details on VUM.
回覆文章

回到「VMware」