Setting TSA600 cluster parameter to “Off”

If you are protecting NetWare 6 systems in your cluster environment with the NetWare Client, you must load the TSA600.NLM with the parameter cluster=off. This prevents the TSAs from reporting the clustered volume through the virtual cluster server.

To set the cluster parameter to off

  • Change sys:nsn/user/smsrun.bas from read only to read/write.
  • Edit sys:nsn/user/smsrun.bas. Change the following text:

nlmArray = Array(“SMDR”, “TSA600”, “TSAPROXY”)

It should read as follows:

nlmArry = Array(“SMDR”, “TSA600/cluster=off”, “TSAPROXY”)

  • Save changes.
  • At the NetWare server console, type the following:

SMSSTOP

  • At the NetWare server console, type the following:

SMSSTART


More Information