Microsoft Cluster or Oracle Fail Safe error
        Posted  
        
            by osdm
        on Server Fault
        
        See other posts from Server Fault
        
            or by osdm
        
        
        
        Published on 2010-02-15T08:10:59Z
        Indexed on 
            2010/04/15
            13:03 UTC
        
        
        Read the original article
        Hit count: 351
        
Trying to get Oracle Database 10g to work on Microsoft cluster (using Oracle Fail Safe, not RAC). Everything installed, but when trying to verify group or add database to group I get following error:
FS-10220: Network name MSK00-NST01-1 maps to IP address 10.1.11.74 in the cluster resource but maps to IP address 10.1.1.74 on the system
MSK00-NST01-1 is cluster name, 10.1.11.74 is first node IP, 10.1.1.74 is second node IP. Oracle documentation says "The cluster and the system must have the same IP address mapping for a network name. Check that either the network name server or the local host file has the same IP address mapping as the cluster."
Where is the error - in Oracle configuration or in cluster configuration? What are possible ways to correct it? Thanks a lot for any ideas.
© Server Fault or respective owner