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 TouchToneTommy 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. liwenkuo

    Weird files that cannot be found

    Hi ElgisRamon Ok that finally worked. Thanks Li
  2. liwenkuo

    Starting a remote process on unix

    Hello All, Your solutions worked like a charm. Thanks. Cheers, Li
  3. liwenkuo

    Starting a remote process on unix

    Hello all, I am trying to start a remote process on a unix box (a shell script that will kick of a Java program). Rigth now, I can Telnet in and run the process. However this process is dependent and tied to my Telnet session. If I kill my Telnet session, then the java program shuts down...
  4. liwenkuo

    Weird files that cannot be found

    Hi ElgisRamon, Ok I renamed the files to something at least readable using "mv chunked*aa newaa". But here is an example anyways (sample of the directory listing)... total 11724784$ -rwxrwxr-x 1 cmr ftpcmr 11704700 Aug 26 16:30 cmr01.delta$ -rwxrwxr-x 1 cmr ftpcmr...
  5. liwenkuo

    Weird files that cannot be found

    Hello all, Ok I've tried (view "chunked\015aa") with not avail. Also tried "ls chunked*aa" which results in "aaunked" but when I use "ls aaunked", it says the file does not exist. I will try to rename it using "rn chunked*aa fileaa". Thanks...
  6. liwenkuo

    Weird files that cannot be found

    Hello all, After doing a 'split' on a huge 3.3Gb file, I get a set of chunked files that look like this... ********************* ls -l total 13074568 -rw-r--r-- 1 gtmpost1 ftpcmr 691580724 Oct 18 20:20 chunked aa -rw-r--r-- 1 gtmpost1 ftpcmr 691723846 Oct 18 20:28 chunked ab -rw-r--r--...
  7. liwenkuo

    Unix AIX max file sizes

    Hi Bill, Great, all the stuff checks out. It turns out that Java on Unix AIX has a file size limitation. It is weird that Java1.2.X would impose such a limitation. So I am now using 'split' before reading/processing the files. Thanks Bill, Li
  8. liwenkuo

    Unix AIX max file sizes

    Thanks Bill, I will check into what you wrote. I am using the file (currently 3Gb) for input (read) and eventual move once the read is complete. Do you have anything else based on this?. This really helps, cheers Li
  9. liwenkuo

    Unix AIX max file sizes

    Hello all, I am currently running into problems where Unix is not able to open a file larger than 3Gb. I just need to know if there is a physical limit imposed by the OS (what is it), or is there a setting somewhere, or is the limit dynamic and based on available memory (ram and free swap...

Part and Inventory Search

Back
Top