RE: [cciug] Automated way to disconnect/stop all running views on a client?

2006-06-09 Thread Reedick, Andrew
>> 1. dir/b M:\ > "endviews.bat" >> 2. in "endviews.bat" , add "cleartool endview " at the beginning of each line >> 3. run "endviews.bat" Run "help for" from the command line: for /f %i in ('dir /b m:\') do @cleartool endview %i * The information transmitted is intended only for th

Re: [cciug] Automated way to disconnect/stop all running views on a client?

2006-06-08 Thread Joe Wildish
une 08, 2006 10:59 AM *To:* [EMAIL PROTECTED] *Cc:* CCIUG *Subject:* Re: [cciug] Automated way to disconnect/stop all running views on a client? hi, I believe this is a manual procedure, as it would require the user to type this command for each view, separately, once they can get the list of the views.

Re: [cciug] Automated way to disconnect/stop all running views on a client?

2006-06-08 Thread Paul N
day, June 08, 2006 10:59 AMTo: [EMAIL PROTECTED]Cc: CCIUGSubject: Re: [cciug] Automated way to disconnect/stop all running views on a client?  hi, I believe this is a manual procedure, as it would require the user to type this command for each view, separately, once they can get the list of the v

RE: [cciug] Automated way to disconnect/stop all running views on a client?

2006-06-08 Thread Kumar . Nagaraj-Harish
ul NSent: 08 June 2006 15:59To: [EMAIL PROTECTED]Cc: CCIUGSubject: Re: [cciug] Automated way to disconnect/stop all running views on a client? hi, I believe this is a manual procedure, as it would require the user to type this command for each view, separately, once they can get th

Re: [cciug] Automated way to disconnect/stop all running views on a client?

2006-06-08 Thread Joe Wildish
If this were UNIX... for i in $(cleartool lsview -short) do sudo cleartool endview -server ${i} done I'm sure it's easy enough to do something similar in the so-called Windows shell - except rather than using sudo or running as root, you would run as the albd user (or a user in the privileged

Re: [cciug] Automated way to disconnect/stop all running views on a client?

2006-06-08 Thread Paul N
hi, I believe this is a manual procedure, as it would require the user to type this command for each view, separately, once they can get the list of the views.   I'm trying to find a scripted (or an existing command) method to automate the process. thanks!  On 6/8/06, Joe Wildish <[EMAIL PROTECTED]

Re: [cciug] Automated way to disconnect/stop all running views on a client?

2006-06-08 Thread Joe Wildish
cleartool endview -server ? Probably needs to be done as a user in the albd account if you're a windoze shop. Joe On Thu, 8 Jun 2006, Paul N wrote: Hi all, Using CC SR5, Win2k - we are migrating to new servers shortly, and want to ensure all users stop their views before-hand. Is there an