VMware Cloud Community
MHUSAIN20111014
Contributor
Contributor

esxupdate Error during update...low space

Hi all,

I am trying to update ESX 4.0 to ESX 4.0 Update 1 or Update 2.

I am using the esxupdate utility.

I have copied the Bundle zip file to a directory at required ESX Server. I am giving the following command:

esxupdate --bundle /vmfs/volumes/IDP01/upgrade-from-esx4.0-4.0_update02.zip update

Before that I use scan and stage options. The result was OK.

Then I tried same command for Update 1. It i giving error "no space left on the device"

I made that directory current and start again, now it is giving that error: Error message: 'module' object has no attribute 'HTTPSHandler'

User Guide for this utility says that at least 50MB should be available at /partition directory.

How do I fix this issue. How can I free up some space.

I will be very much thankful to all of you.

Ali

Reply
0 Kudos
4 Replies
vmroyale
Immortal
Immortal

Hello.

There is some good info in kb 1003564 on how to free up space and/or find the larger files.

Good Luck!

Brian Atkinson | vExpert | VMTN Moderator | Author of "VCP5-DCV VMware Certified Professional-Data Center Virtualization on vSphere 5.5 Study Guide: VCP-550" | @vmroyale | http://vmroyale.com
Reply
0 Kudos
MHUSAIN20111014
Contributor
Contributor

Thank you for this help.

I free up some space but it still giving following error:

Encountered error: AttributeError

Error message: 'module' object has no attribute 'HTTPSHandler'

I need help.

Thanks.

Ali.

From: Brian Atkinson <communities-emailer@vmware.com>

To: <mhusain@investadmin.com>

Date: 11/02/2011 02:06 PM

Subject: New message: "esxupdate Error during update...low space"

Reply
0 Kudos
vmroyale
Immortal
Immortal

Try changing your syntax to this:

esxupdate --bundle file:///vmfs/volumes/IDP01/upgrade-from-esx4.0-4.0_update02.zip update
Brian Atkinson | vExpert | VMTN Moderator | Author of "VCP5-DCV VMware Certified Professional-Data Center Virtualization on vSphere 5.5 Study Guide: VCP-550" | @vmroyale | http://vmroyale.com
Reply
0 Kudos
nkrishnan
Expert
Expert

Try to create a nfs,http or ftp depot and copy the zip bundle in to the location and access by esxupdate --bundle http:// <URL> update.

make sure that /boot has more than 100MB disk space free.

Thanks

Nithin

--Nithin
Reply
0 Kudos