SmartSockets: Difference between revisions
No edit summary |
m Text replacement - "clonwiki.jlab.org" to "clonwiki0.jlab.org" |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
SmartSockets is the communication package used by many CLON programs. We have license with TIBCO, it must be renewed every year, normally in September. | SmartSockets is the communication package used by many CLON programs. We have license with TIBCO, it must be renewed every year, normally in September. | ||
'''Startup procedure''' | |||
Normally it is started automatically by startup script ''/etc/init.d/smartsockets'' with following contents: | |||
#!/bin/bash | |||
# | |||
# two following lines are for chkconfig | |||
# chkconfig: 345 96 4 | |||
# description: SmartSockets is the main communication tool for CLAS online \ | |||
# processes | |||
# | |||
# Source function library. | |||
. /etc/rc.d/init.d/functions | |||
INSTALL_PATH="/apps/smartsockets/ss68" | |||
case "$1" in | |||
start) | |||
cd $INSTALL_PATH | |||
. bin/rtinit.sh | |||
./bin/rtserver -server_names clondb1 &> /dev/null | |||
echo | |||
echo "SmartSockets rtserver started" | |||
echo | |||
;; | |||
stop) | |||
echo "Killing rtserver.x" | |||
killproc rtserver.x | |||
echo "Done." | |||
;; | |||
*) | |||
echo "Usage smartsockets [start|stop]" | |||
;; | |||
esac | |||
It should be installed using command | |||
chkconfig --add smartsockets | |||
and checked by | |||
chkconfig --list smartsockets | |||
with following output: | |||
smartsockets 0:off 1:off 2:off 3:on 4:on 5:on 6:off | |||
TIBCO download site: http://download.tibco.com/. To login use ''boiarino@jlab.org'' as user name and usual password. | TIBCO download site: http://download.tibco.com/. To login use ''boiarino@jlab.org'' as user name and usual password. | ||
Line 5: | Line 51: | ||
Sergey Boyarinov is an authorized user for the following account: SURAJE-13612-13612. | Sergey Boyarinov is an authorized user for the following account: SURAJE-13612-13612. | ||
'''NOTES from TIBCO''' | '''Documentation''' | ||
SmartSockets version 6.8 documentation is available as [https://clonwiki0.jlab.org/wiki/clondocs/Docs/ss68doc/html/index.htm html]. End User License Agreement is [https://clonwiki0.jlab.org/wiki/clondocs/Docs/ss68doc/html/license.htm here]. | |||
'''NOTES from TIBCO''' | |||
If any of your product entitlements require license keys/tickets, they will be forwarded to you in a | If any of your product entitlements require license keys/tickets, they will be forwarded to you in a |
Latest revision as of 15:06, 17 April 2015
SmartSockets is the communication package used by many CLON programs. We have license with TIBCO, it must be renewed every year, normally in September.
Startup procedure
Normally it is started automatically by startup script /etc/init.d/smartsockets with following contents:
#!/bin/bash # # two following lines are for chkconfig # chkconfig: 345 96 4 # description: SmartSockets is the main communication tool for CLAS online \ # processes # # Source function library. . /etc/rc.d/init.d/functions INSTALL_PATH="/apps/smartsockets/ss68" case "$1" in start) cd $INSTALL_PATH . bin/rtinit.sh ./bin/rtserver -server_names clondb1 &> /dev/null echo echo "SmartSockets rtserver started" echo ;; stop) echo "Killing rtserver.x" killproc rtserver.x echo "Done." ;; *) echo "Usage smartsockets [start|stop]" ;; esac
It should be installed using command
chkconfig --add smartsockets
and checked by
chkconfig --list smartsockets
with following output:
smartsockets 0:off 1:off 2:off 3:on 4:on 5:on 6:off
TIBCO download site: http://download.tibco.com/. To login use boiarino@jlab.org as user name and usual password.
Sergey Boyarinov is an authorized user for the following account: SURAJE-13612-13612.
Documentation
SmartSockets version 6.8 documentation is available as html. End User License Agreement is here.
NOTES from TIBCO
If any of your product entitlements require license keys/tickets, they will be forwarded to you in a separate message. In some cases, you may be required to provide additional information. Please take a moment to review the instructions and respond accordingly.
Refer to the online Help for assistance, if you experience any problems while accessing your account.
For more information about getting started with TIBCO, please access the Customer Care Center at http://www.tibco.com/services/customercare.jsp
The TIBCO Customer Care Center is a single point of contact for our customers. TIBCO Customer Care Center can:
- Connect customers with the right individual or group within TIBCO to expedite answers or resolutions in a timely manner.
- Respond to administrative issues such as sales inquiries, contract questions, maintenance renewals, product information, marketing, locating an account executive, order status and partnership programs.
- Provide information about support, consulting, and training/educational services and programs.
- Help customers get started with TIBCO.