Creating a GroupWise Backup Job
The section below describes the scenarios for implementing DPX in a GroupWise environment.
Note. The scenarios are for standalone nodes. GroupWise backups do not support clusters.
Introduction to GroupWise Backup
Although standard file-level backups can back up GroupWise files, this method is not recommended. For such backups, from the normal directory view you would select the domain and post office directory.
Then you would define the backup as for any other file-level backup. However, standard file-level backups use the general TSA, are not GroupWise aware, and back up more data than is required. GroupWise support, on the other hand, uses the GroupWise TSA, is GroupWise aware, and backs up only the data necessary for GroupWise recoveries of accounts, users, and data.
The following sections explain how to implement GroupWise backups in Linux OES environments. The key is to ensure that TSAFSGW is running on the client node, where the source data resides. This is accomplished in two steps:
Step 1: Load TSAFS with GroupWise functionality on Linux OES.
Step 2: Load TSAFSGW on Linux OES. (This step does not apply to GroupWise 2012 or 2014.)
The backup scenario described below assume the following environment:
Node: oes-linux-test (this node is added to DefaultGroup) Root password: sysadmin edirectory tree: admin.abc Tree password: sysadmin GroupWise Domain Directory: oes-linux-test:/groupwise_message/ GroupWise Post Office Directory: oes-linux-test:/Post_Office/
Note. The procedures below are based on Micro Focus documentation. Since procedures may change, we recommend checking for current procedures at https://www.novell.com/documentation/.
Step 1: Load TSAFS with GroupWise functionality on Linux OES
To load TSAFS with GroupWise on Linux OES:
Verify that the daemon is running:
/opt/Micro Focus/sms/bin/smsconfig –t
Make sure you are logged in as root.
Change to the directory where the SMS executables are located:
cd /opt/Micro Focus/sms/bin
Stop TSAFS:
./smsconfig -u tsafs
Start TSAFS with GroupWise functionality:
./smsconfig -l tsafs –-EnableGW
Verify that TSAFS is running with GroupWise functionality:
./smsconfig –t
The following is displayed:
Make GroupWise functionality the default by modifying the SMS configuration file, as follows:
Change to the directory where the SMS configuration file is located:
cd /etc/opt/Micro Focus/sms
In a text editor, open the smdrd.conf file.
Change autoload: tsafs to autoload: tsafs --EnableGW
Save the file and exit.
Restart SMS services to ensure the changes made to the SMS configuration file
smdrd.conf
take effect:/etc/init.d/service Micro Focus-smdrd restart
Step 2: Load TSAFSGW on Linux OES
Because TSAFSGW depends on SMS, you use the smsconfig command in the /opt/MicroFocus/sms/bin directory with one or more home switches to specify the domains and post offices to back up. Note that this step does not apply to GroupWise 2012 or 2014.
To load TSAFSGW on Linux OES:
Make sure you are logged in as root.
Change to the directory where the SMS executables are located:
cd /opt/Micro Focus/sms/bin
Use the following command to specify GroupWise locations to back up:
./smsconfig -l tsafsgw --home /domain_directory --home /post_office_directory
For example:
./smsconfig -l tsafsgw --home /groupwise_message --home /Post_Office
Verify TSAs currently running:
./smsconfig –t
The following is displayed:
Modify the SMS configuration file to establish the specified GroupWise locations as defaults for automatic backups in the future, as follows:
Change to the directory where the SMS configuration file is located:
cd /etc/opt/Micro Focus/sms
In a text editor, open the smdrd.conf file.
Locate the following line:
autoload: tsafs –-EnableGW
Add another line beneath it for TSAFSGW:
autoload: tsafsgw --home /groupwise_message --home /Post_Office
Save the file and exit.
Restart SMS services to ensure the changes made to the SMS configuration file
smdrd.conf
take effect:/etc/init.d/service Micro Focus-smdrd restart
Running GroupWise Backups
After configuring the TSAFS with GroupWise functionality, open DPX and browse the node. You will see the following extra volumes under the node:
These volumes contain the GroupWise data that needs to be backed up. You can now select items to browse the volume and select items to back up.
To run backups of GroupWise:
On the desktop interface choose Backup > File.
Define a backup file of GroupWise volumes:
1[DOM]groupwise_message
,2[PO]Post_Office
,3[DMS]lib0001
.
See also. For more information on defining file backup jobs, see Creating a File Backup Job.
Run the saved backup job.
Verify the backup job.
Last updated