SlideShare a Scribd company logo
VMware Error 0x0000005D
March 20, 2015 —
When you try to install Windows Operating System, you would come across an error
code 0x0000005D. This is purely an issue related to the virtual machine profile. Please validate
if you have selected a correct profile. if not please choose the correct profile and restart the
installation process.
In my case, was trying to deploy Windows 2003 std edition for a legacy application using SCCM
2012. Had no clue with the error code 0x0000005D, though I have set Windows 2003 Std 32 Bit
in profile. Later realized that the SCCM is using the latest version and then selected the
corresponding 64bit profle like Windows Server 2003 Enterprise x64 Edition – from the drop-
down list. Voila it fixed my issue.
VM profile is available at below path.
VM->Edit Settings->Options->General Options->Version
Regards,
WintelAdmin
VMware P2V or V2V gives error Unable to contact the specified host.
November 28, 2014 —
When you do a P2V or V2V of Windows 2008 server using VMware Converter you might get
the below error:
Unable to contact the specified host. The host is not available, there is a network configuration
problem, or the management services on the host are not responding.
In order to execute the conversion process, it is necessary to open the required ports on the
source. This error would be displayed when the required TCP and UDP ports are not open.
Hence, the best solution is to disable the firewall to fix the issue.
In my case the issue was fixed using the below command.
NetSh Advfirewall set allprofiles state off
Thanks,
WintelAdmin
Posted in VMware (ESX / vSphere), Windows(2003/2008/2012). Tags: p2v error, unable to
connect the host, v2v error, VMWARE, vmware converter, windows, Windows 2008. No
Comments »
How to cancel VMware snapshot process?
March 28, 2014 —
Sometimes, snapshot takes huge time to get completed. We may then require to cancel the task to
save time. However, we do not have any option to cancel the task in vsphere.
Please follow below steps to cancel the task.
1. Find the ESX hostname on which the virtual machine resides.
2. Establish a SSH session to the ESX host.
3. Execute the command to see all the process.
ps | grep vmx
4. Locate the Parent Process ID (the second column) for the hung VM.
5. Execute the command to kill the task
kill *parent process ID* to end the process (excluding *).
Note:
Be very careful, killing different process can harm the ESX.
Thanks,
WintelAdmin
»
VMware VCA Certification Voucher Free!
November 7, 2013 —
Recently VMware announced the new certification track – VMware Certified Associate (VCA).
The certification is available for multiple tracks: VCA-Cloud, VCA-WM and VCA-DCV.
This certification fits in below the normal VCP exam.
Highlights of VCA.
1. Doesn’t need an exam center can be taken online from home/office.
2. Requirement is of common internet browser.
3. Has got free eLearning preparation materials.
4. There are currently three VCA certifications available à VCA-Cloud, VCA-WM and VCA-
DCV.
5. It’s officially VMware certified!
As an introduction offer VMware is giving you 50% discount on the exam.
However, we now have an offer to make it 100% discount using an additional exam voucher
“VCA13GKN” (*Valid for very Limited period).
Reference and more information visit: VMware Certified Associate
Thanks,
WintelAdmin
How to enable SSH for the ESXi Server?
December 28, 2012 —
Enabling SSH for the ESXi Shell
By default, you cannot access the ESXi Shell using a Secure Shell client. You can enable SSH
access from the direct console.
To enable SSH access in the direct console
1. At the direct console of the ESXi host, press F2 and provide credentials when prompted.
2. Scroll to Troubleshooting Options, and press Enter.
3. Select Enable SSH and press Enter once. On the left, Enable SSH changes to Disable SSH. On
the right, SSH is Disabled changes to SSH is Enabled.
4. Press Esc until you return to the main direct console screen.
You can enable remote command execution from the vSphere Client.
To enable SSH from the vSphere Client
1. Select the host and click the Configuration tab.
2. Click Security Profile in the Software panel.
3. In the Services section, click Properties.
4. Select SSH and click Options.
5. Change the SSH options.
■ To temporarily start or stop the service, click the Start or Stop button.
■ To enable SSH permanently, click Start and stop with host. The change takes effect the next
time you reboot the host.
6. Click OK.
After you have enabled SSH, you can use an SSH client to log in to the ESXi Shell and run ESXi
Shell commands.
Accessing the ESXi Shell with SSH
If SSH is enabled on your ESXi host, you can use an SSH client to run commands on that shell.
To access the ESXi Shell with SSH
1. Open an SSH client.
2. Specify the IP address or domain name of the ESXi host.Precise directions vary depending on
the SSH client you use. See vendor documentation and support.
3. Provide credentials when prompted.
Thanks,
Winteladmin.com
Howto change blocksize (file size limit) on VMFS3 filesystem
May 11, 2011 —
If you are trying to create a VM with disk drive size larger than 256 you will get this error :
File is larger than the maximum size supported by datastore.
This happens because by default VMware ESX running VMFS3 uses 1M blocksize with a
limitation of 256 GB disk size for the guest virtual machine. However it is possible to change the
block size.
To changethe block size on a VMFS3 filesystem you can use vmkfstools command from
command line ro reformat the parition. The vmkfstools command can be run on ESX server :
#vmkfstools –create vmfs3 –blocksize 2M vmhba1:0:0:2
Block size and vmdk size limitation
December 21, 2010 —
File is larger than the maximum size supported by datastore.
This happens because by default VMware ESX running VMFS3 uses 1M blocksize with a
limitation of 256 GB disk size for the guest virtual machine. However it is possible to change or
rather increase the size of disk drive that you can create for the virtual machine. If you can
change block size to 2M on VMFS3 filesystem on your ESX server you can create disk drive
upto 512GB size for the virtual machine.VMware Recommends following block size to create
large disk drive on virtual machines :
1M Block Size max VMFS-3 = 256G
2M Block Size max VMFS-3 = 512G
4M Block Size max VMFS-3 = 1024G
8M Block Size max VMFS-3 = 2048G
File size larger than 2048 GB is not supported on VMFS3 filesystem, using VMFS2 you can go
upto 16 M block size but that option is not available on VMFS3 filesystems.To changethe block
size on a VMFS3 filesystem you can use vmkfstools command from command line ro reformat
the parition. The vmkfstools command can be run on ESX server :
#vmkfstools –create vmfs3 –blocksize 2M vmhba1:0:0:2
Extending the C drive Disk Space on Virtual Machine (VMWARE)
December 13, 2010 —
For Extending the C drive disk space on Virtual Machine (VMWARE):
Step – 1
Adding the additional space on harddisk 1.
Step – 2
Shutdown the system.
Step – 3
Mount the .vmdk file on another virtual machine as disk1 (probably it would
be disk 1).
Step – 4
Configure the disk 1 on second system and reboot.
Step – 5
Step – 6
List volumes
Step – 7
Select volume #
Step – 8
type extend
Step – 9
Shutdown the system
Step – 10
Remove the disk
Step – 11
Start the system A again (now you can see the extended disk)

More Related Content

PPT
Installing virtual box and windows server 2008 R2
PDF
How to Create a Windows Server 2008 Virtual Lab Using VirtualBox
DOCX
Virtualbox step by step guide
PDF
VMworld 2013: What's New in VMware Fusion
PDF
Vsp 41 config_max
PDF
setting up v ms
PDF
Oracle 10g Installation
PDF
514412 windows-7-installation-guide-tutorial.html-780931481
Installing virtual box and windows server 2008 R2
How to Create a Windows Server 2008 Virtual Lab Using VirtualBox
Virtualbox step by step guide
VMworld 2013: What's New in VMware Fusion
Vsp 41 config_max
setting up v ms
Oracle 10g Installation
514412 windows-7-installation-guide-tutorial.html-780931481

What's hot (20)

DOCX
rgpv 7th sem for it & cs Cloud computing lab record
PDF
Wos portable help
PDF
How to boot a VM form a Forensic Image
PDF
Virtualbox
DOC
Vmware interview
PDF
Oracle vm-installation
DOCX
2. install os
PDF
Step by Step Installation of Oracle11gR2 on OEL5 and VMware
ODP
ClusterDesktop how-to install on computer with Linux
PDF
Azure vm resizing the os disk
PDF
Running virtual box from the linux command line
PDF
1 installing ubuntu1404-lts_on_virtualbox
TXT
fixed loader
DOCX
Vmware inter
DOCX
system state backup restore
PDF
Vsphere esxi-vcenter-server-55-setup-mscs
PDF
O C S Inventory N G Installation And Administration Guide 1
PDF
Run mac os x on pc
PDF
HPE VM Explorer 6 1 user manual
PDF
Perf best practices_v_sphere5.0
rgpv 7th sem for it & cs Cloud computing lab record
Wos portable help
How to boot a VM form a Forensic Image
Virtualbox
Vmware interview
Oracle vm-installation
2. install os
Step by Step Installation of Oracle11gR2 on OEL5 and VMware
ClusterDesktop how-to install on computer with Linux
Azure vm resizing the os disk
Running virtual box from the linux command line
1 installing ubuntu1404-lts_on_virtualbox
fixed loader
Vmware inter
system state backup restore
Vsphere esxi-vcenter-server-55-setup-mscs
O C S Inventory N G Installation And Administration Guide 1
Run mac os x on pc
HPE VM Explorer 6 1 user manual
Perf best practices_v_sphere5.0
Ad

Viewers also liked (9)

PDF
PDF
Java ppt2
DOC
England vs Argentina
PDF
Elouqent Group Company Brochure
PPTX
4. Silikatne alge
PPTX
Valores éticos y morales del contador publico
PDF
PPTX
Healthy workplaces manage stress
PDF
Mi libro "Estrategia de contenidos", índice y muestra
Java ppt2
England vs Argentina
Elouqent Group Company Brochure
4. Silikatne alge
Valores éticos y morales del contador publico
Healthy workplaces manage stress
Mi libro "Estrategia de contenidos", índice y muestra
Ad

Similar to V mware error (20)

PDF
Vsphere esxi-vcenter-server-601-setup-mscs
ODP
VM201 - IdoSphere
PPT
Tech X Virtualization Tips
PPTX
General-and-complete_Training_Slide_v0.9-TGT.pptx
PPTX
Vmware Data Center Virtualization ESXI and vCenter
PDF
SCVM_Deployment_VMware_ISO.pdf
PDF
SCVM_Deployment_VMware_OVA.pdf
PDF
Vm ware server-tips-tricks
PDF
Vmwareserver tips-tricks-110218231744-phpapp01
PPT
Using Virtualization To Improve Development And Testing
PPT
Addmi 04-va installation
PDF
Vsphere esxi-vcenter-server-55-troubleshooting-guide
PPTX
Virtualization technology "comparison vmware 9 vs virtualbox 4.2"
DOC
Manual 70-410 _Yves
PDF
How to backup and restore a vm using veeam
PPTX
Top Issues For Microsoft Support For Windows Server
PPTX
VMware Virtualization Basics - Part-1.pptx
PDF
Ws90 using
PDF
Ws80 using VMware
PDF
VMware Cookbook A Real World Guide to Effective VMware Use Second Edition Rya...
Vsphere esxi-vcenter-server-601-setup-mscs
VM201 - IdoSphere
Tech X Virtualization Tips
General-and-complete_Training_Slide_v0.9-TGT.pptx
Vmware Data Center Virtualization ESXI and vCenter
SCVM_Deployment_VMware_ISO.pdf
SCVM_Deployment_VMware_OVA.pdf
Vm ware server-tips-tricks
Vmwareserver tips-tricks-110218231744-phpapp01
Using Virtualization To Improve Development And Testing
Addmi 04-va installation
Vsphere esxi-vcenter-server-55-troubleshooting-guide
Virtualization technology "comparison vmware 9 vs virtualbox 4.2"
Manual 70-410 _Yves
How to backup and restore a vm using veeam
Top Issues For Microsoft Support For Windows Server
VMware Virtualization Basics - Part-1.pptx
Ws90 using
Ws80 using VMware
VMware Cookbook A Real World Guide to Effective VMware Use Second Edition Rya...

Recently uploaded (20)

PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Pre independence Education in Inndia.pdf
PDF
Sports Quiz easy sports quiz sports quiz
PPTX
Institutional Correction lecture only . . .
PPTX
Lesson notes of climatology university.
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Computing-Curriculum for Schools in Ghana
PPTX
Cell Structure & Organelles in detailed.
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Basic Mud Logging Guide for educational purpose
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
master seminar digital applications in india
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
TR - Agricultural Crops Production NC III.pdf
PPH.pptx obstetrics and gynecology in nursing
Pre independence Education in Inndia.pdf
Sports Quiz easy sports quiz sports quiz
Institutional Correction lecture only . . .
Lesson notes of climatology university.
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Computing-Curriculum for Schools in Ghana
Cell Structure & Organelles in detailed.
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Microbial disease of the cardiovascular and lymphatic systems
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Basic Mud Logging Guide for educational purpose
O5-L3 Freight Transport Ops (International) V1.pdf
master seminar digital applications in india
O7-L3 Supply Chain Operations - ICLT Program
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx

V mware error

  • 1. VMware Error 0x0000005D March 20, 2015 — When you try to install Windows Operating System, you would come across an error code 0x0000005D. This is purely an issue related to the virtual machine profile. Please validate if you have selected a correct profile. if not please choose the correct profile and restart the installation process. In my case, was trying to deploy Windows 2003 std edition for a legacy application using SCCM 2012. Had no clue with the error code 0x0000005D, though I have set Windows 2003 Std 32 Bit in profile. Later realized that the SCCM is using the latest version and then selected the corresponding 64bit profle like Windows Server 2003 Enterprise x64 Edition – from the drop- down list. Voila it fixed my issue. VM profile is available at below path. VM->Edit Settings->Options->General Options->Version Regards, WintelAdmin VMware P2V or V2V gives error Unable to contact the specified host. November 28, 2014 — When you do a P2V or V2V of Windows 2008 server using VMware Converter you might get the below error: Unable to contact the specified host. The host is not available, there is a network configuration problem, or the management services on the host are not responding. In order to execute the conversion process, it is necessary to open the required ports on the source. This error would be displayed when the required TCP and UDP ports are not open. Hence, the best solution is to disable the firewall to fix the issue. In my case the issue was fixed using the below command. NetSh Advfirewall set allprofiles state off Thanks, WintelAdmin
  • 2. Posted in VMware (ESX / vSphere), Windows(2003/2008/2012). Tags: p2v error, unable to connect the host, v2v error, VMWARE, vmware converter, windows, Windows 2008. No Comments » How to cancel VMware snapshot process? March 28, 2014 — Sometimes, snapshot takes huge time to get completed. We may then require to cancel the task to save time. However, we do not have any option to cancel the task in vsphere. Please follow below steps to cancel the task. 1. Find the ESX hostname on which the virtual machine resides. 2. Establish a SSH session to the ESX host. 3. Execute the command to see all the process. ps | grep vmx 4. Locate the Parent Process ID (the second column) for the hung VM. 5. Execute the command to kill the task kill *parent process ID* to end the process (excluding *). Note: Be very careful, killing different process can harm the ESX. Thanks, WintelAdmin » VMware VCA Certification Voucher Free! November 7, 2013 — Recently VMware announced the new certification track – VMware Certified Associate (VCA). The certification is available for multiple tracks: VCA-Cloud, VCA-WM and VCA-DCV. This certification fits in below the normal VCP exam. Highlights of VCA. 1. Doesn’t need an exam center can be taken online from home/office.
  • 3. 2. Requirement is of common internet browser. 3. Has got free eLearning preparation materials. 4. There are currently three VCA certifications available à VCA-Cloud, VCA-WM and VCA- DCV. 5. It’s officially VMware certified! As an introduction offer VMware is giving you 50% discount on the exam. However, we now have an offer to make it 100% discount using an additional exam voucher “VCA13GKN” (*Valid for very Limited period). Reference and more information visit: VMware Certified Associate Thanks, WintelAdmin How to enable SSH for the ESXi Server? December 28, 2012 — Enabling SSH for the ESXi Shell By default, you cannot access the ESXi Shell using a Secure Shell client. You can enable SSH access from the direct console. To enable SSH access in the direct console 1. At the direct console of the ESXi host, press F2 and provide credentials when prompted. 2. Scroll to Troubleshooting Options, and press Enter. 3. Select Enable SSH and press Enter once. On the left, Enable SSH changes to Disable SSH. On the right, SSH is Disabled changes to SSH is Enabled. 4. Press Esc until you return to the main direct console screen. You can enable remote command execution from the vSphere Client. To enable SSH from the vSphere Client 1. Select the host and click the Configuration tab. 2. Click Security Profile in the Software panel. 3. In the Services section, click Properties. 4. Select SSH and click Options. 5. Change the SSH options. ■ To temporarily start or stop the service, click the Start or Stop button.
  • 4. ■ To enable SSH permanently, click Start and stop with host. The change takes effect the next time you reboot the host. 6. Click OK. After you have enabled SSH, you can use an SSH client to log in to the ESXi Shell and run ESXi Shell commands. Accessing the ESXi Shell with SSH If SSH is enabled on your ESXi host, you can use an SSH client to run commands on that shell. To access the ESXi Shell with SSH 1. Open an SSH client. 2. Specify the IP address or domain name of the ESXi host.Precise directions vary depending on the SSH client you use. See vendor documentation and support. 3. Provide credentials when prompted. Thanks, Winteladmin.com Howto change blocksize (file size limit) on VMFS3 filesystem May 11, 2011 — If you are trying to create a VM with disk drive size larger than 256 you will get this error : File is larger than the maximum size supported by datastore. This happens because by default VMware ESX running VMFS3 uses 1M blocksize with a limitation of 256 GB disk size for the guest virtual machine. However it is possible to change the block size. To changethe block size on a VMFS3 filesystem you can use vmkfstools command from command line ro reformat the parition. The vmkfstools command can be run on ESX server : #vmkfstools –create vmfs3 –blocksize 2M vmhba1:0:0:2 Block size and vmdk size limitation December 21, 2010 — File is larger than the maximum size supported by datastore. This happens because by default VMware ESX running VMFS3 uses 1M blocksize with a limitation of 256 GB disk size for the guest virtual machine. However it is possible to change or rather increase the size of disk drive that you can create for the virtual machine. If you can
  • 5. change block size to 2M on VMFS3 filesystem on your ESX server you can create disk drive upto 512GB size for the virtual machine.VMware Recommends following block size to create large disk drive on virtual machines : 1M Block Size max VMFS-3 = 256G 2M Block Size max VMFS-3 = 512G 4M Block Size max VMFS-3 = 1024G 8M Block Size max VMFS-3 = 2048G File size larger than 2048 GB is not supported on VMFS3 filesystem, using VMFS2 you can go upto 16 M block size but that option is not available on VMFS3 filesystems.To changethe block size on a VMFS3 filesystem you can use vmkfstools command from command line ro reformat the parition. The vmkfstools command can be run on ESX server : #vmkfstools –create vmfs3 –blocksize 2M vmhba1:0:0:2 Extending the C drive Disk Space on Virtual Machine (VMWARE) December 13, 2010 — For Extending the C drive disk space on Virtual Machine (VMWARE): Step – 1 Adding the additional space on harddisk 1. Step – 2 Shutdown the system. Step – 3 Mount the .vmdk file on another virtual machine as disk1 (probably it would be disk 1). Step – 4 Configure the disk 1 on second system and reboot. Step – 5 Step – 6 List volumes
  • 6. Step – 7 Select volume # Step – 8 type extend Step – 9 Shutdown the system Step – 10 Remove the disk Step – 11 Start the system A again (now you can see the extended disk)