Re: [Veritas-bu] status code 58.

2014-02-12 Thread Patrick Whelan
What is wrong with using /usr/openv/netbackup/bin/bptestnetconn
or
/usr/openv/netbackup/bin/admincmd/bptestbpcd
?

Many regards,

Pat Whelan
Principal Remote Product Specialist - NBU
Business Critical Services
Symantec Corporation
www.symantec.comhttp://www.symantec.com/


Mobile: +44(0) 771 492 3085 (Preferred)
Office: +44(0) 118 943 6715
Email: patrick_whe...@symantec.commailto:patrick_whe...@symantec.com

[cid:image001.jpg@01CF27C8.69E0DB00]

[cid:image002.jpg@01CF27C8.69E0DB00]


From: veritas-bu-boun...@mailman.eng.auburn.edu 
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of pawan ramnani
Sent: 12 February 2014 06:31
To: veritas-bu
Subject: [Veritas-bu] status code 58.

hey guys..i am currently working on shell script that resolves status 
code 58 in netbackuptool .this error is actually coz when server 
cannot communicate to the client so i am trying to write a shell script to do 
this automatically instead of series of steps manually..the 
troubleshooting are as follows.


When troubleshooting status 58 errors on a NetBackup client, the first thing to 
test is to whether or not you can access the client from the client Host 
Properties from the master server. If that works the same ports are involved 
when backing up the client as to when you access the client host properties. 
Connecting to the client host properties from the master server would prove the 
master server can access the client without any problems. So if using a storage 
unit on the master server you should be able to backup the client without 
getting the status 58 error.

i am trying to create this script only for unix clients but the problem ii am 
not able to frame the logic and stuck how to startplease help.


Thanks  Regards,
Pawan Ramnani
inline: image001.jpginline: image002.jpg___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] status code 58.

2014-02-12 Thread Michael Graff Andersen
Hey Pawan

I would start with basic network stuff, like is name resloving working
between the machines (ping, hosts file, nslookup)

If thats looks ok I would continue with bptestbcpd

if you are asking about how get the result,  $? contains the last exitcode
in many shells

I am thinking something

grep client /etc/hosts
if [ $?  0 ];then
 echo client not in /etc/hosts
fi
nslookup client
 if [ $?  0 ];then
 echo client not in DNS
fi
bptestbcpd -client client -debug

Hope this can get you started

Regards
Michael
2014-02-12 pawan ramnani pawan.ramnan...@gmail.com:

 hey guys..i am currently working on shell script that resolves
 status code 58 in netbackuptool .this error is actually coz
 when server cannot communicate to the client so i am trying to write a
 shell script to do this automatically instead of series of steps
 manually..the troubleshooting are as follows.


 When troubleshooting status 58 errors on a NetBackup client, the first
 thing to test is to whether or not you can access the client from the
 client Host Properties from the master server. If that works the same ports
 are involved when backing up the client as to when you access the client
 host properties. Connecting to the client host properties from the master
 server would prove the master server can access the client without any
 problems. So if using a storage unit on the master server you should be
 able to backup the client without getting the status 58 error.

 i am trying to create this script only for unix clients but the problem ii
 am not able to frame the logic and stuck how to startplease
 help.


  Thanks  Regards,
 Pawan Ramnani

 ___
 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


[Veritas-bu] netbackup 7.1 convert catalog to 7.5

2014-02-12 Thread Venkatraghavan Marisamy
Hi Jerald,

The Upgrade to NetBackup 7.5 moves the header file of a netbackup catalog
image  into the EMM and replaces it with a .lck file . 7.5 Upgrade, after
the  binary upgrade is a 2 step process.

Phase 1 starts automatically when the first instance of the nbstserv
process runs

To start phase 2 of the image metadata migration, run the following
clean-up command and wait for the image clean-up job to complete:
/usr/openv/netbackup/bin/admincmd/bpimage -cleanup -allclients


Now for the catalog migration and the upgrade process to complete
successfully requires all the image database files to be accessible to
NetBackup when the image cleanup job runs. I believe this was not the case
when NetBackup was upgraded as the epoch directory was not mounted.

So the upgrade itself has still not completed. You are required to mount
the epoch directory and run bpimage -cleanup -allclients. The image
clean-up job should complete with a status of zero. This should complete
the  7.5 upgrade and the migration of catalog header into EMM.

/usr/openv/netbackup/bin/admincmd/nbemmcmd -listsettings -brief
-machinename masterservername | grep -i LIST_FS_IMAGE_HEADERS

If the result shows LIST_FS_IMAGE_HEADERS = 0, phase 2 has completed.

If the above value is still 1 then open a case with Symantec asap.

Symantec NetBackup 7.5 Upgrade Guide
http://www.symantec.com/docs/DOC5198

Regards,
Venkat M


   
 veritas-bu-reques 
 t...@mailman.eng.aub 
 urn.eduTo 
 Sent by:  veritas-bu@mailman.eng.auburn.edu,  
 veritas-bu-bounce  cc 
 s...@mailman.eng.aub 
 urn.edu   Subject 
   Veritas-bu Digest, Vol 94, Issue 3  
   
 02/07/2014 11:30  
 PM
   
   
 Please respond to 
 veritas-bu@mailma 
 n.eng.auburn.edu  
   
   




Send Veritas-bu mailing list submissions to
 veritas-bu@mailman.eng.auburn.edu

To subscribe or unsubscribe via the World Wide Web, visit
 http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
or, via email, send a message with subject or body 'help' to
 veritas-bu-requ...@mailman.eng.auburn.edu

You can reach the person managing the list at
 veritas-bu-ow...@mailman.eng.auburn.edu

When replying, please edit your Subject line so it is more specific
than Re: Contents of Veritas-bu digest...


Today's Topics:

   1. netbackup 7.1 convert catalog to 7.5 (Iverson, Jerald)


--

Message: 1
Date: Fri, 7 Feb 2014 16:01:32 +
From: Iverson, Jerald jerald.iver...@invesco.com
Subject: [Veritas-bu] netbackup 7.1 convert catalog to 7.5
To: veritas-bu@mailman.eng.auburn.edu
 veritas-bu@mailman.eng.auburn.edu
Message-ID:

821dc9c5c44a7a4ebb4e64c1ebbdeaa302160...@ushouxmb11.corp.amvescap.net

Content-Type: text/plain; charset=us-ascii

environment: redhat linux 7.5 master/media server

we move (archive) old catalog images which don't expire under
netbackup/db/images for 1 client to a nfs mounted filesystem to keep the
image database to a managable size, and then link an epoch directory to the
nfs mount if needed for a restore.  this has worked for 6.5, and 7.1, but
now when i link a 7.1 directory that wasn't upgraded during the 7.5
upgrade, the .lck files aren't there and the images don't show up in the
gui for a restore.

is there a command i can manually run to convert the database image files?
i thought i read something last year about manually doing this if you had a
large database when doing the upgrade.

thanks in advance,
jerald

Confidentiality Note: The information contained in this
message, and any attachments, may contain confidential
and/or privileged material.  It is intended solely for the
person(s) or entity to which it is addressed.  Any review,
retransmission, dissemination, or taking