Reset a RTC Server installation
Hi, is there any way to reset a RTC Server installation so it comes into
a state similar to a recently installed server from scratch? I am
looking for a quick way to reset "study" to starts from scratch each
time. Any SQL Scripts? Just point to a new Repository?
Thanks in advance,
Chemi.
a state similar to a recently installed server from scratch? I am
looking for a quick way to reset "study" to starts from scratch each
time. Any SQL Scripts? Just point to a new Repository?
Thanks in advance,
Chemi.
2 answers
Hi, is there any way to reset a RTC Server installation so it comes into
a state similar to a recently installed server from scratch? I am
looking for a quick way to reset "study" to starts from scratch each
time. Any SQL Scripts? Just point to a new Repository?
Thanks in advance,
Chemi.
Hi
If you have a Derby database, replace the repositoryDB and workitemindex directories in jazz\server with the original versions. This assumes you have an "unzip" install of RTC (and you are using Tomcat/Derby).
anthony
Hello Chemi,
Anthony is right. Use Derby and Apache and you can do a lot.
DB2 would be more work and consumes more time.
I created myself an asset that
shuts down the server
deletes the derby db repositoryDB and workitemIndex
extracts the repositoryDB and workitemIndex from some zip file to the desired
location
deletes workspaces from a defined location
extracts the workspaces from some zip file to the desired location
does some post processing e.g. copying sone tomcat-user.xml, teamserver.properties
and build engine start scripts to their desired loactions.
starts the server
If I have a setup that is interesting, e.g. as a starting point for a demo,
I just zip the information required and provide these zip files for later
usage.
Even if you do that manually it saves a lot of time. If you get creative
some scripts can actually do most steps automatially.
The caveat with Derby is, that it is impossible to have more than 10 active
users.
Ralph
Anthony is right. Use Derby and Apache and you can do a lot.
DB2 would be more work and consumes more time.
I created myself an asset that
shuts down the server
deletes the derby db repositoryDB and workitemIndex
extracts the repositoryDB and workitemIndex from some zip file to the desired
location
deletes workspaces from a defined location
extracts the workspaces from some zip file to the desired location
does some post processing e.g. copying sone tomcat-user.xml, teamserver.properties
and build engine start scripts to their desired loactions.
starts the server
If I have a setup that is interesting, e.g. as a starting point for a demo,
I just zip the information required and provide these zip files for later
usage.
Even if you do that manually it saves a lot of time. If you get creative
some scripts can actually do most steps automatially.
The caveat with Derby is, that it is impossible to have more than 10 active
users.
Ralph
Hi, is there any way to reset a RTC Server installation so it comes
into a state similar to a recently installed server from scratch? I am
looking for a quick way to reset "study" to starts from scratch each
time. Any SQL Scripts? Just point to a new Repository?
Thanks in advance,
Chemi.