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
Last updated