Step 2: Load TSAFSGW on Linux OES
Because TSAFSGW depends on SMS, you use the smsconfig command in the /opt/MicroFocus/sms/bin directory, along 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
Last updated