Blog Entry

Move GroupWise domain from one Linux server to another

Author Info

1 July 2008 - 12:08pm
Submitted by: dbenjamin

blog
Reads:

1124

Score:
0
0
 
Comments:

2

How I moved a GroupWise domain from one Linux server to another.

I set up an OES2 Linux server with X11 only and NCP:

  • Create NCP shares, use NoRM or ncpcon
    1. Volume: opt_novell = Path: /opt/novell
    2. Volume: var_opt_novell = Path: /var/opt/novell
  • On the existing source box:
    1. shutdown GroupWise, /etc/init.d/grpwise stop
    2. tar /etc/opt/novell/groupwise
      1. cd /etc/opt/novell
      2. tar -zcvf groupwise.tgz groupwise
    3. copy groupwise.tgz to the new destination box
      • scp groupwise.tgz root@destination.box.ipaddress:/etc/opt/novell
    4. tar /opt/novell/groupwise
      1. cd /opt/novell
      2. tar -zcvf groupwise.tgz groupwise
    5. copy groupwise.tgz to the new destination box
      • scp groupwise.tgz root@destination.box.ipaddress:/opt/novell
    6. tar /var/opt/novell/groupwise
      1. cd /var/opt/novell
      2. tar -zcvf groupwise.tgz groupwise
    7. copy groupwise.tgz to the new destination box
      • scp groupwise.tgz root@destination.box.ipaddress:/var/opt/novell
  • On the new destination box:
    1. untar /etc/opt/novell/groupwise
      1. cd /etc/opt/novell
      2. tar -zxvf groupwise.tgz
    2. untar /opt/novell/groupwise
      1. cd /opt/novell
      2. tar -zxvf groupwise.tgz
    3. untar /var/opt/novell/groupwise
      1. cd /var/opt/novell
      2. tar -zxvf groupwise.tgz
    4. Create the link for to start GroupWise
      • ln -s /opt/novell/groupwise/agents/bin/grpwise /etc/init.d/grpwise
    5. Verify all the settings in your agents files, /opt/novell/groupwise/agents/share
    6. Open the needed ports in the firewall
    7. Make any needed IP or DNS address changes in ConsoleOne
    8. Set GroupWise to start automatically, chkconfig grpwise on

Author Info

1 July 2008 - 12:08pm
Submitted by: dbenjamin




User Comments

Nice post. Some details of

Submitted by OlivierReuland on 9 July 2008 - 6:17am.

Nice post. Some details of the "Make any needed IP or DNS address changes in ConsoleOne" would be useful.

Good point, since I was

Submitted by dbenjamin on 9 July 2008 - 12:45pm.

Good point, since I was writing it as a blog I just made it a bit higher level and hoped people would know IP addresses can and are set in both config files and/or ConsoleOne.

Also note that the GroupWise rpm's will not show up in your rpm database when using this method.

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <p> <a> <em> <i> <cite> <code> <img> <ul> <ol> <li> <div> <dl> <dt> <dd> <b> <strong> <h1> <h2> <h3> <pre> <table> <td> <tr> <th> <blockquote>
  • Lines and paragraphs break automatically.
  • Glossary terms will be automatically marked with links to their descriptions. If there are certain phrases or sections of text that should be excluded from glossary marking and linking, use the special markup, [no-glossary] ... [/no-glossary]. Additionally, these HTML elements will not be scanned: a, abbr, acronym, code, pre.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
1 + 7 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

© 2008 Novell, Inc. All Rights Reserved.