Login into he ssh server
touch ~/.hushlogin
Login into he ssh server
touch ~/.hushlogin
2016-10-27T12:50:47.496Z cpu7:32798)ScsiDeviceIO: 2651: Cmd(0x439d80358400) 0x1a, CmdSN 0x1d1f2 from world 0 to dev “mpx.vmhba33:C0:T0:L0” failed H:0x0 D:0x2 P:0x0 Valid sense data: 0x5 0x24 0x0.
Host Status = 0x0 = OK
Device Status = 0x2 = Check Condition
Plugin Status = 0x0 = OK
Login into the ESXi6 shell terminal, and execute the rdm.sh ( rdm ) to create the RDM map file
Launch vmware vshere client v5.5 to attach /detach the RDM disk, the existed disk to VM
Launch vmware web client to delete the RDM disk map file
http://blog.zhenglei.net/?p=255651
http://blog.zhenglei.net/?p=255653
/vmfs/devices/disks for local or SAN-based disks.
/vmfs/devices/lvm for ESXi logical volumes.
/vmfs/devices/generic for generic SCSI devices.
# vmkfstools -z /vmfs/devices/disks/t10.F405E46494C4540046F455B64787D285941707D203F45765 /vmfs/volumes/Datastore2/localrdm1/localrdm1.vmdk
Note: The size of the newly created RDM pointer file appears to be the same size and the Raw Device it it mapped to, this is a dummy file and is not consuming any storage space.
Backup:
Copy the whole directory of the virtual machine in VMFS to NFS
Restore:
Copy back from NFC to the same VMFS location
Clone:
Using vmkfstools to clone between different VMFS or Virtual Machine Name
Refer to 1027876
Updated the P410 Firmware with HP SPP2015040.2015_0407.5.iso
http://techmolecules.blogspot.com/2014/08/four-ways-to-update-hp-ilo-firmware.html
HP iLO firmware are scexe (self extracting files). To get the iLO firmware, search system model on support section of hp.com.
– Download iLO firmware say CP023069.scexe
– Unpack it
$ cd /tmp
$ chnmod 755 CP023069.scexe
$ ./CP023069.scexe
– follow online instruction
– Check iLO new version
$ curl http:///xmldata?item=All
On some webserver ( that should be on same same vlan as iLO valn and network), copy firmware bin file in DocumentRoot.
$ ./CP023069.scexe –unpack=firmware
$ cd firmware
$ cp firmware/ilo2_NNN.bin $DocumentRoot (usually /var/www/html/)
– Login on iLO over ssh and upload firmware
$ssh -l Administrator
– To see current iLO version
iLO> show
– to check if your web servers is pingable from iLO (to get iLO bin file)
iLO> cd /map1
iLO> oemhp_ping
iLO> load -source http:///firmware/ilo2_NNN.bin
– Your session will seems to hang for 2-3 minute – do not worry ! If all is good. iLo firmware will be upgraded and iLO will be rebooted. Check iLo version
$ curl http:///xmldata?item=All
– Download and save ilo firmware bin files extracted above by keying in below in you web browser
http:///firmware/ilo2_NNN.bin
-access iLO Web UI, go to Administration tab and upload bin file to upgrade iLO firmware
http://
– Use HPSIM if you paying SIM license fee !
Reference : http://pipe2text.com/?page_id=1908