Windows 2008 backup to NAS linkstation Buffalo

I have this error when try to backup my windows 2008 whit native  backup software to share over NAS linkstation :

 http://kb.backupassist.com/articles.php?aid=3298

 Need to change the configuration of samba, but the smb.conf is Protected

–  Enable access ssh :
Downalod acp_commander.jar from :

 http://downloads.nas-central.org/TOOLS/ALL_LS_KB_ARM9/ACP_COMMANDER/acp_commander.jar

Test connection to NAS

java -jar acp_commander.jar -t <ip nas> -ip <ip nas> -pw adminpasswordhere -c “ls /”


Change root password

java -jar acp_commander.jar -t <ip nas> -ip <ip nas> -pw adminpasswordhere -c “(echo newrootpass;echo newrootpass)|passwd”

Allow root to login on ssh

java -jar acp_commander.jar -t <ip nas> -ip <ip nas> -pw adminpasswordhere -c “sed -i ‘s/UsePAM yes/UsePAM no/g’ /etc/sshd_config”

java -jar acp_commander.jar -t <ip nas> -ip <ip nas> -pw adminpasswordhere -c “sed -i ‘s/PermitRootLogin no/PermitRootLogin yes/g’ /etc/sshd_config”

Restart ssh service

java -jar acp_commander.jar -t <ip nas> -ip <ip nas> -pw adminpasswordhere -c “/etc/init.d/sshd.sh restart”


Now i need to modify smb.conf

ssh connection to NAS

Edit /etc/init.d/smb.sh 

insert  this line :

sed -i ‘/[global]/a    strict allocate = yes ‘ /etc/samba/smb.conf


after 
/usr/local/sbin/nas_configgen -c samba


Restart samba (/etc/init.d/smb.sh restart) or reboot nas
 



Windows 2008 backup to NAS linkstation Buffalo

Error to generate BackupSet TSM 6.3.2

When i try to generate backup set of 8 node i receive this error after
create backup set of 4/5 node:                             
02/13/2013 02:13:39 ANR0157W Database operation FETCH(Many) for table  
Backupset.Temp.Objects failed with result code 1115 and tracking ID:   
0x1455f048. (SESSION: 157845, PROCESS: 1433) 
02/13/2013 02:13:39 ANR0158W Database operation FETCH(Many) for table  
Backupset.Temp.Objects failed with operation code 1115 and tracking id 
0x1455f048. The data for column 0 is: (string, len=4)0x5041554C.       
(SESSION: 157845, PROCESS: 1433)   
02/13/2013 02:13:39 ANR0105E imobjgen.c(7820): Error setting search    
bounds for table “Backupset.Temp.Objects”. (SESSION: 157845, PROCESS:  
1433)                                                                  
02/13/2013 02:13:39 ANR1779I GENERATE BACKUPSET process completed: 6   
backupset(s) were generated or defined out of 8 backupset(s) requested 
by the command’s specifications. (SESSION: 157845, PROCESS: 1433)      
02/13/2013 02:13:39 ANR0986I Process 1433 for GENERATE BACKUPSET       
running in the BACKGROUND processed 350,398 items for a total of       
1,175,298,422,143 bytes with a completion state of SUCCESS at 02:13:39 
AM. (SESSION: 157845, PROCESS: 1433)                                   
02/13/2013 02:13:39 ANR0171I dbiconn.c(1956): Error detected on 0:168, 
database in evaluation mode. (SESSION: 157845)                         
02/13/2013 02:13:39 ANR0162W Supplemental database diagnostic          
information:  -1:08003:-99999 ([IBM][CLI Driver] CLI0106E  Connection  
is closed. SQLSTATE=08003). (SESSION: 157845)                          
02/13/2013 02:13:39 ANR0171I tbtbl.c(2366): Error detected on 31:1,    
database in evaluation mode. (SESSION: 157845)                         
02/13/2013 02:13:39 ANR0104E bfdedup.c(4600): Error 4522 deleting row  
from table “BF.Bitfile.Extents”.                                       
02/13/2013 02:13:39 ANR0171I dbitxn.c(708): Error detected on 0:31,    
database in evaluation mode. (SESSION: 157845)                         
02/13/2013 02:13:39 ANR0162W Supplemental database diagnostic          
information:  -1:08003:-99999 ([IBM][CLI Driver] CLI0106E  Connection  
is closed. SQLSTATE=08003). (SESSION: 157845)                          
02/13/2013 02:13:39 ANR0130E dbitxn.c(1719): Server LOG space          
exhausted. (SESSION: 157845)        

I find this APAR                                                       
                                                                       
IC87090: GENERATE BACKUPSET CAN FAIL AFTER REACHING ACTIVE LOG         
NUM_LOG_SPAN LIMIT.                               

And i try to resolve this problem whit install :

6.3.3.100   or 6.3.4

                            

Error to generate BackupSet TSM 6.3.2