Re: [Veritas-bu] Netbackup Administration Console via putty tunnel

2014-11-24 Thread netbac...@whelan-consulting.co.uk
Hi,
 
Please forgive my confusion, but what does putty and the windows admin console
have to do with each other. You can use putty to login to the master then use
the jnbSA to initiate an X display. Otherwise you use the windows admin console
an specify the master server name. The server you are running from must be in
the bp.conf file of the master server, at a minimum, as a SERVER = , if you want to make changes to media server, they each need similar
entries. There is not putty or X.
If I misunderstood, please explain.
 
Many regards,
 
Pat
> On 24 November 2014 at 08:13 richarn  wrote:
>
>
> Jeff . Thanks for your reply. The Netbackup Administration Console I am trying
> to get to work is the one this you can install on a windows machine. It is run
> from the start menu in windows. I am o.k with the jnbSA , X window method and
> use this regularly using putty X forwarding. I believe there are some
> administration advantages in using the windows admin program but am struggling
> to use it via putty.
>
> --
>
> I am trying to use the Netbackup Administration Console as I believe it has
> certain advantages over the jnbSA jave interface. There are fire walls between
> my Windows machine where I want to run Administration Console and the redhat
> server which is the netbackup master server. To this end I have been trying to
> use putty tunnelling opening up ports 1556 13724 and 13782. I have heard on
> this forum that this is possible but I cannot get it to work. It would be
> great if someone could give me some information on how to do this.
> Thanks
> Nigel
>
> +--
> |This was sent by nigel.richard...@nationalgrid.com via Backup Central.
> |Forward SPAM to ab...@backupcentral.com.
> +--
>
>
> ___
> Veritas-bu maillist - Veritas-bu@mailman.eng.auburn.edu
> http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] vmchange script

2012-02-20 Thread netbac...@whelan-consulting.co.uk
Hi,

Windows:

type  | find ":"

*NIX
grep ":" 
or
grep -v "^$" 

I can't find the windows equivalent of the last command, if there is one.

Regards,

Patrick




On 20 February 2012 at 10:38 Anurag Sharma 
wrote:

>
>
> Thank you Leo,
>
> Could please tell me how can get a : seprated output if I already have a
list of media to be expired in another text file in a tabular format ?
>
> What I'm asking is this - I want a command which converts
>
>
> 
> 
>   :MO0174
> 
> 
>   :MO0928
> 
> 
>   :MO0486
> 
> 
>   :MO0074
> 
> 
>   :MO0718
> 
> 
>   :MO0355
> 
> 
>   :MO0789
> 
>
> to this
>   :MO0174
>   :MO0928
>   :MO0486
>   :MO0074
>   :MO0718
>   :MO0355
>   :MO0789
>
>
>
>
> Date: Tue, 14 Feb 2012 17:30:07 +0800
> Subject: Re: [Veritas-bu] vmchange script
> From: dream...@gmail.com
> To: veritas-bu@mailman.eng.auburn.edu
> CC: sharma.anu...@hotmail.com
>
> Hi
>
> Last time i use this to generate a file with colon separated media
labels:
>
> @bpimagelist -A -media -idonly -hoursago 24 | find "MO" | tr \r\n ":" |
sed -e s/::/:/g -e s/:$//g > %MEDIA_FILE%
>
>
> Hope it help.
>
> Leo
>
> On Sun, Feb 12, 2012 at 10:35 PM, Justin Piszcz 
wrote:
>
> Hi,
>  That would be just the media label— one command per TAPE.
>  vmchange .. etc etc .. –ml TAPE01
> vmchange .. etc etc .. –ml TAPE02vmchange .. etc etc .. –ml TAPE03
>  Justin.
> 
> From: Anurag Sharma [mailto:sharma.anu...@hotmail.com]
>
> Sent: Sunday, February 12, 2012 8:59 AM
> To: jpis...@lucidpixels.com; veritas-bu
> Subject: RE: [Veritas-bu] vmchange script
> 
>
> Justin,
>
> $Tape
>
>
> What would that file contain
>
> just the media labels
>
> or
>
> media labels which are colon seperated. if yes kind send how this script
would look in windows nbu
>
>
>
> From: jpis...@lucidpixels.com
> To: sharma.anu...@hotmail.com; veritas-bu@mailman.eng.auburn.edu
>
> Subject: RE: [Veritas-bu] vmchange script
> Date: Sun, 12 Feb 2012 08:27:39 -0500Hi,
> 
> There is a better way.
> There is an undocumented option called –single_cycle.
> This will put the tapes in the cap one by one and not prompt you to
remove them.
> The best of both worlds J
> 
> Example Syntax:
> /usr/openv/volmgr/bin/vmchange -h "$MASTER_SERVER" -rh "$ROBOT_CTRL_HOST"
-rn "$ROBOT_NUM" -rt "$ROBOT_TYPE" -multi_eject -map any -res -ml "$TAPE"
-verbose -single_cycle
> 
> Justin.
> 
> From: veritas-bu-boun...@mailman.eng.auburn.edu
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of Anurag
Sharma
>
> Sent: Sunday, February 12, 2012 7:40 AM
> To: veritas-bu
> Subject: [Veritas-bu] vmchange script
> Hi Team,
>
> Here's is my challenge.
>
> Every week I have to change tapes in two libraries one has a cap size of
25 and another has of 35.
>
>
> Now I get a list of tapes to be ejected and sent offsite via script the
real challenge is ejecting them.
>
> I can use the vmchange command in two separate consoles
>
> Syntax : vmchange -res -multi_eject -w -rn 0 -rt tld -rh
pnors950.mgroupnet.com -ml
>
>
> Example :vmchange -res -multi_eject -w -rn 0 -rt tld -rh server.xyz.com
-ml MO0371:MO0012:MO0454:MO0775:MO0017
>
>
> I want to create a script which automates this one of the sample script
is
>
>
> FOR /F %%i IN (E:\\setin.txt) DO E:\VERITAS\Volmgr\bin\vmchange -res
-multi_eject -w -rn 3 -rt tld -rh pnors954.mgroupnet.com -ml
%%i>>E:\\ejectoutput.txt
>
>
> The above script uses a file setin.txt which would have list of labels
with colon separated
>
> MO0371:MO0012:MO0454:MO0775:MO0017
>
> The only challenge is this I want the script to take input of labels as
file and do not want manually colon separate them manually.
>
>
>
> Please provide suggestions.
>
> Anurag
>
>
>
> 
>
>
> ___
>
> Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
>
> http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
>
>
>
>___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Boot server for BMR

2011-03-17 Thread netbac...@whelan-consulting.co.uk
Hi All,

One more BMR question, please. In the manual it says solaris x64 images have to
be on an x64 box, is this also true for Sparc? Or can I have sparc iso on an x64
master?

TIA for any help.

Regards,

Patrick

On 14 March 2011 at 19:25 Jon Bousselot  wrote:

> I've setup a Solaris SPARC NBU master as a boot server with version 6.x.  I've
> also used a media server in the same role.
> It worked and I cannot remember if it was supported at the time, but it did
> work
> as advertised.
> 
> -Jon
> 
> 
> 
> 
> 
> 
> From: Patrick 
> To: veritas-bu@mailman.eng.auburn.edu
> Sent: Mon, March 14, 2011 11:55:03 AM
> Subject: [Veritas-bu] Boot server for BMR
> 
> 
> Hi All,
> 
> Does anyone know if a master server can also be a boot server? Is this
> supported? Or is it not possible?
> 
> Regards,
> 
> Patrick Whelan
> VERITAS Certified NetBackup Support Engineer for UNIX.
> VERITAS Certified NetBackup Support Engineer for Windows.
> 
> netbac...@whelan-consulting.co.uk [mailto:netbac...@whelan-consulting.co.uk]___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu