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 jmss

  1. jmss

    Slow Running

    If you are running AIX 4.3.3 you could also try 'topas' or 'nmon' both are excellent tools for monitoring the system - and both have switches to check top processes. And both are standard products....
  2. jmss

    AIX xwindow?

    Don't know of one - but if you find one let me know, cheapest one I've found is mix at $25 per seat www.microimages.com and it seems to work ok. JohnM
  3. jmss

    How do I convert numeric from 123.45- to -123.45

    Very quickly - I created a data file called x which contains FIELD1 123.45- 123 abdc 12.45 123 abcd 1.20- 123 I created the following file called x.sh while read -r f1 f2 f3 do echo $f1"\t\c" LENGTH=`expr $f2 : ".*"`...
  4. jmss

    Delete Pesky File

    can you do an 'id' instead of whoami, and check root is part of the sys group I guess that you are not using ACL's have you logged in as root - or su'd - try doing an ls -lb to display any strange characters in a filename
  5. jmss

    Delete Pesky File

    what are the permissions on the directory + owner/group can you rename the directory if you cd into the directory and do a ls -laF what do you get ?
  6. jmss

    Delete Pesky File

    This normally occurs when there are files still in the directory - perhaps a hidden . file From the parent directory enter rm -fr <directoryname> and this will delete the contents of the directory as well Take great care with this, but thats the way i'd do it John
  7. jmss

    AIX 4.3.3 maintenance release 8 - Any known problems

    Do you know what is included in ML09
  8. jmss

    AIX 4.3.3 maintenance release 8 - Any known problems

    OK - here's the next challange, I rebooted the server again stopped everything from autostarting and ran a mksysb. It used 6.5 Gb of memory and didnt release it again when it finished. When I check svmon it's pinning a number of files into memory for no apparent reason - these are all largeish...
  9. jmss

    AIX 4.3.3 maintenance release 8 - Any known problems

    raylin When connecting to your database try doing an : sqlplus ' / as sysdba ' which implicitly connects to the database an removes the need to connect internal BTW - my loadext returns the same as your's if you do a lsattr -E -l aio0 , what do you get
  10. jmss

    AIX 4.3.3 maintenance release 8 - Any known problems

    Raylin, Thanks very much for you're help - this is what I would expect - unfortunately this does not reflect what is happenning on our box - it only returns the SGA ( about 300 Mb ) Is there any change you could details your vmtune / schedtune details. Do you use asynchronous i/o ? Can you...
  11. jmss

    TTY Touble Shooting Problem

    I've seen this before on a HACMP Cluster - for the port that's monitoring the heartbeat. There's some documentation relating the the tty settings I think the parameter is IMAXBEL - which ignores overflows have a look at stty
  12. jmss

    AIX 4.3.3 maintenance release 8 - Any known problems

    So if you stop your application, does the value in the FRE column return to a reasonable level - IE does it free more than just the Oracle SGA. If you then do a svmon again - have you still got these areas of memory still allocated - we have !! Thanks for your help with this - it is most useful
  13. jmss

    AIX 4.3.3 maintenance release 8 - Any known problems

    The P680 is a 64Bit machine, but the kernel is 32bit and uses kernel extensions. We have installed both 32bit and 64bit 8.1.7 Oracle to try to resolve this issue and the only difference is that the 32bit uses the memory slower than the 64bit - but the end game is the same - it holds onto the...
  14. jmss

    AIX 4.3.3 maintenance release 8 - Any known problems

    I'm currently investigating a problem with a P680 ( 6 way / 8Gb RAM ) running Oracle ( 8.1.7 ), and AIX (4.3.3 Maint Level 8 ), which does not appear to be managing its memory correctly - it appears to be holding large amounts of data in memory even if Oracle and its associated applications are...

Part and Inventory Search

Back
Top