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. andimue

    Does a logfile for ftp-commands exist under Solaris 8 ?

    Thanks GerV, I tested what you mentioned and it works for incoming ftps but not for outgoing ftp. IMHO its too much logging. It would be enough if only success and failure would be logged, not all that ftp-details. Maybe there are possibilietes to "configure" what you suggested ...
  2. andimue

    Does a logfile for ftp-commands exist under Solaris 8 ?

    Hi, I am wondering if there is an (system-)logfile where all ftp from and to a solaris 8 machine are logged ? If it has to be configured can you please tell me how to .. ? Thanks Andi
  3. andimue

    How to view files from other servers in CDE - File Manager ?

    Hi, I have to manage different Sun Solaris 8 servers. I wanna know if it is possible to configurate the File Manager under CDE to see files from server x while i am logged in to server y ? Thanks Andi
  4. andimue

    how to read file from the end to beginning ?

    Hi goBoating, first of all thanks for your reply. I have 2 more questions : 1. you talked about approaches to read file reverse under Sun Solaris. Can you tell me how ? 2. I dont know how big the file can be. In your solution, isn't the whole file read into memory ? I am afraid of running out...
  5. andimue

    how to read file from the end to beginning ?

    Hi, I need to manipulate some list-files with perl under Sun Solaris 2.8, which I get from somebody else. Therefor I need to read the file from the end towards the beginning of the file. I think, there should be a way to do this, but I didnt find out how to . Maybe someone could "open my...
  6. andimue

    Delete files/directories by name under NT + Unix

    First of all: Thanks raider2001 ! I got this. Let me ask one more thing : I wanna make the script more variable, so that I can handle files with date and/or time at different positions in their names, for example : 20011231_071358.log or logfile_20013112.txt I thought about giving the...
  7. andimue

    Delete files/directories by name under NT + Unix

    Here is what I am trying to do : I got software that runs under Sun Solaris + Windows NT. This software produces log-files and also log-directories, which are named for example msg20010925 ( msg + year + month + day ). I am looking for a perl-script to "purge" away this files...
  8. andimue

    Is Solaris 2.6 FTP Script-able?

    I dont known wether the thing with the inputfile USER mysel mypasswd works, but what works is : - create a file .netrc in the homedirectory of the user who wants to do the ftp - chmod 600 .netrc ( otherwise it doesnt work ) - insert in .netrc a line like : machine myhost login myuser password...
  9. andimue

    Searching for command "stat"

    Hi, I need to find out the creation-,modification- and accessdate of a given file. I read in the tek-tips that there must be a command called "stat". On my Solaris 2.8 system I got a man-page for a system-call "stat" but no program. I also know there is a perl-function...
  10. andimue

    SE-Toolkit

    I guess there is not mutch configuration needen. Either you use the sample scripts coming along with the sw or you write your own scripts. I dont known another source for docs than the ones in the /doc subdirectory
  11. andimue

    SE-Toolkit

    After installing SE Toolkit your path should included something like : /opt/RICHPse/bin:/opt/RICHPse/toptool:/opt/RICHPse/perfmon:/opt/RICHPse/examples or just try : which se This should show you : /opt/RICHPse/bin/se ( if you have installed SE toolkit in /opt ) SE Toolkit comes with a...
  12. andimue

    Patche installation "8_recommended" didnt work

    got an answer from outside tek-tips. In my case it was a permission problem. I post the answer for further use. andimue ----------------------------------------------------------- The following error occurs when trying to install a patch that uses the 'checkinstall' script: Generating...
  13. andimue

    last three level of `pwd`

    If you use the bash-shell take a look at : http://www.shelluser.net/~giles/bashprompt/prompts/index.html they got really cute prompts. I use to display the full path in the prompt and also change to x-window-title to username&machine:path part of my .bashrc - file: PROMPT_COMMAND='echo -ne...
  14. andimue

    Patche installation "8_recommended" didnt work

    Hello, I got a Solaris 2.8 sparc-machine with allready installed recommended-patch-packet ( old version ). Now today I downloaded to actual 2.8 recommended-patch-packet from sunsolve. After unzipping it as root-user I started the install_cluster, coming along in the zip-file. But none of the...
  15. andimue

    how to delete multiple mails under solaris 2.8

    Hi vikramkalsi, you're right, "d 1-50" works fine under mailx ( but not under mail ). I normaly used mail , but why not use mailx ? Thanks alot andimue
  16. andimue

    dtpad modifies owner + group in solaris 2.8

    Thanks alot cfsalmeida ! Thats it ! After installing patch 108714-5 everything is fine.
  17. andimue

    how to delete multiple mails under solaris 2.8

    Hello, when I return from my holiday I got more than 200 mails in my solaris 2.8 mailbox (cronjob-logs,...). The rest of the day I didnt nothing else than typing "d" and return in the mail-program. Is their a way to delete a range of mail , e.g. d 1-50 to delete mail #1 to #50 ? I...
  18. andimue

    dtpad modifies owner + group in solaris 2.8

    Hi everybody, I recently updated one of our server from 2.6 to 2.8. To modify files I very often use to text editor (dtpad) instead of vi. Under 2.6 everything was fine: owner + group of the edited file remained the same. Now under 2.8 the owner + group are changed to the actual user. For...

Part and Inventory Search

Back
Top