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 Wanet Telecoms Ltd 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 antonioelderprado

  1. antonioelderprado

    question on TSM - Tivoli

    Can somebody help me with this: We are creating a schedule on the fly using DEFINE CLIENTACTION. The status is Pending for quite some time before the client processes it. How can we get the server to contact the client node immediately to pick up the schedule right away? SCHEDMODE is set...
  2. antonioelderprado

    compiler cc (forte) on solaris 8

    Problem fixed: the solution came on utilizing lsof for every child generated. because it was taking 2 min for every child created, i was able to get the pid of the child, and plug the lsof -p <pid> and take a look on what was calling on the pid. reason for the delay: the reason for the delay...
  3. antonioelderprado

    compiler cc (forte) on solaris 8

    more info from etruss -a: this is the part where it gets stuck. fork() = 6061 close(4) = 0 read(3, " / e x p o r t / h o m e".., 128) = 36 read(3, 0xFFBEEE60, 128)...
  4. antonioelderprado

    compiler cc (forte) on solaris 8

    Hi, I have a cc - forte compiler that takes very long time to compile. A simple hello.c takes 2 min; when a c program is much bigger it can take more than 1 hour. From the etruss output: root@sundev02:/var/scratch# ./etruss -c cc ./hello.c ucbcc: Warning: Option...
  5. antonioelderprado

    memory per thread

    Is there a way to find the memory per thread , resident memory and virtual memory, in particular for java process. using aix 5.1 tia. ./antonio/. ./antonio elder prado/. .\mountain view, ca\. ./bauru, sao paulo/.
  6. antonioelderprado

    samba config - aix server mounting windows file shares

    windows 2000. ./antonio/. ./antonio elder prado/. .\mountain view, ca\. ./bauru, sao paulo/.
  7. antonioelderprado

    samba config - aix server mounting windows file shares

    hi MRN, I forgot to mention that I used the swat. If you have any other ideas I appreciate, running out of stean here,,, ./antonio/. ./antonio elder prado/. .\mountain view, ca\. ./bauru, sao paulo/.
  8. antonioelderprado

    samba config - aix server mounting windows file shares

    Hi, I am getting nuts here, I have installed (by compiling ) a smb on aix 5.1. I need to get a share on a windows and be able to mount on the aix. I have changed the windows domain to the domain of smb (smbdomain). I was able to on windows mount a exported smb share, but what I need (mount on...
  9. antonioelderprado

    another tip - term v210 question

    Chris, FINALLY !!!!! I did the easy way, I got the cat5 from the mgmt console direct to a null modem connector and this to a COM 1 of windows xp. I got the prompt right away... it is not the ideal, but considering being Friday, it is a good deal. Chris, thank you for your emails, tips, and...
  10. antonioelderprado

    another tip - term v210 question

    hi Chris, as you can see I keep on coming back to the V210. I keep on doing the reg. administration, and keep on trying. once again, I believe you are right on the cable and connections not being right. going to the basics, do you mind to just take a look on what I have and correct on when I...
  11. antonioelderprado

    another tip - term v210 question

    Chris, still no cigar... just for the peace of my mind: the ethernet cable that you mention, is a rj45 with the other end a 9pin (black). I have from 220, on port A, a 25ping connected and the other side 9pin I have connected the null modem adaptor 9pin. I do connect the 9pin adaptor to the...
  12. antonioelderprado

    another tip - term v210 question

    hi Chris, I just went back to Radio Shak adn bought another 9pin and 25pin null modem connector, and still no good. I did check on 220R and output / input are all ok. still hangs on the connect. if you have any ideas, please let me know. I do appreciate your help and time. If I find the...
  13. antonioelderprado

    another tip - term v210 question

    Hi, I have posted few months ago, a question regarding a v210 and how to have a console connected to a 220R sun. I was able to get the console at that time with connecting the rj45 from console manager (the little black rj45cable) into a 232 (with a 25-9 cable). In between I had a radio shack...
  14. antonioelderprado

    help jvm memory utilization monitor

    Sedj, I will go with your opinion, because we cannot change the java codes. thank you very much sadej, peace, ./antonio/. ./antonio elder prado/. .\mountain view, ca\. ./bauru, sao paulo/.
  15. antonioelderprado

    help jvm memory utilization monitor

    Hi sedj thank you for that; however they want specific tools using java (like those I mentioned before); lprstat would do just that, but I believe (correct me when wrong) jvm has lots of stuff in the background (stacks mgmt, gc, etc), and they want all these info from jvm. appreciated, thank...

Part and Inventory Search

Back
Top