Forum Discussion

Dollypee's avatar
Dollypee
Moderator
6 years ago

Need to run opscenter query from command line

Hello All, My opscenter analytic version is 8.1.2 Can any one point me to how I can run an opscenter query from the opscenter server db itself? Not from the web console.  The steps involve and any...
  • Krutons's avatar
    6 years ago

    What are you trying to do?

    You could run an SQL query from the server by using dbisqlc located at the following location
    C:\Program Files\Symantec\OpsCenter\server\db\WIN64

    You would need to know how to connect to the DB.
    USERID- DBA
    PASSWORD- SQL (unless you've changed it)
    Server Name- opscenter_<server name>
    Database Name- vxpmdb

    I would stress that you use extreme caution when doing this if you aren't 100% certain on what you are doing.