Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 Command Line Utilities : RepoPing

RepoPing
Command
RepoPing -url url [-retries retries sleep_interval]
Purpose
Checks whether a project can be accessed. This could be server based application data or domain data for file based domains. Checking if the project holding domain data is accessible is an easy way to determine that the Administration server is running for file based domains.
 
 
Use RepoPing -help url for information on the URL format.
-retries retries
Returns
Return values are:
 
Examples
RepoPing -url tibcr://SYS_filerv57:filerv57:daemon=tcp:7500:service=7500:network=10.105.68.32:username=fred:password=pw
The above command attempts to ping an Administrator server having domain name as filerv57. The Rendezvous session parameters are specified using daemon, service and network options. The expected output is:
C:\tibco\tra\<version>\bin>repoping -url tibcr://SYS_filerv57:filerv57:daemon=tcp:7500:service=7500:network=10.105.68.32:username=vkhatri:password=vkhatri
Trying to connect to Repo Instance: tibcr://SYS_filerv57:filerv57:daemon=tcp:7500:service=7500:network=10.105.68.32:username=vkhatri:password=vkhatri
Nov 10, 2010 1:04:51 PM com.tibco.security.providers.SecurityVendor_entrust61 <init>
INFO: Initializing Entrust crypto provider in NON FIPS 140-2 mode; insert provider as normal
Connected to repository: tibcr://SYS_filerv57:filerv57:daemon=tcp:7500:service=7500:network=10.105.68.32:username=fred:password=pw
Location
TIBCO_HOME\tra\version\bin

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved