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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.