NetWorker: Backup fails with "Signal 11 error PATH_MAX/FILE_MAX exceeded"

Summary: Signal 11 error occurs when PATH_MAX/FILE_MAX exceeds OS limits

Acest articol se aplică pentru Acest articol nu se aplică pentru Acest articol nu este legat de un produs specific. Acest articol nu acoperă toate versiunile de produs existente.

Symptoms

  • Linux client backup fails with "Signal 11 error PATH_MAX/FILE_MAX exceeded"
  • Issue is client side. All commands below are to be ran on client with the
  • To find offending files and paths, gather the OS limits and search for paths and filenames that exceed the OS limits.
    Make note of the PATH of the save set giving the error, and use in commands below in place of PATH
  • Verify the maximum length of path and file on that path
  • Log in to target client with Super User rights and run:
getconf PATH_MAX PATH
getconf NAME_MAX PATH
 
Example:
getconf PATH_MAX /share/collection_1/
   4096
  • Next, find the offending paths and files with the following commands
ls -R | grep ":" | awk 'length>4096'
find . -type d | awk 'length>4096'
ls -l | grep `^d' | awk 'length>4096'
NOTE: Modify command to match your system limits.

Cause

The save set held a directory that exceeded the set PATH_MAX value and/or FILE_MAX.

This causes a memory error.

Resolution

Option 1: Use directives to exclude the path. See the Types of Directives section of the NetWorker Administration Guide. NetWorker Guides are available through: Support for NetWorker | Manuals & Documents 
Option 2: Rename or reorganize the file paths to meet the requirements of operating system PATH_MAX and FILE_MAX settings.

Produse afectate

NetWorker

Produse

NetWorker Family
Proprietăți articol
Article Number: 000283916
Article Type: Solution
Ultima modificare: 07 ian. 2026
Version:  1
Găsiți răspunsuri la întrebările dvs. de la alți utilizatori Dell
Servicii de asistență
Verificați dacă dispozitivul dvs. este acoperit de serviciile de asistență.