This post is more than 5 years old

2 Intern

 • 

1.3K Posts

927

May 7th, 2009 09:00

How to export symapidb environment

I was using it earlier and just cant remember the exact variable

2 Intern

 • 

142 Posts

May 7th, 2009 10:00

# symcli -env
....
SYMCLI_DB_FILE : Can be set to the host's Symmetrix database pathname.
....

Windows:
set SYMCLI_DB_FILE=/file/path/symapi/db

Unix:
export SYMCLI_DB_FILE=/file/path/symapi/db

To check:
#symcli -def
No Events found!

Top