VMware Communities
norricorp
Enthusiast
Enthusiast
Jump to solution

run VM at specific date for startup.

I have a centos7 VM running under VMWare Player. I have changed the vmx file so that

tools.syncTime = "FALSE"

time.synchronize.continue = "FALSE"

time.synchronize.restore = "FALSE"

time.synchronize.resume.disk = "FALSE"

time.synchronize.shrink = "FALSE"

time.synchronize.tools.startup = "FALSE"

time.synchronize.tools.enable = "FALSE"

time.synchronize.resume.host = "FALSE"

rtc.startTime = "1463290457"

And it works. The VM date at startup is in May 2016.

Several months later, I have created another VM of centos 7 under VMPlayer 12.5.2. Again changed the above and this time it starts with date set to now.

Does anyone have any ideas on how to debug this?

There is nothing in the VMware.log that I can see that is useful. The values in the vmx file are loaded.

Regards,

0 Kudos
1 Solution

Accepted Solutions
norricorp
Enthusiast
Enthusiast
Jump to solution

So I missed switching off time sync'ing in Linux itself ("Automatic date and time"). And I also made sure that the VM had a static IP address which made a difference.

View solution in original post

0 Kudos
1 Reply
norricorp
Enthusiast
Enthusiast
Jump to solution

So I missed switching off time sync'ing in Linux itself ("Automatic date and time"). And I also made sure that the VM had a static IP address which made a difference.

0 Kudos