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 bkrike 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 abdoul

  1. abdoul

    starting process using nohup

    Do you use " su " to connect to root ? Don't close your ses with exit but use quit command
  2. abdoul

    How do I change N/W card speed?

    Hi ! Try ifconfig enx detach before changing the media speed.
  3. abdoul

    Problem with TSM Scheduler on AIX clients

    the backup failed if the dsmc sched process is not regenerated. It seems that if I start the scheduler it hangs after a certain time. So The planed backup failed ...But I I refresh the scheduler process by killing the existing (another will be generated)..it works .... I kill the sched process...
  4. abdoul

    Programing the date -1

    Hi !!! Why dont you use options of errpt ? -s startdate Select entries posted later than date. (MMddhhmmyy) -e enddate Select entries posted earlier than date. (MMddhhmmyy) It is vey detaile din the man or just type errpt -Z to get all options !
  5. abdoul

    How can I run catalog.sql?

    Hi !! if you connect with the oracle account owner 1- Type sqlplus internal then you get the sql prompt 2- SQL> @catalog.sql But I suggest you to be on the directory of catalog.sql ie in aix : /oracle/ora817/rdbms/admin to type the commands. Hope helpfull
  6. abdoul

    How to configure TCP timer in AIX TCP-stack?

    For terminating inactive sessions, u should change the parameter tcp_keepidle. By default it's value is set to 14400 and you can view it by no -a|grep tcp U should now that the unit used is 0.5 second. For ending sessions after 2 min do no -o tcp_keepidle=240 Change will be lost after reboot...
  7. abdoul

    Log.nsf grows "out of control"

    hi !! On Domino Administrator, Chose the server go to the Configuration windows, transactionnal log, and fix there the maximum size of the log and check if the log style is a circulare one .
  8. abdoul

    Is there any security in a domino environment?

    Is there ACL on your database ? I think u would be able to control the acces with it ....Another method is to encrrypt the database but be careful with it cause once encrypted it can only be accesed by people having the appropropriate rights in the ACL
  9. abdoul

    Back up in Lotus Notes

    I think you need the command quit to stop the server, so you can perform it in a batch file by doing nserver -stop (it ends the Domino Server) to start u should type nserver -start. These commands are execute indicating the path where the command is for example c:\Lotus\domino\nserver -start u...
  10. abdoul

    Sending mail internally to other Lotus domain

    hi ! What u have to do is just to be able to send mail using the Notes Address of users on the domain B. For this u need to get the names.nsf of the other domain. So the solution is to replicate on your own server the names.nsf of the domain B, and to create and "Directory assitance...
  11. abdoul

    Automatically putting mail into folders

    If you're using Notes 5, u can create rules ... where you specify the conditions of adding incoming mails in the folder u want .... There's a Rule folder in the Inbox ...all you've to do is to fill the condition and to add the appropriate action ...

Part and Inventory Search

Back
Top