Clustering

CarolinaXE

Member
We are in the process of implementing OneWorld ERP 8.0 on clustered W2K servers. Production environment and SQL2000 database will reside on cluster. Test server will contain Development and CRP environments. Having some issues with server package builds to the cluster. Won't construct the folder structure and appears it's trying to communicate with the database server vs logic. Deployment server is not attached to SAN. Does anyone have a datasource map for the deployment server in this type of installation? All help is greatly appreciated. Thanks

Dan Payton
 
CarolinaXE,

I feel your pain trying to set up a Windows 2000, SQL 2000 Cluster for your enterprise server. It is a bit confusing to do. Hope this helps.

Assumptions:

Physical Server 1: SV1
Physical Server 2: SV2
MS Cluster Alias name: CLSTR
MS SQL Alias name: SQLCLSTR
(no, they can’t be the same name, that’s a Microsoft limitation)

Datasource Mapping (Logical Datasources) Screen:

Datasource Name: CLSTR
ServerName: CLSTR
Database Name: SQLCLSTR – B7333 Server Map

JDE applications refer to the MS Cluster Alias, IE: CLSTR
Database references (ODBCs) refer to the SQL Alias name, IE: SQLCLSTR

Database Datasources Screen:

Machine Name: SQLCLSTR
Datasource: CLSTR – B7333 Server Map

Work with Datasources Screen:

Datasource Name: Business Data – Prod
Server Name: SQLCLSTR
Database name: Business Data - Prod
 
This helps a lot! It's been a very confusing process to get everything set up correctly.

Thanks for the help.
 
Back
Top