I'm practicing back-up/restore and I'm doing something wrong...
Documents I've read say to:
- Shutdown the server
- Backup the DB (in this case mysql)
- Tar the file store the input/out servers use.
- Shutdown target server
- restore DB backup
- copy tarred files to the correct spot
- restart servers
So I've done this. I have BO running in a "production" environment (not yet live). I tried to back up production and move it to development. Production and development are on different servers and listen to different domains.
The first thing I noticed after restoring the back-up on the development server: I saw duplicated servers on the servers tab (one for production and one for development). The development entries were all disabled, and the production entries were all stopped.
I deleted on the production servers and restarted the services (using the CMC). Now, in my development server, I see the correct server names and they all show as green. At this point, I can log in to adminlaunch, and desktoplaunch. I can browse and see all my users and reports. However, I can no longer upload RPT files to the development server. I tried via web upload, and from within Crystal Reports) and I keep getting this error:
Unable to connect to service FileStoreV2 from server Input.yaris.fileserver via CMS YARIS.MYDOMAIN.COM
When I look at server status through the CMC, all is green. When I look at sever status with ccm.sh, everything appears to be up as well:
Creating session manager... Logging onto CMS... Creating infostore... Sending query to get all server objects on the local machine... Checking server status... yaris.cms.aps is enabled. yaris.mydomain.com.search.Search Engine is enabled. Input.yaris.fileserver is enabled. yaris.ras.rptappserver is enabled. Output.yaris.fileserver is enabled. yaris.cacheserver.cacheserver is enabled. yaris.Desktop_IntelligenceJobServer.jobserver is enabled. yaris.destjobserver.jobserver is enabled. yaris.pageserver.pageserver is enabled. yaris.ListOfValuesJobServer.jobserver is enabled. yaris.programjobserver.jobserver is enabled. yaris.Web_IntelligenceJobServer.jobserver is enabled. yaris.eventserver.eventserver is enabled. yaris.reportjobserver.jobserver is enabled. yaris.Web_IntelligenceReportServer.webiserver is enabled. yaris.ConnectionServer.CsContainer is enabled. yaris.dashboardengine.dashboardEngine is enabled. yaris.miningengine.miningEngine is enabled. yaris.portfolioengine.portfolioEngine is enabled. yaris.Desktop_IntelligenceCacheServer.dpscacheFullClient is enabled. yaris.profileengine.iProfiler is enabled. yaris.rulesengine.rulesEngine is enabled. yaris.queryengine.queryManager is enabled. yaris.spcengine.spcEngine is enabled. yaris.probeengine.probeEngine is enabled. yaris.repomgt.repomgt is enabled. yaris.Desktop_IntelligenceReportServer.dpsprocFullClient is enabled.
I also see new core dumps!
Anything obvious I've done wrong?