VMware Cloud Community
MihirP
Enthusiast
Enthusiast
Jump to solution

Rename Local Datastores of ESXi host

Hello,

How to rename local datastores of ESXi 5.0 hosts.

Is that simple; From vSphere Client > Right click local datastore > Rename?

Or host needs to be in maintenance mode, or brought down, something like that?

Thanks,

Mihir

0 Kudos
1 Solution

Accepted Solutions
a_p_
Leadership
Leadership
Jump to solution

The ESXi host internally uses the datastore's UUID rather than it's "user friendly" name.

Example: /vmfs/volumes/3dfd1a21-63969d0d-8d9b-004328272635/<vm-foldername>

Therefore - as mentioned in the other replies - renaming a datstore can be done at any time without any impact on the functionality.

André

View solution in original post

0 Kudos
7 Replies
rcporto
Leadership
Leadership
Jump to solution

Just rename like you described above and don't need to put in maintenance mode.

---

Richardson Porto
Senior Infrastructure Specialist
LinkedIn: http://linkedin.com/in/richardsonporto
0 Kudos
vThinkBeyondVM
VMware Employee
VMware Employee
Jump to solution

. Agree with "Richardson". Yes, I confirm that, you need not to put host into Maintenance mode. Just rename as you specified. It will not have any impact on your datastores/VMs etc


----------------------------------------------------------------
Thanks & Regards
Vikas, VCP70, MCTS on AD, SCJP6.0, VCF, vSphere with Tanzu specialist.
https://vThinkBeyondVM.com/about
-----------------------------------------------------------------
Disclaimer: Any views or opinions expressed here are strictly my own. I am solely responsible for all content published here. Content published here is not read, reviewed or approved in advance by VMware and does not necessarily represent or reflect the views or opinions of VMware.

UmeshAhuja
Commander
Commander
Jump to solution

Hi,

Yes you can rename VMFS or NFS datastore easily with the following steps

You can change the name of an existing datastore.


Procedure:

1 Display the datastores.

2 Right-click the datastore to rename and select Rename.

3 Type a new datastore name.

NOTE : If you use the vCenter Server system to manage your hosts, the new name appears on all hosts that have access to the datastore.

Thanks n Regards
Umesh Ahuja

If your query resolved then please consider awarding points by correct or helpful marking.
a_p_
Leadership
Leadership
Jump to solution

The ESXi host internally uses the datastore's UUID rather than it's "user friendly" name.

Example: /vmfs/volumes/3dfd1a21-63969d0d-8d9b-004328272635/<vm-foldername>

Therefore - as mentioned in the other replies - renaming a datstore can be done at any time without any impact on the functionality.

André

0 Kudos
MihirP
Enthusiast
Enthusiast
Jump to solution

Thanks a lot.

0 Kudos
rcporto
Leadership
Leadership
Jump to solution

You're welcome.

---

Richardson Porto
Senior Infrastructure Specialist
LinkedIn: http://linkedin.com/in/richardsonporto
0 Kudos
Wh33ly
Hot Shot
Hot Shot
Jump to solution

Or use PowerCLI

get-datastore <datastorename> |Set-Datastore -Name <new name>

0 Kudos