1832647 Members
2694 Online
110043 Solutions
New Discussion

Netbackup

 
carl_46
Advisor

Netbackup

Can someone please tell me where I can find a log of the executed commands when running bpadm and the xnb gui interfaces?


Regards
3 REPLIES 3
Rick Garland
Honored Contributor

Re: Netbackup

Is this a Veritas NetBackup?

If so, the looging needs to be turned on. Even with loggin turned on, I am not sure that the commands will be logged.

carl_46
Advisor

Re: Netbackup

Sorry, What i meant was when I run the gui and make changes (i.e, change retention, up drives , etc..) I want to see what the actual commands from the command line are.

Regards
Anthony deRito
Respected Contributor

Re: Netbackup

Yes, there is usually a command line interface to these tools. If you don't get any hits from this forum, I would call the vendor and ask them. Also, they sometimes put this stuff in the Systems Administration Guide.

I have had success in these things by running the action from the GUI and then typing the command:

ps -elf | grep [process_name]

and check the syntax of the actual command running on the system.

Hope this helps,

Tony