No problems...in fact, I had several challenges:
1) I had to remove LANDESK software before rolling out the SMS client. (Landesk is much like SMS but made by Intel.)
2) I wanted to roll out the SMS client very slowly and controlled subnet by subnet.
3) I did not want to make desktop visits.
4) I wanted the rollout to be centrally managed.
Solution: I used Kixtart scripting language to perform the above tasks. Kixtart is an NT scripting language that can be download from kixtart.org. There may be something similar in Novell? It allowed me to identify what subnet the client was on, uninstall LANDESK is needed, and install SMS by using SMSLS.BAT.
When users logged onto the network, the logon script took care of everything. With Kixtart, you can create logic to determine client OS...this helped me work around the problem of running 9x commands on a NT platform.
95% of the rollout was done without making desktop visits. Joseph L. Poandl
MCSE 2000