Admins-Tipps.net - Tipps und Tricks rund um die EDV

Translate this page with Google
Traduire ce site avec Google

Software > Novell > Netware Cluster > Druckansicht
Menü:

Suche:
Google
gesamtes Web
Admins-Tipps.net



Links und Partner:

letzte Änderung am:
02.11.2004


Novell Netware Cluster Services

Meine Tipps und Tricks zu den Novell-Netware Cluster Services 1.01 auf Novell Netware 5.1:

Wenn Euch der eine oder andere Link oder Tipp weiterhelfen kann, freut mich das.

Tipps zu Soft- und Hardware sendet bitte per
Wenn Ihr dies wünscht, wird der Tipp mit Eurem Namen und einem Link zu eurer Webseite veröffentlicht.


Literatur-Tipps

 cover

Novell's Guide to Storage Area Networks and Netware Cluster Services
Das erste Buch über Novells Cluster-Technologie. Das Buch ist modular aufgebaut, und gibt einen Blick auf das Design, Features, Funktionen, Implementation und Troubleshooting von SANs mit Novell-Cluster-Lösungen.  Auch gemischte SAN-Umgebungen mit Novell und W2K werden behandelt.

  • Novell NetWare Cluster Services auf HP Netservern - hier gibt es die Informationen von HP zu diesem Thema. (Beispielkonfigurationen, zertifizerte Geräte und mehr…)

TIDs und Tipps

  • Eine Anleitung fürs Setup eines DHCP-Servers mit fail-over auf dem Cluster gibt es in TID 10051521
     
  • NetWare Cluster Services 1.01 Support Pack 3   (TID 2961562) Alle Infos zum SP3 des Novell Clusters
  • The Gory details of Heartbeats, Split Brains and Poison Pills (TID 10053882)
     
  • Rules For Operating a NetWare Cluster Services SAN before NWCS 1.01 SP2 (TID 10057924) Die Regeln für den Betrieb eines Clusterservers vor SP2
     
  • How to update a new cluster node to CS1SP2 (TID 10064205)
     
  • How do I change the IP addresses of an existing cluster? (TID 10058744)
     
  • Bindery-Connections zu Clustervolumes sind möglich mit "The Cluster Virtual Server Bindery (CVSBIND) utility". Installation siehe TID 2957434 
     

DNS-Server Clustern

Das DNS-System der Namensauflösung im IP-Netzwerk ist eigentlich von Hause aus fehlertolerant angelegt. Neben einem Primary sollten immer mehrere Secondary-DNS-Server existieren, die die DNS-Resourcen einer Domain hosten.

Die Clients sollten so konfiguriert sein, das mindestens 2 verschiedene DNS-Server eingetragen sind. So ist bei Ausfall eines DNS-Servers die Namensauflösung über den 2. möglich.

Einzige Ausnahme bildet der Primary-Server einer DNS-Zone. Er ist derjenige, auf dem Änderungen an den DNS-Records einer Domain eingepflegt werden. Soll der Primary-DNS-Server auf einem Novell-Cluster installiert werden, ist wie folgt vorzugehen: (ohne Änderung übernommen aus einem Technical Training Dokument zu Novells Cluster Service)

  • Cluster Enabling DNS

    DNS has its own built in fault tolerance and failover. Unlike DHCP where only 1 server can handle the DHCP requests, DNS can have multiple servers handling requests and the servers and workstations can be configured so that different DNS servers reply to the request, thus providing fault tolerance.

    However, in DNS there can exist only 1 primary DNS server. This primary DNS server is responsible for the authoritative database of host names and IP address information for the entire domain. This Primary DNS server can be configured in Cluster Services to provide fault tolerance.
     
  • Prerequisites:

    All the nodes that will host the DNS server (NAMED.NLM) must have DNS/DHCP installed Perform the following steps:
     
    • Creating a virtual NCP server as the host
      • Create a pool DNSPOOL (100 Mb).
      • Create a volume DNSVOL.
      • Cluster Enable DNSVOL and change the Virtual NCP SERVER name to DNSSERVER and assign an IP address of 10.1.1.50 for the resource.

        Note1: It is important to rename the virtual server and get rid of the “_” character and some DNS servers do not understand this character.

        Note2: This resource will be used as a dummy resource and the NAMED.NLM will be launched from the load script. The resource provides the DNS server host and the IP Address for the DNS server.
         
      • Online the Resource.
    • Configure the DNS Server
      • Start the Browser and using NetWare Web Manager (https://10.1.1.10:2200), select the iManager for node NCS1 and login to the iManger.
      • Expand the DNS Management on the left pane by clicking on the “+”
      • Click on the “DNS Server management”
      • Select Create Server and click OK.
      • Using the magnifying glass browse to DNSSERVER object and select this as the NCP server.
      • Enter DNSSERVER as the host name and EDU.NOVELL.COM as the domain name and click Create
      • Confirm the creation of the DNS server object (DNS_DNSSERVER) and click OK.
    • Create a new Zone
      • Click on the “Zone Management”
      • Select Create zone and click OK
      • Select and Supply the following information
        • Create New Zone
        • Context=NCS
        • Zone Domain name = Edu.Novell.COM
        • Zone type = Primary
        • Assigned Authoritative Zone Server = DNS_DNSSERVER.NCS
      • Click Create and confirm creation by clicking OK
    • Create an IN-ADDR-ARPA zone
      • Click on the “Zone Management”
      • Select Create zone and click OK
      • Select and Supply the following information
        • Zone type = Create IN-ADDR ARPA
        • Context=NCS
        • Zone Domain Name=10.1.1.0
        • Zone type=Primary
        • Assigned Authoritative Zone Server = DNS_DNSSERVER.NCS
    • Create Resource Record
      • Click on “Resource Record Management”
      • Select Create Resource Record and click OK
      • Using the drop down select Edu.Novell.COM as the domain name and click Create
      • On the subsequent screen, enter DNSSERVER as the Specified Host Name
      • Enter 10.1.1.50 as the IP address and click Create
      • Confirm the creation by clicking OK
      • Click Done
    • Modify the server object attributes

      Using ConsoleOne, add the following attribute to each physical server object

      • Right click the Server object, NCS1 and select properties
      • Select the “other” tab
      • Click Add
      • Select DNIP:DNS Server Reference attribute and click OK
      • Using the browse icon, browse and select the DNS_DNSSERVER object. Click OK
      • Click Apply and then OK
      • Repeat steps 1 to 6 for node NCS2.
    • Update the cluster volume resource to load and unload NAMED.NLM
      • Add NAMED at the end of the load script
      • Add UNLOAD NAMED as the top of the unload script
      • Offline the resource and online it again
    • Test the DNS server
      • Configure the workstation so that it DNS IP address points to the 10.1.1.50.
      • Ping the DNS server
      • PING DNSSERVER.EDU.NOVELL.COM and make sure it resolves to IP address 10.1.1.50
      •  Migrate the resource and test again
         

Links

  • NOVELL Support & Downloads 
    Die Startseite zum Online-Supportzentrum von Novell
     
  • Novell Knowledgebase  Suchen in der Knowledgebase und den Handbüchern von Novellprodukten.
     
  • Die Minimum Patch List für alle Novell Produkte. Sehr empfehlenswert hier öfter vorbeizusehen. Ein aktueller Support Pack behebt so manches Problem!
     
  • Die Novell-Download Seite. Hier gibt es alle aktuellen Clientversionen und Tools. u.a. die aktuelle Console One mit den benötigten SnapIns
     

Admins-Tipps.net - Tipps und Tricks rund um die EDV &
Hosting-Tipps.net - Der Preis-Leistungs-Vergleich der Webhoster
sind Projekte von Stefan Mrosek
(c) 2004

Open Directory Project at dmoz.org