- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus VM Essentials
- >
- Finding the folder save log for action clone or mi...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 08:17 PM - last edited on 07-22-2025 09:32 PM by support_s
07-14-2025 08:17 PM - last edited on 07-22-2025 09:32 PM by support_s
Finding the folder save log for action clone or migrate server
I need to convert server between two hosts on Vcenter, i have been connnected them to vcenter with different folder.
After shutdown server, i proceeding setup clone (migrate) server, but i awlays recevice the notify "connot connect to host" Tasks function in tabs Monitor. This notify not show detail why it's cannot connect to host.
I hope I will get everyone's help with some of the following questions.
1. Where should I look for detailed log information?
2. I searched the following path /var/log/vmware but I couldn't find any details about why I got this log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 01:34 AM
07-23-2025 01:34 AM
Re: Finding the folder save log for action clone or migrate server
You tag "SimpliVity".
Is ths a question about Simplivity Vmware, Simplivity VME, or VME in general?
You post this question in the VME forum, so I am a little bit confused.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Tuesday
Re: Finding the folder save log for action clone or migrate server
Acccording to standard VMware vSphere environments, specifically vCenter Server and ESXi hosts, this error "Cannot connect to host" might be because of DNS or IP conflicts, vCenter permissions, host compatibility and also need to check network reachability.
vCenter and ESXi log different parts of the process, so depending on where the failure occurs, you’ll want to check both:
vCenter Server Logs: These are useful if the issue is related to vCenter orchestration or permissions. You may look for:
vpxd.log – Main vCenter service log
vpxd-profiler.log – Performance and task profiling
vpxd-alert.log – Alerts and warnings
For eg:
grep -i "clone" /var/log/vmware/vpxd/vpxd.log
or
grep -i "migrate" /var/log/vmware/vpxd/vpxd.log
ESXi Host Logs: If the error is happening during host-to-host communication, you may look for:
vmkernel.log – VM operations, storage, and networking
Location: /var/log/vmkernel.log
hostd.log – Host management service
Location: /var/log/hostd.log
vpxa.log – vCenter agent on ESXi
Location: /var/log/vpxa.log
You may not find any details in /var/log/vmware because the specific logs you're looking for might be located in subdirectories as mentioned above or logs may not be configured to be generated at that location. To fix this, you should specify a more precise path for the log file mentioned above or increase the logging level for vCenter Server.
Hope this helps.
Regards,
Sanika.
If you feel this was helpful, please click the KUDOS thumb below. Also consider marking this as an "Accepted Solution", if the post has helped to solve your issue.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
