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: *

  • Users: morgaann
  • Order by date
  1. morgaann

    Password aging and NIS

    Does anyone know how I can implement password aging on Solaris 6-9 under NIS? Any help would be appreciated. Thanks.
  2. morgaann

    Jetadmin

    I am currently trying to figure out how jetadmin works in terms of setting permissions. In the users home directory there is a .jetadmin directory where all the print jobs sit and the permissions are rw-rw-rw. I want to find out where Jetadmin sets the permissions because I want to remove the...
  3. morgaann

    Failed savegroup notification but backup still running

    Thanks again for the info. I will do some research and get this resolved. Much appreciated.
  4. morgaann

    Failed savegroup notification but backup still running

    Thanks for that info. Just one more thing. The fact that from the GUI it still shows the backup running does it mean it really is writing to tape or can I assume it's dead and attempt to restart. Also I noted that the throughput when backing up is on average 300kb/s (very poor) but...
  5. morgaann

    Failed savegroup notification but backup still running

    Don't know if anyone has seen this before but I am running Networker 6.1.2 on a Solaris server and there is a savegroup running for an NT client. It is still backing up but I received the savegroup notification which states the following: etormfs01:D:\data\users save: using `D:\Data\Users' for...
  6. morgaann

    Cloning scripts

    here is a copy of the cloner_unix.pl script. $pool = $ARGV[0]; chomp ($pool); # chdir(&quot;/usr/johnj/extreme_cloning&quot;); unlink (&quot;$pool.cleanup&quot;); open (CLONEOUT, &quot;>$pool.cleanup&quot;); open (MM, &quot;mminfo -r ssid -q \&quot;pool=$pool, ! incomplete,copies<2,savetime>=...
  7. morgaann

    Cloning scripts

    Sorry, I've been away on vacation. I don't receive errors, but what I am trying to find out is if anyone has implemented the Networker Journal's Extreme cloning scripts and had it work successfully. I have all of the Journal's scripts working but what I don't know how to do is get them to...
  8. morgaann

    Cloning scripts

    Anyone out there make use of the cloning scripts from the Networker Journal (extreme Cloning). I am having problems getting these scripts to work together. I am not a great script writer and since the company is no longer they never got a chance to provide the scripts that actually go in and...
  9. morgaann

    Legato Backup Schedule levels

    Can someone tell me what the different levels of backups mean ( incr, 1-9)? The reason for my question is that I have a Networker 6.1.2 Server running on Solaris backing up NT clients. This one NT client is scheduled to run a level 1 on the weekends and a level 9 M-F. Level 1 I get about 200...
  10. morgaann

    HELP - I need to write a script to read a log file

    I also tried the version with grep $Date $LOGFILE and put it in cron and it wouldn't work either.
  11. morgaann

    HELP - I need to write a script to read a log file

    Oops - sorry - here you go. #!/bin/sh LOGFILE=/nsr/logs/daemon.log TODAY=`date +%m/%d/%y` #TODAY=07/23/03 TAPEDIR=/var/tmp/extreme_cloning SCRIPTS=/var/tmp/Scripts Date=`date &quot;+^%m/%d/%y&quot;` #grep $TODAY $LOGFILE | grep &quot;is full$&quot; | while read Line tail -f $LOGFILE | grep...
  12. morgaann

    HELP - I need to write a script to read a log file

    #!/bin/sh LOGFILE=/nsr/logs/daemon.log TODAY=`date +%m/%d/%y` TAPEDIR=/var/tmp/extreme_cloning SCRIPTS=/var/tmp/Scripts Date=`date &quot;+^%m/%d/%y&quot;` #grep $TODAY $LOGFILE | grep &quot;is full$&quot; | while read Line tail -f $LOGFILE | grep &quot;is full$&quot; | while read Line #cat...
  13. morgaann

    HELP - I need to write a script to read a log file

    i am trying to get this script that Ygor posted above running from cron (it works great from command line) and it doesn't seem to be working. First I tried the script that contains the &quot;tail -f&quot; command and nothing happens. The process is running but no files are generated. I also...
  14. morgaann

    Clearing Unix Printer queue

    Thanks everyone. All is well again.
  15. morgaann

    Clearing Unix Printer queue

    By clearing the jobs, will they go to the printer or get deleted. Thanks.
  16. morgaann

    Clearing Unix Printer queue

    I am not very familiar with lp commands and I would like to know how can I flush out the queue to the printer. I currently have jobs sitting in queue and they are not going anywhere. Any ideas?
  17. morgaann

    HELP - I need to write a script to read a log file

    I ran the script with the -x and all I get is &quot;read Line&quot; scrolling across the screen until I ctrl C out of it. Thanks.
  18. morgaann

    HELP - I need to write a script to read a log file

    I thought that was the problem, so I changed the tail -f command to a cat of the logfile and I get the same problem. Thanks.
  19. morgaann

    HELP - I need to write a script to read a log file

    PH, I tried your suggestion and it just goes into an endless loop. Could it be syntax related? I've never used the case command before so I wouldn't know where to begin debugging. Thanks.
  20. morgaann

    HELP - I need to write a script to read a log file

    From what I am able to see so far, it seems to work. My only other question I need to run this using the bourne shell, is there any difference? Thanks again for your help

Part and Inventory Search

Back
Top