Last night we deployed a new set of Sharepoint features to a load balanced environment. For some reason the new features are on 1 box but are not showing in the sharepoint sites on the others.
We have 4 servers and we deployed to them by pulling 1 server out of rotation, stopping the app pool and deploying our new code and the new features. Then we would fire it back up and add it to the rotation. For the remaining servers we would only remove the server from rotation, stop the app pool, and deploy the code, NOT the features, then fire it back up and add it to the rotation.
Any thoughts on why the features are not showing up on the other servers? Also, any thoughts on forcing the features to show up?
Thanks in advance.
If you are not using a solution package you have to do everything manually that building a WSP file and using stsadm to deploy does. Aside from the myriad of things that could go wrong manually, I suspect that you did not copy the features into the template\features folders on the other servers 12 hive.
From an admin perspective there is no way I would let a developer deploy code to a production server like this.
All of these issues are avoided using a solution file.