D2 4.5 in AWS Cloud
Xyril1993
Member
Is anyone currently using D2 4.5 hosting in AWS Cloud? Do you experience performance issue after migrating?
Thank you in advance!
Thank you in advance!
Tagged:
0
Comments
-
That makes more sense now. Think about how route that the request/response has to take:
1) Browser makes request for file to App Server (Azure)
2) App Server pass requests to Content Server (Azure)
3) CS retrieves content from local file store - this probably takes the longest to send file back to Azure
4) CS sends file to App Server
5) App Server sends file back to browser
You should always put the content store closest to the CS for optimal performance. We initially tried storing content in S3 bucket (vs local storage on EC2 instances) and it wasn't performant as well. Supposedly, they improved this with latest release, but we're fine with existing storage in AWS.
0 -
So everything in D2 is configuration based and that configuration is stored in repository. I believe some of the configuration information is actually stored as xml config files in the repository (vs database tables), so the performance of D2 would definitely be impacted by this if app server had to download xml config file from your local file store and read it before display app configuration to the users.
AWS s3 bucket is AWS object level storage that anyone (or application) can use to store files in the cloud with high reliability. S3 bucket is entirely different from "mounted drive" that is attached to EC2 instance. Storage gateway is how your EC2 instance is accessing file store in your local network. Have you tried enabling local cache on your storage gateway? This might help if the D2 user xml config files do not change often.
0 -
Initially, the environment are all on-prem until we migrated to Cloud, except the storage where the filestore is located, so that server of the storage is the one that's still on-prem.
That's I am not exactly sure how they're connected. The dm_location and dm_server_config path are all configured to be stored in that NAS.0 -
Recommend what? As my initial reply indicated, we have since moved everything (servers, content store, etc) to AWS and have not had any performance issues. If you are concerned about time it would take to move content to AWS, you can always order a AWS Snowball. This is how we move 5 TBs of data from our data center to AWS data center.0
-
Per you statement above about bad performance of D2 independent of file retrieval, I gave some options to check on how to potentially cache some of the D2 user config. Since you dont know how you are connecting file store to Content Server, I don't have any other recommendations.
0
Categories
- All Categories
- 122 Developer Announcements
- 53 Articles
- 149 General Questions
- 148 Thrust Services
- 56 OpenText Hackathon
- 35 Developer Tools
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 917 Cloud Fax and Notifications
- 84 Digital Asset Management
- 9.4K Documentum
- 31 eDOCS
- 181 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 8 XM Fax
- Follow Categories