HPE EVA Storage
1844185 Members
2485 Online
110229 Solutions
New Discussion

ovsam server command line does not complete in a batch file

 

ovsam server command line does not complete in a batch file

Good day,

We want to extract statistics from ovsam by creating a few *.lis files.

The genovsam.bat file on the ovsam server looks like this...

cd d:\Program Files\Hewlett Packard\sanmgr\client\bin
ovsam server -u user -p passwd acct lo > ovsam-global.lis
ovsam server -u user -p passwd bldr lsv > ovsam-tours.lis
ovsam server -u user -p passwd bldr lh > ovsam-xp.lis
copy ovsam*.lis c:\inetpub\ftproot\*.* /y

When I run this bat file it always stops after executing the first ovsam server command with no errors or any messages at all as if it has finished.

Any clues why? Any idea how to bypass this?

Regards,