Hello
You can try running it at the console.
1) Copy the zip file to /tmp on your ESXi host.
2) At the console run the vim-cmd to put the host in maintenance mode and then esxupdate to patch the server.
/tmp # vim-cmd hostsvc/maintenance_mode_enter
'vim.Task:haTask-ha-host-vim.HostSystem.enterMaintenanceMode-1232'
/tmp # esxupdate --bundle=/tmp/AMCC_2.26.08.035vm40-offline_bundle-179560.zip update
Installing packages :cross_vm.. ########################################
Running ...
ok.
The update completed successfully, but the system needs to be rebooted for the
changes to be effective.
/tmp #
Dave
VMware Communities User Moderator
New book in town - vSphere Quick Start Guide -[http://www.yellow-bricks.com/2009/08/12/new-book-in-town-vsphere-quick-start-guide/].
Do you have a system or PCI card working with VMDirectPath? Submit your specs to the Unofficial VMDirectPath HCL - .
</div>
I have esxi 4.0 isntalled and running on usb stick connected to server with 3ware Inc 9550SX SATA-RAID and 4x1TB. I did what Dave wrote this is exactly what is on
But my system still doesn't see raid controler. So I cannot create datastore. But when on the end I type /usr/sbin/vmkmod-install.sh I got
Error: Bootbank stage /tmp/stage/firmware/bank not exist
vmkload_mod -l shows :
3w-9xxx 0x41800d9f5000 0x7000 0x417fce79c140 0x2000 54 Yes
fdisk -l
Disk /dev/disks/mpx.vmhba32:C0:T0:L0: 8015 MB, 8015282176 bytes
64 heads, 32 sectors/track, 7643 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Device Boot Start End Blocks Id System
/dev/disks/mpx.vmhba32:C0:T0:L0p1 5 900 917504 5 Extended
/dev/disks/mpx.vmhba32:C0:T0:L0p4 * 1 4 4080 4 FAT16 <32M
/dev/disks/mpx.vmhba32:C0:T0:L0p5 5 254 255984 6 FAT16
/dev/disks/mpx.vmhba32:C0:T0:L0p6 255 504 255984 6 FAT16
/dev/disks/mpx.vmhba32:C0:T0:L0p7 505 614 112624 fc VMKcore
/dev/disks/mpx.vmhba32:C0:T0:L0p8 615 900 292848 6 FAT16
Partition table entries are not in disk order
Can comebody help me with that?