VxRail: ESXi host management account password is invalid
	 	
			
			Print
 		
	
	
	 Created by: Srinath Ramachandran 
 
	
	Modified on: Mon, 21 Sep, 2020 at 11:50 AM
	
	
	
		Summary: This KB article describes how to deal with VXR238015.
Article Content
| Issue | 
 VxRail Manager cannot access ESXi host with the recorded management account information.
 
 Error VXR238015
 | 
| Cause | The management account password recorded in VxRail Manager for ESXi host is invalid. | 
| Resolution | If the new password is known, refer to step 8 to update the new host password to VxRail Manager. Otherwise, reset the host management password from the disconnected host using steps 2 - 7.Go to the disconnected host's ESXi via http://<disconnected-host-ip-or-hostname>/Log in with the root username and password.Click on Manage on the left top panel.On the right panel, select Security & users tab > Users on the left.Find the management account and select the Edit user tool on the tool bar.A popup window appears to enter the Password and Confirm password fields to create a new password. Enter the information and click Save.Update the new host password with VxRail Manager via RESTful api:   
 curl -XPOST https://<VxM IP>/rest/vxm/v1/system/update-credential -d '{[\{\
 "component": "esxi",\
 "hostname": "<disconnected host name>",\
 "username": "<the management username>",\
 "password": "<the new password>"\
 }\
 ]}'
 | 
	
		
		   Srinath is the author of this solution article. 
										Did you find it helpful?
								Yes
								No
Send feedback	Sorry we couldn't be helpful. Help us improve this article with your feedback.