![]() |
Telelogic SYNERGY (steve huntington) | ![]() |
Topic Title: ccm start to remote host Topic Summary: ccm start to remote host Created On: 16-Aug-2006 16:41 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
We have Synergy servers in sites around the world. I've set up some scripts to query data from the synergy database in my local site. I'd like to be able to run these scripts against the synergy databases on the remote sites without having to log into the remote site. It looks like ccm start will take -h <host> and -d <db path> etc type arguments, but I cannot get this to work. It almost looks like I need to have the db path of the remote database mounted on the local host so that the db path can be traversed locally. Ugh.
What needs to be set up such that I can use ccm start against a remote host? For the examples below, contil1, em-4 are hosts in the remote site and the dbpath /continuus/databases/PG is valid on the remote sites, but not on my local site. geryon-rpoldervaart 20% ccm start -h contil1 -u robertp Starting CM Synergy... CM Synergy server starting on host contil1, using database /net/sw100/continuus/ccmdb/PG Warning: Engine startup failed. Warning: CM Synergy startup failed. geryon-rpoldervaart 19% ccm start -h em-4 -u robertp Starting CM Synergy... CM Synergy server starting on host em-4, using database /net/sw100/continuus/ccmdb/PG Warning: Engine startup failed. Warning: CM Synergy startup failed. geryon-rpoldervaart 20% ccm start -h em-4 -u robertp -d /continuus/databases/PG /continuus/databases/PG/db does not exist. Warning: CM Synergy startup failed. geryon-rpoldervaart 21% ccm start -h em-4 -u robertp -d /continuus/databases /continuus/databases/db does not exist. Warning: CM Synergy startup failed. |
|
![]() |
|
![]() |
|
Yes, but consider what you're trying to do: start a process (on geryon) in a database found at /net/sw100 (on contil1).
To start a process on that database, ccm has to see it locally. Looks like you'd need to rlogin to contil1 to run your queries. Or if you are running the same query all the time, you might be able to write it into a script that you can launch with rsh. And if it's the same query, that you're running regularly, put it into a cron job, that you can then email back to yourself. |
|
![]() |
Telelogic SYNERGY
» SYNERGY/Change
»
ccm start to remote host
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.