HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: fbackup aborting at EOT, I'm not doing in batc...
 
Operating System - HP-UX
        1840206
        Members
    
    
        2914
        Online
    
    
        110162
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              Forums
Discussions
Forums
- Data Protection and Retention
 - Entry Storage Systems
 - Legacy
 - Midrange and Enterprise Storage
 - Storage Networking
 - HPE Nimble Storage
 
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
 - Appliance Servers
 - Alpha Servers
 - BackOffice Products
 - Internet Products
 - HPE 9000 and HPE e3000 Servers
 - Networking
 - Netservers
 - Secure OS Software for Linux
 - Server Management (Insight Manager 7)
 - Windows Server 2003
 - Operating System - Tru64 Unix
 - ProLiant Deployment and Provisioning
 - Linux-Based Community / Regional
 - Microsoft System Center Integration
 
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- Subscribe to RSS Feed
 - Mark Topic as New
 - Mark Topic as Read
 - Float this Topic for Current User
 - Bookmark
 - Subscribe
 - Printer Friendly Page
 
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-24-2003 06:43 AM
09-24-2003 06:43 AM
			
				
					
						
							fbackup aborting at EOT, I'm not doing in batch/cron
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						HPUX 11.11
K-Box
Hi,
I'm running fbackup from a script I created for my operator. Here is the exact command.
fbackup -I $opac/log/DAILY$ii.log -c $opac/list/fbackup.parms -f /dev/$Ttype$ii -g $opac/
list/DAILY$ii.set 2>&1|tee -a $log_filnm &
I have only one tape drive on this system, so I need operator to swap out tape. Here is my fbackup.parms file:
blocksperrecord 128
records 16
checkpointfreq 256
readerprocesses 6
maxretries 0
retrylimit 5000000
maxvoluses 100
chgvol /home/operator/bku/chgvol.ksh
error /home/operator/bku/error.ksh
filesperfsm 200
Here is the permissions on /home/operator/bku/chgvol.ksh:
@ccchpc11::super_ /home/operator/list> ll /home/operator/bku/chgvol.ksh
-rwxr-xr-- 1 root sys 216 Sep 24 13:26 /home/operator/bku/chgvol.ksh
@ccchpc11::super_ /home/operator/list>
Contents of chgvol.ksh
#!/usr/bin/ksh
# Purpose of this script is to alert operators when fbackup's tape has reached end of volume an
# d they need to load a new tape.
echo "fbackup has reached end of volume please insert a new tape---"
chgvol.ksh: END.
It is like it isn't even giving me a chance to change the tape. Please tell me why this isn't waiting.
Regards,
Kirk
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
K-Box
Hi,
I'm running fbackup from a script I created for my operator. Here is the exact command.
fbackup -I $opac/log/DAILY$ii.log -c $opac/list/fbackup.parms -f /dev/$Ttype$ii -g $opac/
list/DAILY$ii.set 2>&1|tee -a $log_filnm &
I have only one tape drive on this system, so I need operator to swap out tape. Here is my fbackup.parms file:
blocksperrecord 128
records 16
checkpointfreq 256
readerprocesses 6
maxretries 0
retrylimit 5000000
maxvoluses 100
chgvol /home/operator/bku/chgvol.ksh
error /home/operator/bku/error.ksh
filesperfsm 200
Here is the permissions on /home/operator/bku/chgvol.ksh:
@ccchpc11::super_ /home/operator/list> ll /home/operator/bku/chgvol.ksh
-rwxr-xr-- 1 root sys 216 Sep 24 13:26 /home/operator/bku/chgvol.ksh
@ccchpc11::super_ /home/operator/list>
Contents of chgvol.ksh
#!/usr/bin/ksh
# Purpose of this script is to alert operators when fbackup's tape has reached end of volume an
# d they need to load a new tape.
echo "fbackup has reached end of volume please insert a new tape---"
chgvol.ksh: END.
It is like it isn't even giving me a chance to change the tape. Please tell me why this isn't waiting.
Regards,
Kirk
		1 REPLY 1
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-24-2003 08:54 AM
09-24-2003 08:54 AM
			
				
					
						
							Re: fbackup aborting at EOT, I'm not doing in batch/cron
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						your chgvol script has nothing in it except for an echo. This won't give the operator time to do anything!  :)
If you have access to the ITRC's technical docs, look at Doc ID# KBRC00003074 it has an example chgvol script that you can cut/paste. Don't forget to get the "tape_ready" script from the example.
This should do it for you.
-denver
		
		
	
	
	
If you have access to the ITRC's technical docs, look at Doc ID# KBRC00003074 it has an example chgvol script that you can cut/paste. Don't forget to get the "tape_ready" script from the example.
This should do it for you.
-denver
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP