rtmove
reconfigure SmartSockets after moving it
None
On UNIX, rtmove
returns 0
if successful, and a non-zero value otherwise. On OpenVMS, rtmove
returns an odd value (usually but not always 1
) if successful, and an even value otherwise.
It is possible to move SmartSockets from its initial installation location (see the TIBCO SmartSockets Installation Guide). After moving SmartSockets, rtmove
reconfigures it for the new value of $RTHOME
. This script must be executed from the ss68 directory.
Physically moving SmartSockets without running rtmove
causes unpredictable results.
None
This example moves SmartSockets with rtmove
:
$install/rtmove
/* UNIX example */
$@[.install]rtmove
/* OpenVMS example */
Welcome to rtmove, which reinitializes SmartSockets once it has been moved to a new directory. When this script asks you questions, a default answer is shown in brackets next to the question. To use the default answer, press <Return> in response to the question. Otherwise, type one of the other suggested responses and then press <Return>. This script will ask all its questions first, and then execute the actions you select. Would you like to continue? [y]:y
This script changes several SmartSockets files to reference this directory. Therefore it needs to know the correct name of this directory. If you will be accessing this directory via NFS on several hosts, make sure the pathname is valid on all those hosts. Do not use shell metacharacters (such as * or ~) when answering this question. Please enter the full pathname that you would like to use to refer to this directory [/home/user/ss68]: Modifying SmartSockets text files to reference /home/user/ss68. Updating libraries. Done moving SmartSockets Version 6.8 to /home/user/ss68. $
TIBCO SmartSockets™ Utilities Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |