HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - OpenVMS
 - >
 - MOUNT-F-INVALIDSCB
 
Operating System - OpenVMS
        1840213
        Members
    
    
        5419
        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
	
		
			
            
                
            Go to solution
        
            
		
		
			
            	
	
		
        
		
	
	
		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
 
11-08-2008 10:56 AM
11-08-2008 10:56 AM
			
				
					
					
						In preparation of installing patches, I did an image backup of my system disk (while logged in). After I lost connection, the process continued executing the backup, and it disappeared when done (I checked before reboot).
Now I want to retrieve some files from that backup disk but I'm not able to MOUNT it:
$ mount/over=id $116$dka103
%MOUNT-F-INVALIDSCB, I/O error with storage control block on relative volume 1,
location 6
The disk can be mounted /FOREIGN; the HSZ-50 controller doesn't tell of any error.
What does the error mean and how can I get to this disk's contents?
(Reboot is not a real problem at the moment)
					
				
			
			
				
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
Now I want to retrieve some files from that backup disk but I'm not able to MOUNT it:
$ mount/over=id $116$dka103
%MOUNT-F-INVALIDSCB, I/O error with storage control block on relative volume 1,
location 6
The disk can be mounted /FOREIGN; the HSZ-50 controller doesn't tell of any error.
What does the error mean and how can I get to this disk's contents?
(Reboot is not a real problem at the moment)
	Willem Grooters
OpenVMS Developer & System Manager
			
			
				OpenVMS Developer & System Manager
Solved! Go to Solution.
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-08-2008 10:59 AM
11-08-2008 10:59 AM
			
				
					
						
							Re: MOUNT-F-INVALIDSCB
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						VMS 8.3, patched up-to-date (except last one). HSZ50 firmware V57Z (00)
					
				
			
			
				
		
		
	
	
	
	Willem Grooters
OpenVMS Developer & System Manager
			
			
				
			
			
			
			
			
			
		OpenVMS Developer & System Manager
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-08-2008 12:03 PM
11-08-2008 12:03 PM
Solution
			
				
					
					
						The BACKUP didn't complete, and that's the expected error for that case.
"A MOUNT command on a disk that was the target of a failed BACKUP restore operation does not fail, as it should. With the change included in this kit, MOUNT will now fail with a %MOUNT-F-INVALIDSCB error."
An older OpenVMS release might be willing to mount this disk, but I don't know of a way to get at this disk (other than with brute-force techniques) with a more recent release.
A trip through the source listings should turn up a way to patch the disk to get past the validation check to recover the disk, if this is important enough. The DISKBLOCK tool might be useful here, and Jur's most excellent LD can potentially be used to trace I/O activity:
http://64.223.189.234/node/1127
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
"A MOUNT command on a disk that was the target of a failed BACKUP restore operation does not fail, as it should. With the change included in this kit, MOUNT will now fail with a %MOUNT-F-INVALIDSCB error."
An older OpenVMS release might be willing to mount this disk, but I don't know of a way to get at this disk (other than with brute-force techniques) with a more recent release.
A trip through the source listings should turn up a way to patch the disk to get past the validation check to recover the disk, if this is important enough. The DISKBLOCK tool might be useful here, and Jur's most excellent LD can potentially be used to trace I/O activity:
http://64.223.189.234/node/1127
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-09-2008 07:33 AM
11-09-2008 07:33 AM
			
				
					
						
							Re: MOUNT-F-INVALIDSCB
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Good to know for next time. 
I looked through the docs and didn't find this note - somewhere in realease-notes, perhaps?
		
		
	
	
	
I looked through the docs and didn't find this note - somewhere in realease-notes, perhaps?
	Willem Grooters
OpenVMS Developer & System Manager
			
			
				
			
			
			
			
			
			
		OpenVMS Developer & System Manager
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