Is there any way to migrate ArcGIS Server with services, cache etc. from Windows to Linux ?
There is no out of the box way to migrate from Windows to Linux. If you have the original MXD's or SD files, you can loop through them with Python and the arcpy module to republish them. You can also loop through your arcgisinput folder to find the MXD's to republish. You'll need to republish manually or via scripting.
I see. Thank you for answer
hello Andriy Galayda at london city hall we are also preparing to migrate arcgis server from windows to linux via arcpy on mxd files; are you able to share any useful findings about your work to change platform? when we start, we could add our findings here too.