Unsolved
This post is more than 5 years old
2 Intern
•
131 Posts
0
20413
March 24th, 2007 03:00
error: logfile has no output
hi,
my backup was running fine, but today morning it failed becuase the NWer remote exec service terminated unexpectadly twice.
also, there is this erro:
logfile has no output
: no such file or directory.
Alos, i have noticed that daemon.log file has enlarged to 128 MB.
so, why this happened and is there some steps to make inorder not to happen again.
thanks
my backup was running fine, but today morning it failed becuase the NWer remote exec service terminated unexpectadly twice.
also, there is this erro:
logfile has no output
: no such file or directory.
Alos, i have noticed that daemon.log file has enlarged to 128 MB.
so, why this happened and is there some steps to make inorder not to happen again.
thanks
0 events found
No Events found!


amediratta
2 Intern
•
2K Posts
1
March 24th, 2007 08:00
Rami1
2 Intern
•
131 Posts
0
March 25th, 2007 02:00
error:
GSS Legato authentication from backup-server.sidf.gov.sa failed...
03/22/07 09:29:31 nsrd: RPC error: Authentication error
03/22/07 09:29:31 nsrexecd: GSS Legato authentication from backup-server.sidf.gov.sa failed...
03/22/07 09:29:31 nsrexecd: RPC error: Could not authenticate daemon session: 0:6adc because an entry for the session number was not found
then i try to log to the networker console on the backup-server and its not connecting. i tried to restart the services, same result. so, iam restarting the backup-server inroder to connect to the console.
nsrexecd: RPC error: Could not authenticate daemon session: 0:6adc because an entry for the session number was not found
03/25/07 04:03:04 nsrd: GSS Legato authentication from backup-server.sidf.gov.sa failed...
03/25/07 04:03:04 nsrd: RPC error: Authentication error
then it gives this message:
nsrexecd: GSS Legato authentication user session entry (warning): "User authentication session timed out and is now invalid.". Session number = 0:6adc, domain = NT AUTHORITY, user name = SYSTEM, NetWorker Instance Name = backup-server.sidf.gov.sa
Rami1
2 Intern
•
131 Posts
0
March 25th, 2007 02:00
i tried to run this command: nsrexecd -D9
first, i stopped the Remote Exec Service, then i ran this command and tried to restart the above service again. the following error was shown form windows:
Microsoft Management Console
Could not start the Networker Remote Exec Service on Local Computer
The Service did not return an error. This could be an internal Windows error or an internal service error. If the problem persists, contact your system administrator.
amediratta
2 Intern
•
2K Posts
0
March 25th, 2007 04:00
I have seen this credentials error in 7.3.x versions only since Legato implemented some additional authentication system. In one of the threads earlier, someone gave in a method to disable the new auth method and therefore continue with old method with error free backups. The steps suggested were -
# nsradmin -p nsrexec
NetWorker administration program.
Use the "help" command for help, "visual" for full-screen mode.
nsradmin> . type: NSRLA (note: there is a blank space between . and type)
Current query set
nsradmin> show auth methods
nsradmin> print
auth methods: "0.0.0.0/0,nsrauth/oldauth";
nsradmin> update auth methods: "0.0.0.0/0,oldauth"
auth methods: "0.0.0.0/0,oldauth";
Update? yes
updated resource id 3.0.156.101.198.4.188.67.137.69.101.64(137)
nsradmin> print
auth methods: "0.0.0.0/0,oldauth";
nsradmin> quit
Restart daemons when done.
You can try this to get rid of the GSS authentication error.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
March 25th, 2007 04:00