If you don't see nsrexecd, that means daemon was not started. Try to run it again. If the same happens, try to run it from CLI in debug mode as mentioned before, but indeed - you may wish to check daemon.raw first. It might be that something is already blocking standard ports by NW and thus they can't register.
I think this could be linked to the version of the libstdc++ Library you have installed. You have not mentioned the specific version of Linux you are using but newer OS has version 6 installed by default and NetWorker needs version 5 to run.
See Articles in Knowledgebase on Support.emc.com for how to correct (basically you install version 5 and it will then start correctly).
You could still run the "nsrexecd -D5" for a debug output. Also, provide an output of the rpcinfo command, just to confirm if no other service is using the ports that are required for NetWorker.
crazyrov
4 Operator
•
1.3K Posts
1
February 18th, 2015 22:00
Samuel,
What flavour of LINUX are you using. Run the following command and provide the output.
nsrexecd -D5
bingo.1
2.4K Posts
1
February 18th, 2015 23:00
Before you use the debug mode you may already look at the appropriate log file using this command:
nsr_render_log /nsr/logs/daemon.raw
Maybe the info here already points to the problem.
Of course you should also repeat that command after you used the debug mode.
ble1
4 Operator
•
14.4K Posts
1
February 19th, 2015 04:00
If you don't see nsrexecd, that means daemon was not started. Try to run it again. If the same happens, try to run it from CLI in debug mode as mentioned before, but indeed - you may wish to check daemon.raw first. It might be that something is already blocking standard ports by NW and thus they can't register.
rtfernandes
21 Posts
0
February 19th, 2015 07:00
Hi Samuel,
This Networker is a fresh install or it was working?
Attach the daemon.raw log is better to help you.
cheers,
nmc2
268 Posts
0
February 19th, 2015 09:00
Check if the service/deamon is getting carshed.
Check if the nsr directory, see is there any 'cores' present there inside it. If so it might be core dump issue.
tsamuel0905
2 Intern
•
136 Posts
0
February 24th, 2015 11:00
Fresh Installation
masonb
445 Posts
0
February 24th, 2015 23:00
Samuel,
I think this could be linked to the version of the libstdc++ Library you have installed. You have not mentioned the specific version of Linux you are using but newer OS has version 6 installed by default and NetWorker needs version 5 to run.
See Articles in Knowledgebase on Support.emc.com for how to correct (basically you install version 5 and it will then start correctly).
Here are the article references:
SUSE12 - 000198556
RedHat7 - 000198499
Regards,
Bill Mason
crazyrov
4 Operator
•
1.3K Posts
0
February 24th, 2015 23:00
You could still run the "nsrexecd -D5" for a debug output. Also, provide an output of the rpcinfo command, just to confirm if no other service is using the ports that are required for NetWorker.
tsamuel0905
2 Intern
•
136 Posts
0
February 25th, 2015 18:00
Hello All,
Finally I got the solution. Its due to wrong entry in /etc/hosts file.
Thanks all for your suggestion & advise on below issue.
~ Sam
crazyrov
4 Operator
•
1.3K Posts
0
February 25th, 2015 22:00
Please close the thread as answered.