Atul, We saw the first, and second posts. However there is not a good answer for what your after.
If your using tomcat then I think the general command would be: /etc/rc.d/init.d/tomcat stop;/etc/rc.d/init.d/tomcat start; Note: Your path to those files may be different based on your OS. Note: If you have no idea what those command do, (and your actually root on the box) then heaven help your users. :) Seriously: The Web Application's (AKA: Mid-Tier's) Cache can not be flushed from the command line as far as I know. (Sort of stopping the whole web server which I documented above. That likely is not want you really want to do.) However, you could likely put together a Perl script with some of the web modules to login to the config page and push the right "buttons" for you from the command line. (But that would be "unsupported by BMC", and likely would need tweaked on any patch/version change of the Mid-tier.) You can also try to consult your Web Server docs and see if there is a way to "refresh" (AKA:Dump from memory and re-initialize) a single Web Application too. (But that would likely be almost as painful for the users as the tomcat stop; tomcat start; option.) HTH. -- Carey Matthew Black Remedy Skilled Professional (RSP) ARS = Action Request System(Remedy) Love, then teach Solution = People + Process + Tools Fast, Accurate, Cheap.... Pick two. On 2/15/07, Atul Vohra <[EMAIL PROTECTED]> wrote:
Hi All, Does anyone know how to flush the 6.3 Mid-Tier cache via command line? Thanks Atul _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"
_______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

