Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by winnie01

  1. winnie01

    TMSHUTDOWN does not shut down all processes

    Hi, On unix environment we made this: for i in `ipcs -q |grep "${USER} " |awk '{print $2}'` do echo "Remove -- >" ${i} ipcrm -q ${i} done it is running after every tmshutdown -c -y. Regards, Winnie
  2. winnie01

    How to make Tuxedo cluster on Unix environment?

    Hi, Is anyone some experience about Tuxedo clustering? I should build a cluster with two machine and WLS connection. I am looking for some manual how could I make it….

Part and Inventory Search

Back
Top