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

    Tocat Server Starts, but can not access

    Well here is what I found. We run at two connectors, on at port 8085 and a secured one at port 8443. I scanned the two ports using nmap from a Linux system and found that port 8443 is closed. Now I don't know how this has happened or who has closed it. Can the port just be stuck or hung, and...
  2. podsds

    Monthly Backup

    So you would restart the whole backup and it, Netbackup, would only backup the previous two streams that failed. This happens automagically or do you start a backup only for the two streams that failed. Is this a hot or cold backup? I am not arguing that the feature is not useful, my gripe is...
  3. podsds

    Monthly Backup

    I can understand that, but isn't there a mechanism that creates streams for you by doing some analysis. Its probably the same as doing it manually. In my opinion Netbackup need to mature a bit. I have often told Veriats to implement a backup header and footer process to unify all the streams...
  4. podsds

    Monthly Backup

    I thought this would be a script, okay nothing new there. I did learn something ... can you tell me more about Multiplexing/Multistreaming and failed backups. At my previous gig we used Multiplexing/Multistreaming together for every backup, but at my new gig they only use Multistreaming ... so...
  5. podsds

    Monthly Backup

    I was asked today if Netbackup has the feature to store the last valid backup per worstation for more than one month. Unix 3.4 master & media MT & W2K workstations Client. I know I can duplicate my policies, change the schedules and the retention period for a month so that the last tape stays...
  6. podsds

    Solaris and ls command

    Because I know where the file is, just not the full name as the program that creates it tabs a date and time stamp on it. So ls command with wild card is used to extract some stats on the file and then i wish to use just the basename, no directory when reporting it to the user. hope this helps...
  7. podsds

    Solaris 8 Installation, Languages

    I though about it, but the server is actively used and I can't afford the down time.
  8. podsds

    Solaris and ls command

    Thanks all, I now remember using basename in a shell script long ago, its what I was looking for, but I appreciate all other examples.
  9. podsds

    Solaris and ls command

    I am looking to extract from the output of the ls command just the file name, but haven't found a way to do it yet. I looked at things line cut or awk. Not knowing a better way ... I would count the number of slashes in the path and then cut or awk the last field. I think sed might be a...
  10. podsds

    Solaris and ls command

    On a Solaris 8 machine, and maybe other versions too ... the command '# ls /export/home/root/steve' returns the following output '/export/home/root/steve', but is I cd to the directory and do 'ls steve' the command returns 'steve' my question ... is there a way to omit the s command from...
  11. podsds

    Solaris 8 Installation, Languages

    During an install I selected or replied yes to the install additional support for Canadian French. After the install the /usr file system is at 99% capacity. I am wondering now if I can safely remove all the packages related to French? Below is a list ... Anyone have experience or thoughts...
  12. podsds

    Confused ... cd to dir in a ksh script

    Thanks for the lession, but the superflus [{}] don't really bother me, in fact they help me spot variable with in the code.
  13. podsds

    Confused ... cd to dir in a ksh script

    I can accept this. So just use cd as a builtin no problem. What do you mape of the PWD in line 15 and 20 ... is it the built in too?
  14. podsds

    Confused ... cd to dir in a ksh script

    So I have a ksh script that needs to be in a certain dir before executing another script. I tried to code the cd command using a variable and it does not work ... what am I doing wrong? Below is a copy of a simple script put together. Notice that line 9 does not work while and line 14 does...
  15. podsds

    Help With find

    Well ... I wrote a script to locate files older than somevariable days, -mtime +$AGE, see initial thread ... first I tar up & gzip the files, then I remove the based on -mtine +${REMOVE_AGE} I am using this to get rid of log log files. Then I had a thought ... I could use this script to keep a...
  16. podsds

    Day of Year

    I have not been successful running the command Ygor noted ... date +'%j' = some number, todays year day date +'%.3j' = %.3j what am I missing? Ygor (Programmer) Apr 10, 2003 The date command has built-in optional field width and precision specifications. If no field width or precision is...
  17. podsds

    Help With find

    To ZaSter (TechnicalUser) ... I don't think that's my problem here. Thanks To JAFrank (TechnicalUser) ... The -newer option would work, but ... there is always a but ... I am trying to retrofit a new option into a script that was coded for different purpose and don't want to rework it that...
  18. podsds

    Help With find

    I am using the find command to gather files for archives using the -mtime option. I have wrriten the script it works well, but now I want to add another feature without too much rewite ... so I am looking for a way to find all files >= 0 when using -mtime. Looking at the man page ... this does...
  19. podsds

    Too Lazy

    Well my problem is that I don't know how to use fixed width strings in the printf command. In my attempts I used %-10s and similar in attempts to set up justified coulmns, but I have not been successful ... its just a matter of time befor I figure it, I'll keep plugging. Thanks.
  20. podsds

    Too Lazy

    Hi, I was browsing this forum and came accross this post. I am not too good with awk and printf ... so ... I want to use this example and change it such that it prints similar to the ls -l but adds megabyts column in the output. See example, but I know there is a better cleaner way to do it...

Part and Inventory Search

Back
Top