SlideShare a Scribd company logo
Migrating Novell                                    ®



GroupWise to Linux                   ®




Robin Redgrave                           Tim Heywood
Collaboration Technical Specialist       CTO, NDS8
rredgrave@novell.com                     tim.heywood@nds8.co.uk
Agenda

    •   Preparing to migrate
    •   Manual Migration vs. Wizard Migration
    •   Domain Migration
    •   Post Office Migration
    •   What’s going on behind the scenes
    •   Troubleshooting
    •   Question and Answer




2   © Novell, Inc. All rights reserved.
Planning the Migration

    •   Health Check first

    •   Contents check on all post Offices

         –   Resolve all problems and errors




3   © Novell, Inc. All rights reserved.
Planning the Migration

    •   Planning

         –   Is hardware being replaced?


         –   New hosts virtualised?




4   © Novell, Inc. All rights reserved.
Special Considerations

    •   Case sensitivity

         –   On Linux, Novell GroupWise , will expect all lowercase
                                              ®    ®



             filenames

    •   Management
         –   You need to decide how to access your GW domain
              >   ConsoleOne on the Linux server
                                          ®




              >   ConsoleOne on Windows workstation




5   © Novell, Inc. All rights reserved.
The Migration
Manual Migration vs. Wizard

    •   Manual Migration is “easy” - if you understand
        Linux

    •   Wizard is more “hidden”
         –   More things to “go wrong”

         –   Much easier if you aren't that comfortable with Linux




7   © Novell, Inc. All rights reserved.
Manual Migration

    •   Install the Agents on the Linux Server

    •   Copy Novell GroupWise data to Linux Server
                                          ®            ®




    •   Configure the Agents

    •   Load the Agents


                                              Sounds simple huh?



8   © Novell, Inc. All rights reserved.
Wizard Migration

    •   Run the Wizard




                                      Sounds even more simple




9   © Novell, Inc. All rights reserved.
Manual Migration vs. Wizard

     •   If it's that simple why don't we just use the wizard?

          –   Path...
          –   There is no control over the destination
          –   Log File locations
          –   Clustering




10   © Novell, Inc. All rights reserved.
Manual Migration
Prerequisites

     •   A Linux Server
     •   NCPFS on Linux Server *
          –   This allows you to mount a drive to a NetWare Server
                                                          ®




     •   SMBFS on Linux Server * (usually there by default)
          –   This allows you to mount a drive to a Windows Server

     •   Adequate Disk Space for Migration
     •   Novell GroupWise Linux software
                         ®                     ®




     •   ConsoleOne and snapins on Linux server
                                           ®




     * Depending on what you are migrating from
12   © Novell, Inc. All rights reserved.
Which File System

     •   Recommended Choices
          – NSS

          – EXT3

          – Reiser

          – EXT3                with H-Tree?
               >   Currently avoid
          – XFS

               >   Currently avoid



13   © Novell, Inc. All rights reserved.
Which Linux?

     •   Open Enterprise Server
          –   Manageability
               >   Integrated with Novell eDirectory
                                               ®
                                                       ™




               >   Novell client / NCP access to all file systems
                                           ™




               >   Linux User Management
               >   Novell Remote Manager

          –   Novell Cluster Services              ™




     •   SUSE Linux Enterprise Server
                         ®




          –   One free server license with Novell GroupWise purchase*
                                                                    ®




     * - “Or as many as your Novell GroupWise system Requires”
14   © Novell, Inc. All rights reserved.
Data Preparation

     Belt, Braces and Binder Twine!

     Run a change case utility to make all files
     lower case before you start

     http://www.febooti.com/




15   © Novell, Inc. All rights reserved.
Server Configuration

     •   Install SUSE Linux Enterprise Server and
                                           ®



         partition disk
          –   Partitioning scheme
               >   boot – ext3 – 5GB+
               >   swap 2GB
               >   /var – 10 GB
               >   /srv GroupWise data partition
                                               ®




                     »   dbcopy, 3 times post office size
                     »   tsafsgw, 2 times post office size
               >   /srv/backup or /srv/restore partition is an option
          –   Logical vs. primary
               >   Only four primary partition permitted (primary or extended)
                     »   Multiple extended partitions?
                     »   LVM or EVMS?
16   © Novell, Inc. All rights reserved.
Accessing File Systems

     •   Use NCP to access domains on NetWare servers or
                                                   ®



         OES2 Linux servers

     •   Use SMB/CIFS to access domains on SUSE Linux  ®



         Enterprise Server or Windows servers

     •   Using NFS will result in File Lock (820E) errors
          –   (or is that OK?)




17   © Novell, Inc. All rights reserved.
Moving Your Post Office

     •   Phase One
          –   Install agent software on your Linux server for all objects you plan
              to migrate
               >   Agents
               >   GWIA
               >   WebAccess Agent
               >   WebAccess Application
          –   Make sure ngwguard.db is lower case before running
          –   Mount a drive to your NetWare server  ®




               >   ncpmount -S server -A 123.123.123.123 -U userid -P password /mnt/netware/server



     •   NCPFS is slow


18   © Novell, Inc. All rights reserved.
Moving Your Post Office

     •   Use DBCopy
          –   Run dbcopy to make first pass copy of the post office
               >   dbcopy –p –m –f –k <source> <destination>


               >   –p       Post Office Migration
               >   –m       This is a migration – storelowercase and case conversion
               >   -f       First pass of a migration
               >   -k       do not calculate database sizes etc.


          –   The first pass copy can be run days prior to the final copy, or
              immediately preceding




19   © Novell, Inc. All rights reserved.
Configuring Post Office

     •   Configuring Agent

          –   Creates POA startup file
          –   Configures gwha.conf

     •   Start POA on Linux server for testing
          –   /opt/novell/groupwise/agents/bin/gwpoa @startup.poa –show


     •   Watch via the “-show” window
     •   Connect to test – specify the IP address

     •   Shut down this POA
20   © Novell, Inc. All rights reserved.
Post Office Migration – Phase Two

     •   Stop the source Post Office Agent

     •   Edit Post Office configuration
          –   Post Office UNC path (do this first)

          –   POA IP address

          –   POA Platform

          –   Ports (if needed)

          –   Log file path

          –   SSL cert/key file paths

          –   Remote Library Storage area path

          –   LDAP server Trusted Root certificate for LDAP authentication
21   © Novell, Inc. All rights reserved.
Post Office Configuration– Phase Two


     •   Rebuild the PO

          – Rebuild                   to c:temp
          – Rename                         the old wphost.db
          – Copy               the new wphost.db




22   © Novell, Inc. All rights reserved.
Migrating Post Office – Phase Two

     •   Use DBCopy
          –   Run dbcopy to make the second pass copy of the post office
               >   dbcopy –p –m –s –k <source> <destination>


               >   –p       Post Office Migration
               >   –m       This is a migration – storelowercase and case conversion
               >   –s       Second pass of a migration
               >   –k       Still do not calculate database sizes etc.


     •   DO NOT USE                –l or -o switches!




23   © Novell, Inc. All rights reserved.
Remote Library Storage Area

     •   May need to manually copy remote library storage
         area to Linux server

     •   Modify storage path in ConsoleOne ®




     •   Do this before starting the POA




24   © Novell, Inc. All rights reserved.
Post Office Migration

     •   Start the POA on the Linux server, verify that you
         can log in and send mail in and out of the GWIA
          –   and to another post office on another server




25   © Novell, Inc. All rights reserved.
Migrating Domains and Gateways
Domain Migration

     •   Gateways – Kill or Keep?
          –   If you have other Gateways running GWIA etc

               >   Kill – Cleaner in the new environment
          –   No other Gateways
               >   Kill – Create temporary gateways
          –   If you really insist – yes it will work


                              YMMV


27   © Novell, Inc. All rights reserved.
Domain Migration

     •   The Domain does not require a two step migration
         process, because it is typically a “fast” process
          –   Clean out queues from “old” and invalid information

          –   Clean out “problem” and “log” directories

          –   Stop the GWIA

          –   Stop the GWINTER

          –   Stop any other gateways

          –   Delete the Gateways (save the gwac.db first)

          –   Stop the MTA
28   © Novell, Inc. All rights reserved.
Migrating the Domain

     •   Mount your source server

     •   Run dbcopy –d –m <source> <destination>

               –d           domain copy
               –m          migration




29   © Novell, Inc. All rights reserved.
Domain Migration

     •   In ConsoleOne , change the IP     ®



         addresses and paths for all migrated
         objects (including gateways)

     •   Verify the link configuration for the
         migrated domain




30   © Novell, Inc. All rights reserved.
Domain Migration

     •   Edit domain configuration
          –   Domain UNC path
          –   MTA IP address
          –   MTA Platform
          –   Ports (if needed)
          –   Log file path
          –   Message log path (if enabled)
          –   SSL cert/key file paths
          –   Run the Agent Configuration module from the Linux
              Install application

31   © Novell, Inc. All rights reserved.
If you MUST migrate Gateways
Gateways – GWIA

     •   Edit GWIA settings in ConsoleOne                              ®




          –   Change Platform to Linux
          –   Modify NetWork Address settings
               >   Bind Exclusively to TCP/IP Address
                     »   Allows coexistence with Postfix (Watch out for SLES10 SP3)

          –   Modify /dhome path (if not in current gwia.cfg)
          –   Modify Log path
          –   Modify SSL path
               >   May need to create new certificates for new server

     •   Change MX record to point to new DNS name
     •   Run the GWIA configuration module in the Linux
         installation program
33   © Novell, Inc. All rights reserved.
Gateways – WebAccess

     •   If running remote, edit starup file to point to new UNC
         for the new domain location

     •   Configure the WebAccess Agent with the
         Installation software

     •   Install and Configure WebAccess application on
         Linux Server
          –   If application is on another server, copy commgr.cfg to
              application directory to use new agent IP address




34   © Novell, Inc. All rights reserved.
Domain Migration


                                                 Start the MTA



                                            Start the Internet Agent



                                           Start the WebAccess Agent



35   © Novell, Inc. All rights reserved.
Verify Your Migration


                   Verify that all portions of your migration have
                                    been successful




36   © Novell, Inc. All rights reserved.
The Novell Migration Wizard
          ®
Prerequisites – NetWare               ®




38   © Novell, Inc. All rights reserved.
Prerequisites – Windows




39   © Novell, Inc. All rights reserved.
Source Server




40   © Novell, Inc. All rights reserved.
Destination Server




41   © Novell, Inc. All rights reserved.
Software Location




42   © Novell, Inc. All rights reserved.
Select Component to Migrate




43   © Novell, Inc. All rights reserved.
Auto Detect /Add Post Office




           – Looks in SYS:SYSTEM for GRPWISE.NCF and agent
             startup files
           – Add Post Office to configure manually

           – Destination path is cosmetic


44   © Novell, Inc. All rights reserved.
Post Office Migration – Phase One




45   © Novell, Inc. All rights reserved.
Behind the Scenes – Phase One

     •   Creates directory structure on Linux server
     •   Copies and installs RPM’s to Linux server
     •   Mounts source server
          –   NCP mount to Netware         ®




          –   Samba mount to Windows
     •   Runs dbcopy –a 127.0.0.1 –p –m –f –k –u 5001
          –   -a sends status update to update utility
          –   -p designates a post office copy
          –   -m to migrate to lower case
          –   -f first pass (phase one copy)
          –   -k don’t compute size before copy
          –   -u port for –a parameter
46   © Novell, Inc. All rights reserved.
Behind the Scenes – Phase One

     •   Creates POA startup file

     •   Configures gwha.conf

     •   Starts POA on Linux server for testing

     •   Removes RPM files (if selected)

     •   Shuts down POA




47   © Novell, Inc. All rights reserved.
Post Office Migration – Phase One




48   © Novell, Inc. All rights reserved.
Post Office Configuration




49   © Novell, Inc. All rights reserved.
Post Migration Configuration

     •   Edit Post Office configuration
          –   Post Office UNC path (do this first)
          –   POA IP address
          –   POA Platform
          –   Ports (if needed)
          –   Log file path
          –   SSL cert/key file paths
          –   Remote Library Storage area path
          –   LDAP server Trusted Root certificate for LDAP authentication

50   © Novell, Inc. All rights reserved.
Post Office Migration – Phase Two




51   © Novell, Inc. All rights reserved.
Behind the Scenes – Phase Two

     •   Mounts source server
     •   dbcopy –a 127.0.0.1 –m –s –i <date> –u 5001
          –   -a sends status update to update utility
          –   -m to migrate to lower case
          –   -s second pass (phase two copy)
               >   -i incremental copy based on date

          –   -u port for –a parameter
     •   dbcopy executes gwcheck call for /storelowercase
         option
          –   When –s option is used

52   © Novell, Inc. All rights reserved.
Behind the Scenes – Phase Two

     •   Migration utility ships with own version of dbcopy

          –   Optimized for performance

     •   Removes temp files

     •   Dismounts source server




53   © Novell, Inc. All rights reserved.
Remote Library Storage Area

     •   May need to manually copy remote library storage
         area to Linux server

     •   Modify storage path in ConsoleOne ®




54   © Novell, Inc. All rights reserved.
Post Office Migration




55   © Novell, Inc. All rights reserved.
Domain Migration




56   © Novell, Inc. All rights reserved.
Add Domain




57   © Novell, Inc. All rights reserved.
Add Agent – GWIA




58   © Novell, Inc. All rights reserved.
Add Agent – GWIA




59   © Novell, Inc. All rights reserved.
Behind the Scenes – Domain

     •   One pass only
     •   Creates directory structure on Linux server
     •   Copies and installs RPM’s to Linux server
          –   Includes GWIA and GWINTER, but not
              WebAccess application
     •   Mounts source server
     •   Runs dbcopy –a 127.0.0.1 –d –m –k –u 5001
          –   -a sends status update to utility
          –   -d designates a domain copy
          –   -m to migrate to lower case
          –   -k don’t compute size before copy
          –   -u port for –a parameter
60   © Novell, Inc. All rights reserved.
Domain Migration




61   © Novell, Inc. All rights reserved.
Domain Migration

     •   Edit domain configuration
          –   Domain UNC path
          –   MTA IP address
          –   MTA Platform
          –   Ports (if needed)
          –   Log file path
          –   Message log path (if enabled)
          –   SSL cert/key file paths



62   © Novell, Inc. All rights reserved.
Gateways – GWIA

     •   Edit GWIA settings in ConsoleOne                       ®




          –   Change Platform to Linux
          –   Modify NetWork Address settings
               >   Bind Exclusively to TCP/IP Address
                     »   Allows coexistence with Postfix

          –   Modify /dhome path (if not in current gwia.cfg)
          –   Modify Log path
          –   Modify SSL path
               >   May need to create new certificates for new server

     •   Change MX record to point to new DNS name

63   © Novell, Inc. All rights reserved.
Domain Migration




64   © Novell, Inc. All rights reserved.
Post Migration Tips

     •   Verify outbound MTP IP address for Post Offices after
         domain migration (use HTTP Console)
     •   Start/Stop agents without UI
          –   /etc/init.d/grpwise start <agentname>
               >   Or rcgrpwise start <agentname>
          –   /etc/init.d/grpwise stop <agent>
          –   /etc/init.d/grpwise status
     •   Start agents with UI
          –   /opt/novell/groupwise/agents/bin/gwpoa –show @startup.poa




65   © Novell, Inc. All rights reserved.
Troubleshooting

     •   Utility log file
          –   gwsvrmig_MM-DD-YYYY.log
               >   In gwsvrmig directory or temp directory
          –   Check log for errors
     •   dbcopy log file
               >   <po>/<date>gwbk.001

     •   ssh
          –   Firewall issues – enable ssh port 22
     •   nfsmount/Samba mounts
          –   Verify reads/writes to mounted file systems


66   © Novell, Inc. All rights reserved.
Migrating Novell GroupWise to Linux
Unpublished Work of Novell, Inc. All Rights Reserved.
This work is an unpublished work and contains confidential, proprietary, and trade secret information of Novell, Inc.
Access to this work is restricted to Novell employees who have a need to know to perform tasks within the scope
of their assignments. No part of this work may be practiced, performed, copied, distributed, revised, modified,
translated, abridged, condensed, expanded, collected, or adapted without the prior written consent of Novell, Inc.
Any use or exploitation of this work without authorization could subject the perpetrator to criminal and civil liability.


General Disclaimer
This document is not to be construed as a promise by any participating company to develop, deliver, or market a
product. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in
making purchasing decisions. Novell, Inc. makes no representations or warranties with respect to the contents
of this document, and specifically disclaims any express or implied warranties of merchantability or fitness for any
particular purpose. The development, release, and timing of features or functionality described for Novell products
remains at the sole discretion of Novell. Further, Novell, Inc. reserves the right to revise this document and to
make changes to its content, at any time, without obligation to notify any person or entity of such revisions or
changes. All Novell marks referenced in this presentation are trademarks or registered trademarks of Novell, Inc.
in the United States and other countries. All third-party trademarks are the property of their respective owners.

More Related Content

PDF
Private cloud virtual reality to reality a partner story daniel mar_technicom
PDF
What's LUM Got To Do with It: Deployment Considerations for Linux User Manage...
PDF
XS Boston 2008 Memory Overcommit
PPTX
Xen cloud platform v1.1 (given at Build a Cloud Day in Antwerp)
PDF
Xen ATG case study
ODP
S4 xen hypervisor_20080622
PPTX
BACD July 2012 : The Xen Cloud Platform
PDF
Xen PV Performance Status and Optimization Opportunities
Private cloud virtual reality to reality a partner story daniel mar_technicom
What's LUM Got To Do with It: Deployment Considerations for Linux User Manage...
XS Boston 2008 Memory Overcommit
Xen cloud platform v1.1 (given at Build a Cloud Day in Antwerp)
Xen ATG case study
S4 xen hypervisor_20080622
BACD July 2012 : The Xen Cloud Platform
Xen PV Performance Status and Optimization Opportunities

What's hot (20)

PDF
Xen, XenServer, and XAPI: What’s the Difference?-XPUS13 Bulpin,Pavlicek
PDF
My experience with embedding PostgreSQL
PDF
GWAVACon 2013: Novell Open Enterprise Server Best Practices
PPT
Storage virtualization citrix blr wide tech talk
PDF
Tuning DB2 in a Solaris Environment
PDF
Aplura virtualization slides
PPTX
Xen in the Cloud at SCALE 10x
PDF
12 christian ferber xen_server_advanced
PDF
Tailoring NAS Proxies for Virtual Machines
PDF
Building a Distributed Block Storage System on Xen
PDF
(Free and Net) BSD Xen Roadmap
PDF
XS Boston 2008 XenLoop
PPTX
Xen Project Update LinuxCon Brazil
PPTX
LFCOLLAB15: Xen 4.5 and Beyond
PPTX
Секреты виртуализации - Windows Server 2012 Hyper-V
PDF
Xen Project Hypervisor for the Cloud
PDF
XS Boston 2008 Quantitative
PDF
Understanding PostgreSQL LW Locks
PDF
PVH : PV Guest in HVM container
PPTX
Revisiting CephFS MDS and mClock QoS Scheduler
Xen, XenServer, and XAPI: What’s the Difference?-XPUS13 Bulpin,Pavlicek
My experience with embedding PostgreSQL
GWAVACon 2013: Novell Open Enterprise Server Best Practices
Storage virtualization citrix blr wide tech talk
Tuning DB2 in a Solaris Environment
Aplura virtualization slides
Xen in the Cloud at SCALE 10x
12 christian ferber xen_server_advanced
Tailoring NAS Proxies for Virtual Machines
Building a Distributed Block Storage System on Xen
(Free and Net) BSD Xen Roadmap
XS Boston 2008 XenLoop
Xen Project Update LinuxCon Brazil
LFCOLLAB15: Xen 4.5 and Beyond
Секреты виртуализации - Windows Server 2012 Hyper-V
Xen Project Hypervisor for the Cloud
XS Boston 2008 Quantitative
Understanding PostgreSQL LW Locks
PVH : PV Guest in HVM container
Revisiting CephFS MDS and mClock QoS Scheduler
Ad

Viewers also liked (20)

PDF
Enhancing Novell SecureLogin with Multi-factor Authentication
PDF
I A M305Developing to Novell eDirectory
PDF
Update Management and Compliance Monitoring with the Subscription Management...
PDF
Creating a Full Privileged User Solution with Novell Privileged User Manager,...
PDF
Using Secure Shell on Linux: What Everyone Should Know
PDF
Diagnostics of a Linux System
PDF
Securing Shared Workstations with Novell SecureLogin
PDF
Novell SecureLogin 7 and Your Microsoft Active Directory Setup
PDF
Advanced DNS/DHCP for Novell eDirectory Environments
PDF
Configure, Pack and Distribute: An RPM Creation Workshop
PDF
Realizing the Promise of the Cloud
PDF
Integrating Novell Access Governance Suite with Novell Identity Manager
PDF
Exploring Advanced Authentication Methods in Novell Access Manager
PDF
What an Enterprise Should Look for in a Cloud Provider
PDF
Integrating Apple Macs Using Novell Technologies
PDF
Linux Disaster Recovery Made Easy
PDF
Novell Access Governance Suite
PDF
Novell Open Enterprise Server for Beginners
PDF
Implementing and Proving Compliance Tactics with Novell Compliance Management...
PDF
UNIX to SUSE Linux Enterprise Server : Tools and Tips for a Successful Migration
Enhancing Novell SecureLogin with Multi-factor Authentication
I A M305Developing to Novell eDirectory
Update Management and Compliance Monitoring with the Subscription Management...
Creating a Full Privileged User Solution with Novell Privileged User Manager,...
Using Secure Shell on Linux: What Everyone Should Know
Diagnostics of a Linux System
Securing Shared Workstations with Novell SecureLogin
Novell SecureLogin 7 and Your Microsoft Active Directory Setup
Advanced DNS/DHCP for Novell eDirectory Environments
Configure, Pack and Distribute: An RPM Creation Workshop
Realizing the Promise of the Cloud
Integrating Novell Access Governance Suite with Novell Identity Manager
Exploring Advanced Authentication Methods in Novell Access Manager
What an Enterprise Should Look for in a Cloud Provider
Integrating Apple Macs Using Novell Technologies
Linux Disaster Recovery Made Easy
Novell Access Governance Suite
Novell Open Enterprise Server for Beginners
Implementing and Proving Compliance Tactics with Novell Compliance Management...
UNIX to SUSE Linux Enterprise Server : Tools and Tips for a Successful Migration
Ad

Similar to Migrating Novell GroupWise to Linux (20)

ODP
PDF
Best Practices for Novell GroupWise on Linux
ODP
Cl210 lab
PDF
Upgrading from NetWare to Novell Open Enterprise Server on Linux: The Novell ...
PDF
Best Practices for Administering Novell GroupWise 8
PDF
Life without the Novell Client
ODP
ODP
PDF
Novell windermere images
PDF
Lessons Learned: Novell Open Enterprise Server Upgrades Made Easy
PDF
Securing Your Linux System
PDF
NSS File System Performance, Clustering and Auditing in Novell Open Enterpris...
PDF
NSS File System Performance, Clustering and Auditing in Novell Open Enterpris...
PDF
SuSE-Linux-Migration-Guide-UNIX-to-SLES9-vIBM
PDF
Integrating Novell Teaming within Your Existing Infrastructure
PDF
Integrating Novell Teaming within Your Existing Infrastructure
PPTX
GWAVACon 2013: Novell GroupWise Windermere Deep Dive
PDF
File Access in Novell Open Enterprise Server 2 SP2
PDF
Novell Open Enterprise Server Architecture
PDF
AZLinux.Windows2Linux en Red.es
Best Practices for Novell GroupWise on Linux
Cl210 lab
Upgrading from NetWare to Novell Open Enterprise Server on Linux: The Novell ...
Best Practices for Administering Novell GroupWise 8
Life without the Novell Client
Novell windermere images
Lessons Learned: Novell Open Enterprise Server Upgrades Made Easy
Securing Your Linux System
NSS File System Performance, Clustering and Auditing in Novell Open Enterpris...
NSS File System Performance, Clustering and Auditing in Novell Open Enterpris...
SuSE-Linux-Migration-Guide-UNIX-to-SLES9-vIBM
Integrating Novell Teaming within Your Existing Infrastructure
Integrating Novell Teaming within Your Existing Infrastructure
GWAVACon 2013: Novell GroupWise Windermere Deep Dive
File Access in Novell Open Enterprise Server 2 SP2
Novell Open Enterprise Server Architecture
AZLinux.Windows2Linux en Red.es

More from Novell (20)

PDF
Filr white paper
PDF
Social media class 4 v2
PDF
Social media class 3
PDF
Social media class 2
PDF
Social media class 1
PDF
Social media class 2 v2
PDF
LinkedIn training presentation
PDF
Twitter training presentation
PDF
Getting started with social media
PDF
Strategies for sharing and commenting in social media
PPT
Information Security & Compliance in Healthcare: Beyond HIPAA and HITECH
PPT
Workload iq final
PDF
The Identity-infused Enterprise
PDF
Shining the Enterprise Light on Shades of Social
PDF
Accelerate to the Cloud
PDF
The New Business Value of Today’s Collaboration Trends
PDF
Preventing The Next Data Breach Through Log Management
PDF
Iaas for a demanding business
PDF
Workload IQ: A Differentiated Approach
PDF
Virtual Appliances: Simplifying Application Deployment and Accelerating Your ...
Filr white paper
Social media class 4 v2
Social media class 3
Social media class 2
Social media class 1
Social media class 2 v2
LinkedIn training presentation
Twitter training presentation
Getting started with social media
Strategies for sharing and commenting in social media
Information Security & Compliance in Healthcare: Beyond HIPAA and HITECH
Workload iq final
The Identity-infused Enterprise
Shining the Enterprise Light on Shades of Social
Accelerate to the Cloud
The New Business Value of Today’s Collaboration Trends
Preventing The Next Data Breach Through Log Management
Iaas for a demanding business
Workload IQ: A Differentiated Approach
Virtual Appliances: Simplifying Application Deployment and Accelerating Your ...

Migrating Novell GroupWise to Linux

  • 1. Migrating Novell ® GroupWise to Linux ® Robin Redgrave Tim Heywood Collaboration Technical Specialist CTO, NDS8 rredgrave@novell.com tim.heywood@nds8.co.uk
  • 2. Agenda • Preparing to migrate • Manual Migration vs. Wizard Migration • Domain Migration • Post Office Migration • What’s going on behind the scenes • Troubleshooting • Question and Answer 2 © Novell, Inc. All rights reserved.
  • 3. Planning the Migration • Health Check first • Contents check on all post Offices – Resolve all problems and errors 3 © Novell, Inc. All rights reserved.
  • 4. Planning the Migration • Planning – Is hardware being replaced? – New hosts virtualised? 4 © Novell, Inc. All rights reserved.
  • 5. Special Considerations • Case sensitivity – On Linux, Novell GroupWise , will expect all lowercase ® ® filenames • Management – You need to decide how to access your GW domain > ConsoleOne on the Linux server ® > ConsoleOne on Windows workstation 5 © Novell, Inc. All rights reserved.
  • 7. Manual Migration vs. Wizard • Manual Migration is “easy” - if you understand Linux • Wizard is more “hidden” – More things to “go wrong” – Much easier if you aren't that comfortable with Linux 7 © Novell, Inc. All rights reserved.
  • 8. Manual Migration • Install the Agents on the Linux Server • Copy Novell GroupWise data to Linux Server ® ® • Configure the Agents • Load the Agents Sounds simple huh? 8 © Novell, Inc. All rights reserved.
  • 9. Wizard Migration • Run the Wizard Sounds even more simple 9 © Novell, Inc. All rights reserved.
  • 10. Manual Migration vs. Wizard • If it's that simple why don't we just use the wizard? – Path... – There is no control over the destination – Log File locations – Clustering 10 © Novell, Inc. All rights reserved.
  • 12. Prerequisites • A Linux Server • NCPFS on Linux Server * – This allows you to mount a drive to a NetWare Server ® • SMBFS on Linux Server * (usually there by default) – This allows you to mount a drive to a Windows Server • Adequate Disk Space for Migration • Novell GroupWise Linux software ® ® • ConsoleOne and snapins on Linux server ® * Depending on what you are migrating from 12 © Novell, Inc. All rights reserved.
  • 13. Which File System • Recommended Choices – NSS – EXT3 – Reiser – EXT3 with H-Tree? > Currently avoid – XFS > Currently avoid 13 © Novell, Inc. All rights reserved.
  • 14. Which Linux? • Open Enterprise Server – Manageability > Integrated with Novell eDirectory ® ™ > Novell client / NCP access to all file systems ™ > Linux User Management > Novell Remote Manager – Novell Cluster Services ™ • SUSE Linux Enterprise Server ® – One free server license with Novell GroupWise purchase* ® * - “Or as many as your Novell GroupWise system Requires” 14 © Novell, Inc. All rights reserved.
  • 15. Data Preparation Belt, Braces and Binder Twine! Run a change case utility to make all files lower case before you start http://www.febooti.com/ 15 © Novell, Inc. All rights reserved.
  • 16. Server Configuration • Install SUSE Linux Enterprise Server and ® partition disk – Partitioning scheme > boot – ext3 – 5GB+ > swap 2GB > /var – 10 GB > /srv GroupWise data partition ® » dbcopy, 3 times post office size » tsafsgw, 2 times post office size > /srv/backup or /srv/restore partition is an option – Logical vs. primary > Only four primary partition permitted (primary or extended) » Multiple extended partitions? » LVM or EVMS? 16 © Novell, Inc. All rights reserved.
  • 17. Accessing File Systems • Use NCP to access domains on NetWare servers or ® OES2 Linux servers • Use SMB/CIFS to access domains on SUSE Linux ® Enterprise Server or Windows servers • Using NFS will result in File Lock (820E) errors – (or is that OK?) 17 © Novell, Inc. All rights reserved.
  • 18. Moving Your Post Office • Phase One – Install agent software on your Linux server for all objects you plan to migrate > Agents > GWIA > WebAccess Agent > WebAccess Application – Make sure ngwguard.db is lower case before running – Mount a drive to your NetWare server ® > ncpmount -S server -A 123.123.123.123 -U userid -P password /mnt/netware/server • NCPFS is slow 18 © Novell, Inc. All rights reserved.
  • 19. Moving Your Post Office • Use DBCopy – Run dbcopy to make first pass copy of the post office > dbcopy –p –m –f –k <source> <destination> > –p Post Office Migration > –m This is a migration – storelowercase and case conversion > -f First pass of a migration > -k do not calculate database sizes etc. – The first pass copy can be run days prior to the final copy, or immediately preceding 19 © Novell, Inc. All rights reserved.
  • 20. Configuring Post Office • Configuring Agent – Creates POA startup file – Configures gwha.conf • Start POA on Linux server for testing – /opt/novell/groupwise/agents/bin/gwpoa @startup.poa –show • Watch via the “-show” window • Connect to test – specify the IP address • Shut down this POA 20 © Novell, Inc. All rights reserved.
  • 21. Post Office Migration – Phase Two • Stop the source Post Office Agent • Edit Post Office configuration – Post Office UNC path (do this first) – POA IP address – POA Platform – Ports (if needed) – Log file path – SSL cert/key file paths – Remote Library Storage area path – LDAP server Trusted Root certificate for LDAP authentication 21 © Novell, Inc. All rights reserved.
  • 22. Post Office Configuration– Phase Two • Rebuild the PO – Rebuild to c:temp – Rename the old wphost.db – Copy the new wphost.db 22 © Novell, Inc. All rights reserved.
  • 23. Migrating Post Office – Phase Two • Use DBCopy – Run dbcopy to make the second pass copy of the post office > dbcopy –p –m –s –k <source> <destination> > –p Post Office Migration > –m This is a migration – storelowercase and case conversion > –s Second pass of a migration > –k Still do not calculate database sizes etc. • DO NOT USE –l or -o switches! 23 © Novell, Inc. All rights reserved.
  • 24. Remote Library Storage Area • May need to manually copy remote library storage area to Linux server • Modify storage path in ConsoleOne ® • Do this before starting the POA 24 © Novell, Inc. All rights reserved.
  • 25. Post Office Migration • Start the POA on the Linux server, verify that you can log in and send mail in and out of the GWIA – and to another post office on another server 25 © Novell, Inc. All rights reserved.
  • 27. Domain Migration • Gateways – Kill or Keep? – If you have other Gateways running GWIA etc > Kill – Cleaner in the new environment – No other Gateways > Kill – Create temporary gateways – If you really insist – yes it will work YMMV 27 © Novell, Inc. All rights reserved.
  • 28. Domain Migration • The Domain does not require a two step migration process, because it is typically a “fast” process – Clean out queues from “old” and invalid information – Clean out “problem” and “log” directories – Stop the GWIA – Stop the GWINTER – Stop any other gateways – Delete the Gateways (save the gwac.db first) – Stop the MTA 28 © Novell, Inc. All rights reserved.
  • 29. Migrating the Domain • Mount your source server • Run dbcopy –d –m <source> <destination> –d domain copy –m migration 29 © Novell, Inc. All rights reserved.
  • 30. Domain Migration • In ConsoleOne , change the IP ® addresses and paths for all migrated objects (including gateways) • Verify the link configuration for the migrated domain 30 © Novell, Inc. All rights reserved.
  • 31. Domain Migration • Edit domain configuration – Domain UNC path – MTA IP address – MTA Platform – Ports (if needed) – Log file path – Message log path (if enabled) – SSL cert/key file paths – Run the Agent Configuration module from the Linux Install application 31 © Novell, Inc. All rights reserved.
  • 32. If you MUST migrate Gateways
  • 33. Gateways – GWIA • Edit GWIA settings in ConsoleOne ® – Change Platform to Linux – Modify NetWork Address settings > Bind Exclusively to TCP/IP Address » Allows coexistence with Postfix (Watch out for SLES10 SP3) – Modify /dhome path (if not in current gwia.cfg) – Modify Log path – Modify SSL path > May need to create new certificates for new server • Change MX record to point to new DNS name • Run the GWIA configuration module in the Linux installation program 33 © Novell, Inc. All rights reserved.
  • 34. Gateways – WebAccess • If running remote, edit starup file to point to new UNC for the new domain location • Configure the WebAccess Agent with the Installation software • Install and Configure WebAccess application on Linux Server – If application is on another server, copy commgr.cfg to application directory to use new agent IP address 34 © Novell, Inc. All rights reserved.
  • 35. Domain Migration Start the MTA Start the Internet Agent Start the WebAccess Agent 35 © Novell, Inc. All rights reserved.
  • 36. Verify Your Migration Verify that all portions of your migration have been successful 36 © Novell, Inc. All rights reserved.
  • 37. The Novell Migration Wizard ®
  • 38. Prerequisites – NetWare ® 38 © Novell, Inc. All rights reserved.
  • 39. Prerequisites – Windows 39 © Novell, Inc. All rights reserved.
  • 40. Source Server 40 © Novell, Inc. All rights reserved.
  • 41. Destination Server 41 © Novell, Inc. All rights reserved.
  • 42. Software Location 42 © Novell, Inc. All rights reserved.
  • 43. Select Component to Migrate 43 © Novell, Inc. All rights reserved.
  • 44. Auto Detect /Add Post Office – Looks in SYS:SYSTEM for GRPWISE.NCF and agent startup files – Add Post Office to configure manually – Destination path is cosmetic 44 © Novell, Inc. All rights reserved.
  • 45. Post Office Migration – Phase One 45 © Novell, Inc. All rights reserved.
  • 46. Behind the Scenes – Phase One • Creates directory structure on Linux server • Copies and installs RPM’s to Linux server • Mounts source server – NCP mount to Netware ® – Samba mount to Windows • Runs dbcopy –a 127.0.0.1 –p –m –f –k –u 5001 – -a sends status update to update utility – -p designates a post office copy – -m to migrate to lower case – -f first pass (phase one copy) – -k don’t compute size before copy – -u port for –a parameter 46 © Novell, Inc. All rights reserved.
  • 47. Behind the Scenes – Phase One • Creates POA startup file • Configures gwha.conf • Starts POA on Linux server for testing • Removes RPM files (if selected) • Shuts down POA 47 © Novell, Inc. All rights reserved.
  • 48. Post Office Migration – Phase One 48 © Novell, Inc. All rights reserved.
  • 49. Post Office Configuration 49 © Novell, Inc. All rights reserved.
  • 50. Post Migration Configuration • Edit Post Office configuration – Post Office UNC path (do this first) – POA IP address – POA Platform – Ports (if needed) – Log file path – SSL cert/key file paths – Remote Library Storage area path – LDAP server Trusted Root certificate for LDAP authentication 50 © Novell, Inc. All rights reserved.
  • 51. Post Office Migration – Phase Two 51 © Novell, Inc. All rights reserved.
  • 52. Behind the Scenes – Phase Two • Mounts source server • dbcopy –a 127.0.0.1 –m –s –i <date> –u 5001 – -a sends status update to update utility – -m to migrate to lower case – -s second pass (phase two copy) > -i incremental copy based on date – -u port for –a parameter • dbcopy executes gwcheck call for /storelowercase option – When –s option is used 52 © Novell, Inc. All rights reserved.
  • 53. Behind the Scenes – Phase Two • Migration utility ships with own version of dbcopy – Optimized for performance • Removes temp files • Dismounts source server 53 © Novell, Inc. All rights reserved.
  • 54. Remote Library Storage Area • May need to manually copy remote library storage area to Linux server • Modify storage path in ConsoleOne ® 54 © Novell, Inc. All rights reserved.
  • 55. Post Office Migration 55 © Novell, Inc. All rights reserved.
  • 56. Domain Migration 56 © Novell, Inc. All rights reserved.
  • 57. Add Domain 57 © Novell, Inc. All rights reserved.
  • 58. Add Agent – GWIA 58 © Novell, Inc. All rights reserved.
  • 59. Add Agent – GWIA 59 © Novell, Inc. All rights reserved.
  • 60. Behind the Scenes – Domain • One pass only • Creates directory structure on Linux server • Copies and installs RPM’s to Linux server – Includes GWIA and GWINTER, but not WebAccess application • Mounts source server • Runs dbcopy –a 127.0.0.1 –d –m –k –u 5001 – -a sends status update to utility – -d designates a domain copy – -m to migrate to lower case – -k don’t compute size before copy – -u port for –a parameter 60 © Novell, Inc. All rights reserved.
  • 61. Domain Migration 61 © Novell, Inc. All rights reserved.
  • 62. Domain Migration • Edit domain configuration – Domain UNC path – MTA IP address – MTA Platform – Ports (if needed) – Log file path – Message log path (if enabled) – SSL cert/key file paths 62 © Novell, Inc. All rights reserved.
  • 63. Gateways – GWIA • Edit GWIA settings in ConsoleOne ® – Change Platform to Linux – Modify NetWork Address settings > Bind Exclusively to TCP/IP Address » Allows coexistence with Postfix – Modify /dhome path (if not in current gwia.cfg) – Modify Log path – Modify SSL path > May need to create new certificates for new server • Change MX record to point to new DNS name 63 © Novell, Inc. All rights reserved.
  • 64. Domain Migration 64 © Novell, Inc. All rights reserved.
  • 65. Post Migration Tips • Verify outbound MTP IP address for Post Offices after domain migration (use HTTP Console) • Start/Stop agents without UI – /etc/init.d/grpwise start <agentname> > Or rcgrpwise start <agentname> – /etc/init.d/grpwise stop <agent> – /etc/init.d/grpwise status • Start agents with UI – /opt/novell/groupwise/agents/bin/gwpoa –show @startup.poa 65 © Novell, Inc. All rights reserved.
  • 66. Troubleshooting • Utility log file – gwsvrmig_MM-DD-YYYY.log > In gwsvrmig directory or temp directory – Check log for errors • dbcopy log file > <po>/<date>gwbk.001 • ssh – Firewall issues – enable ssh port 22 • nfsmount/Samba mounts – Verify reads/writes to mounted file systems 66 © Novell, Inc. All rights reserved.
  • 68. Unpublished Work of Novell, Inc. All Rights Reserved. This work is an unpublished work and contains confidential, proprietary, and trade secret information of Novell, Inc. Access to this work is restricted to Novell employees who have a need to know to perform tasks within the scope of their assignments. No part of this work may be practiced, performed, copied, distributed, revised, modified, translated, abridged, condensed, expanded, collected, or adapted without the prior written consent of Novell, Inc. Any use or exploitation of this work without authorization could subject the perpetrator to criminal and civil liability. General Disclaimer This document is not to be construed as a promise by any participating company to develop, deliver, or market a product. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. Novell, Inc. makes no representations or warranties with respect to the contents of this document, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. The development, release, and timing of features or functionality described for Novell products remains at the sole discretion of Novell. Further, Novell, Inc. reserves the right to revise this document and to make changes to its content, at any time, without obligation to notify any person or entity of such revisions or changes. All Novell marks referenced in this presentation are trademarks or registered trademarks of Novell, Inc. in the United States and other countries. All third-party trademarks are the property of their respective owners.