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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ksinbaraj
  • Content: Threads
  • Order by date
  1. ksinbaraj

    find and purge log files

    I want to purge the log files, .gz files, which are 7 days older or more. This is the line I execute to do the job. /usr/bin/find /var/log/active/*gz -mtime +7 -exec /usr/bin/rm {} \; > /dev/null 2>&1 But it returns with the following error: bash: /usr/bin/find: The parameter or environment...
  2. ksinbaraj

    admin capability to create LDAP account

    HI How to provide administration capabilities to a person from a particular Department that allows him create LDAP logon accounts and the capability to grant user access to the Aplication portlet.
  3. ksinbaraj

    WebSphere efix

    Hi How to find the current efix installed in WAS v4.0.5AE running in AIX?
  4. ksinbaraj

    need migration tips

    HI we are going to migrate IBM MQ series 5.2 to v5.3. I need the following things in this regard: 1. Migration guide 2. Risks and impact on mingrating 3. How to retain the old ques/channels data etc. 4. Is there any tools available on MQ series for migration as well as administration. Thanks...

Part and Inventory Search

Back
Top