That command is to register the SQL server as Remote Agent, so in other words, this will "enable" the client wizard to retrieve the SQL client options to configure the client.
I'm not sure if the Remote Agent is automatically registered by the silent install method, but looks like it doesn't, so if you use the silent install method again check if client wizard works, if it doesn't then just run the same command to register the Remote Agent manually.
CarlosRojas
1.7K Posts
0
March 20th, 2014 08:00
Hi Gwee,
Try running the following command:
C:\Program Files\EMC NetWorker\nsr\bin\nsrnmsqlra -i
Change the path if you have NMM installed on different path.
Thank you,
Carlos
gwee1
5 Posts
0
March 20th, 2014 08:00
Here is the output
43708:nsrnmsqlra:Start time: Thu Mar 20 17:56:31 2014
43621:nsrnmsqlra:Computer Name: WIN-EAV9BKVRT9U User Name: Administrator
thanks.
CarlosRojas
1.7K Posts
1
March 20th, 2014 09:00
Hi,
That command is to register the SQL server as Remote Agent, so in other words, this will "enable" the client wizard to retrieve the SQL client options to configure the client.
I'm not sure if the Remote Agent is automatically registered by the silent install method, but looks like it doesn't, so if you use the silent install method again check if client wizard works, if it doesn't then just run the same command to register the Remote Agent manually.
Thank you,
Carlos
gwee1
5 Posts
0
March 20th, 2014 09:00
wow that's weird.
only after i run that command it shows the SQL app. is that by design?
thanks!!