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!

Search results for query: *

  1. rksharma

    Process Trace

    Can someone identify the best trace tool to use to trace a single process. I need to know infomation like all the file opens, file reads and times, other system resource usage. Thanks.
  2. rksharma

    TCP instance

    How can you check in a script what ip instance you have come in on? Thanks.
  3. rksharma

    Network Interface routing on AIX 4.3.3

    I have an RS6000 with multiple network cards (ip). I need to set it up so that trafic going out to particular ip addresses goes out of a nominated interface (not en0). one of the destinations is on the same subnet, the other is not. I tried route add -host dest_ip source_ip -interface The...
  4. rksharma

    telnet connection refused

    Check the numbers in smit pty Regards Rocky Sharma
  5. rksharma

    Kill process in win2000

    Thanks. The CreateToolhelp32Snapshot(), Process32First() and Process32Next(). functions work fine.
  6. rksharma

    Kill process in win2000

    I agrre with your comments but it is an external application and we have no control over it. Hopefully it will get fixed in the future. We cannot create a system try icon as it run on a citrix Nfuse portal where the user does not get the normal desktop. Thanks Rocky.
  7. rksharma

    Kill process in win2000

    I have a program wherby you can close the window but the application stays active in the task list and has to be terminated. I need to automate this. eg. If the exe is called "abc.exe" then i nedd to parse the active processes and kil all the "abc.exes". The window would...
  8. rksharma

    Aix printing to Windows NT Print Server

    I setup remote print queues on AIX 4.3 using the settings as "remote printer" & "standard processing". Then define the "local queue name", "windows print server name" & "windows print queue". This printing worked fined with a novell print server...
  9. rksharma

    Disk Size

    "df" only displays the size of the mounted file systems? Thanks.
  10. rksharma

    Disk Size

    How do you display the size of all physical disks installed on an RS/6000?
  11. rksharma

    Multiple ip address on a controller

    How do you load multiple ip addresses onto one ip controller. I can only see one field in smit. Thanks Rocky.
  12. rksharma

    Signals

    I have a problem with porting an application to AIX. On the other unix system if you sent a Kill -14 signal to a process that was in a sleep function the program would interrupt the sleep and continue processing. However on AIX 4.3 it kills the program with the message "Alarm clock&quot...

Part and Inventory Search

Back
Top