Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

need vxlogview synatax help

Updated: 21 May 2010 | 4 comments
J.Hinchcliffe's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

I want to view unified log 148 which is on the E drive of my NOM server.

vxlogview command is located on the C drive of the server (where the netbackup client is installed)

I want to view something that happened in the last 10 minutes

this is what I have come up with but is wrong somehow.

any help on what I have incorrect.

vxlogview -o 148 -t 00:10:00 -G 'E:\Veritas\NOM\NetBackup Operations Manager\logs'

it comes back with usage.

discussion Filed Under:

Comments

mph999's picture
09
Jun
2009
0 Votes 0
Login to vote

vxlogview

Try this ...

vxlogview -p 51216 -o 148 -d all -t 00:10:00 -G 'E:\Veritas\NOM\NetBackup Operations Manager\logs'

the -p 51216 denotes 'Netbackup' the -d all is optional

Martin

J.Hinchcliffe's picture
10
Jun
2009
0 Votes 0
Login to vote

did not work

C:\Program Files\Veritas\NetBackup\bin>vxlogview -p 51216 -o 148 -d all -t 01:00
:00 -G "E:\Veritas\NOM\NetBackup Operations Manger\logs"
V-1-45 No log files found.

I tried with singe and double quotes and it still does not work.

but I know I have the file I can see it.  tried it for 20 hours and still says no log file.

I don't have to know how to spell....I work on Unix.
NetBackup 7.0.1 - AIX & Windows

J.Hinchcliffe's picture
10
Jun
2009
0 Votes 0
Login to vote

Got it working

Had a typo.

thanks mph999  that worked.  Unix people just don't always work well with windows.  ;o}

I don't have to know how to spell....I work on Unix.
NetBackup 7.0.1 - AIX & Windows

rj_nbu's picture
10
Jun
2009
0 Votes 0
Login to vote

remove -G from the syntax

Hi

try this

vxlogview -p 51216 -o 148 -t 01:00:00 > c:\nomlog.log

-Rajeev
"Unix IS user friendly... It's just selective about who its friends are"