Hi,
Do you know if there is a patch in order to recover NetWare client on 4.x with NetWorker Server 7.2 on HP UX v11.
We know that in order to back up clients, we must define the NSR_SUPPORT_NETWARE value on the NetWorker script such as:
Sample of /sbin/init.d/networker
#!/bin/sh
# installed by postinstall on Mon Dec 20 14:55:36 SGT 2004
NSR_SUPPORT_NETWARE_4X=1; export NSR_SUPPORT_NETWARE_4X
case $1 in
'start')
(echo 'starting NetWorker daemons:') > /dev/console
.....
After that all backups run fine, but if we want to recover datas (more that 2 Gb by a save set) it is not possible; we have the message (on the daemon log file) :
Error: 'ansrd: Cannot compute first volume needed for the recover'
According to Legato, it's a problem such as :
Here is the problem or goal:
Error: 'ansrd: Cannot compute first volume needed for the recover'
Causes of this problem:
Backup was made with NetWorker 5.5.2, so saveset is divided into several 2GB entries in the media database. By checking mminfo, the first entries for the saveset were missing.
It's true because before to be under NetWorker 7.2, the server was under 5.2 and has been migrated.
But every recover that has a save set >= 2 GB (from a NetWare client) failed: Error: 'ansrd: Cannot compute first volume needed for the recover' (it means recover is possible and function only for save set < 2 GB)
Do you have any ideas ??
Best regards,
Marc
Do you know if there is a patch in order to recover NetWare client on 4.x with NetWorker Server 7.2 on HP UX v11.
We know that in order to back up clients, we must define the NSR_SUPPORT_NETWARE value on the NetWorker script such as:
Sample of /sbin/init.d/networker
#!/bin/sh
# installed by postinstall on Mon Dec 20 14:55:36 SGT 2004
NSR_SUPPORT_NETWARE_4X=1; export NSR_SUPPORT_NETWARE_4X
case $1 in
'start')
(echo 'starting NetWorker daemons:') > /dev/console
.....
After that all backups run fine, but if we want to recover datas (more that 2 Gb by a save set) it is not possible; we have the message (on the daemon log file) :
Error: 'ansrd: Cannot compute first volume needed for the recover'
According to Legato, it's a problem such as :
Here is the problem or goal:
Error: 'ansrd: Cannot compute first volume needed for the recover'
Causes of this problem:
Backup was made with NetWorker 5.5.2, so saveset is divided into several 2GB entries in the media database. By checking mminfo, the first entries for the saveset were missing.
It's true because before to be under NetWorker 7.2, the server was under 5.2 and has been migrated.
But every recover that has a save set >= 2 GB (from a NetWare client) failed: Error: 'ansrd: Cannot compute first volume needed for the recover' (it means recover is possible and function only for save set < 2 GB)
Do you have any ideas ??
Best regards,
Marc