May I Know the best way to import the XPO to Cluster AOS for AX 2012 R3
I have AOS1, AOS2 Server which pointing to same DB .
IN order to import the XPO what are the best way to reflect the changes on both AOS server.
Stop one of the AOS servers. Block access to the other one, import the .xpo, compile full X++ and CIL and synchronize database. Then allow access again and start the other AOS. But doing something like this sounds suspicious. XPO files are used for development, not for deployment, and development boxes don't use clustered AOS. You should use models and modelstores for deployment.
Also please look at Deploying Customizations Across Microsoft Dynamics AX 2012 Environments (White paper) [AX 2012].