Hey,
I'm having trouble with running a backupscript I wrote.
The script starts running. Runs fine for about 10 to 15 min's.
Everything works as expected but suddenly the server crashes.
This is the message the server gives me:
The server crashes while tar is in the process of archiving.
Tar archives snapshots which is mounted as file-backed memory devices.
snapshots are created via mksnap_ffs
devices are created this way:
The devices then get mounted via mount -r.
I've ran the script in a testenvironment without any problems.
The only difference between test and production is the outputdirectory for the script. In test this was a local directory, in production this is a NFS share that is mounted from another server.
Does anyone have an idea?
I'm having trouble with running a backupscript I wrote.
The script starts running. Runs fine for about 10 to 15 min's.
Everything works as expected but suddenly the server crashes.
This is the message the server gives me:
Code:
savecore: reboot after panic: kmem_malloc(4096): kmem_map too small: 171315200 total allocated
Nov 8 13:18:23 SERVERNAME savecore: reboot after panic: kmem_malloc(4096): kmem_map too small: 171315200 total allocated
The server crashes while tar is in the process of archiving.
Tar archives snapshots which is mounted as file-backed memory devices.
snapshots are created via mksnap_ffs
devices are created this way:
Code:
mdconfig -a -t vnode -f snapshotfile -u devicenumber
I've ran the script in a testenvironment without any problems.
The only difference between test and production is the outputdirectory for the script. In test this was a local directory, in production this is a NFS share that is mounted from another server.
Does anyone have an idea?