Unsolved
This post is more than 5 years old
1 Rookie
•
2 Posts
0
4650
October 8th, 2015 05:00
How to access EMC networker database
I want to get access to networker database (server ) , how can i do that ? and how can i give access ( read only ) to this DB
0 events found
No Events found!


crazyrov
6 Operator
•
1.3K Posts
2
October 8th, 2015 06:00
@maamoun
NetWorker server's configuration database aka nsrdb can safely accessed using only nsradmin. If your login id is not a part of the administrators list in NetWorker you wont have access to modify any configuration using the nsradmin.
If you think the NetWorker is made of a more user friends DB like mySQL or any other then its not. Its using a WISS database which is very old. but as we all know things are changing in netWorker 9.
What exactly do you want to achieve getting access to the NetWorker database ?
Maamoun
1 Rookie
•
2 Posts
0
October 10th, 2015 04:00
thank you for your info. i will get backup to you sure
bingo.1
2.4K Posts
1
October 11th, 2015 02:00
Backups are exclusively stored in the media index database. If you want to get info you must use the GUI or mminfo (which is more flexible) - one of the few NW key commands. The general usage is ...
mminfo -q "query_parameters" -r "report_parameters"
For the parameter details, please see the "mminfo" command line reference.
Shubhadip_Datta
26 Posts
0
December 4th, 2015 05:00
Networker is having mainly 3 DB -
So using the above mentioned command you can query these 3 database as per your requirement. Coming to the access Networker is not having separate user list. Networker always refer OS user only as User. But it is having own user group using which you can clubbed some user and set the customized privileges. By default Administrator user group consists the user - root@backup_server or Administrator@backup_server , and having a full privilege.
So if you want to query your Netowker database will full access, add your user id in the Administrator user group of the backup server.