Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Networker 6.2 Exited with error code 2

Status
Not open for further replies.

ingar

Technical User
Jun 24, 2003
15
SA
I am backing-up approx 50 servers to Legato, recently we have started to have problems were randomly servers on different days fail, once we restart them they back-up with out any problems, the error messages are as follows:

1 retry attempted
nsrexec.exe: Attempting to kill on remote save
aborted due to inactivity


The daemon.log is giving the following error message:

jnp0x134tcp0001.infracojnplimited.co.uk:SYSTEM STATE:\ exceeded inactivity timeout, aborting
06/23/03 22:50:07 savegrp: killing pid 1764
06/23/03 22:50:32 savegrp: command 'save -s jnp0x134bkp0001.infracojnplimited.co.uk -g Daily -LL -f - -m jnp0x134tcp0001.infracojnplimited.co.uk -l full -q -W 78 -N SYSTEM STATE:\ SYSTEM STATE:\ ' for client jnp0x134tcp0001.infracojnplimited.co.uk exited with return code 2.
06/23/03 22:50:32 savegrp: jnp0x134tcp0001.infracojnplimited.co.uk:SYSTEM STATE:\ will retry 1 more time(s)
jnp0x134tcp0001.infracojnplimited.co.uk exited with return code 2.


 
You mentioned the key problem already - it is the timeout.
The NW save process failed to save data for more than 30 minutes (default, set in the group's attribute).

Error 2 is noting else but an OS problem:

C:\>net helpmsg 2

The system cannot find the file specified.


C:\>

------------------------

Timeout problems may be caused by a lot of issues but in
general, there are 2 problems:
- You have started too many preocesses at the same time
- You have a "network related problem"
Sorry, but again there are multiple causes possible.
Most obvious there are name resolution problems
because NW drops and re-establishes the connection
several times during an automatic backup.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top