HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - OpenVMS
 - >
 - Re: VMS 7.3-2 ACRTL V 1.0 patch gives error on ins...
 
Operating System - OpenVMS
        1840174
        Members
    
    
        2812
        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
 
10-13-2005 04:55 AM
10-13-2005 04:55 AM
			
				
					
					
						I get the following when trying to install the ACRTL v1.0 patch for vms 7.3-2.  Anyone have any ideas?
I did a lib/list on starlet.olb and the c$$main did not exist. I'm wondering if that is why the replace failed. If so, is it ok to NOT terminate the install?
Portion done: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%
%PCSI-I-PRCOUTPUT, output from subprocess follows ...
%LIBRAR-F-WRITEERR, error writing DISK$VMS_DISK:[VMS$COMMON.][SYSLIB]STARLET.OLB;6
%PCSI-E-MODREPLERR, error replacing module C$$MAIN in library DISK$VMS_DISK:[VMS
$COMMON.][SYSLIB]STARLET.OLB
-LIBRAR-F-WRITEERR, error writing !AS
%PCSI-E-OPFAILED, operation failed
Terminating is strongly recommended. Do you want to terminate? [YES]
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
I did a lib/list on starlet.olb and the c$$main did not exist. I'm wondering if that is why the replace failed. If so, is it ok to NOT terminate the install?
Portion done: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%
%PCSI-I-PRCOUTPUT, output from subprocess follows ...
%LIBRAR-F-WRITEERR, error writing DISK$VMS_DISK:[VMS$COMMON.][SYSLIB]STARLET.OLB;6
%PCSI-E-MODREPLERR, error replacing module C$$MAIN in library DISK$VMS_DISK:[VMS
$COMMON.][SYSLIB]STARLET.OLB
-LIBRAR-F-WRITEERR, error writing !AS
%PCSI-E-OPFAILED, operation failed
Terminating is strongly recommended. Do you want to terminate? [YES]
Solved! Go to Solution.
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-13-2005 05:43 AM
10-13-2005 05:43 AM
Solution
			
				
					
					
						Layne,
the -LIBRAR-F-WRITEERR should be followed by another system service error message, which would show the real underlying error. Maybe because PCSI is using the callable LBR$ routines, this information gets lost.
Try to consider to do some analysis on your own first:
$ copy sys$library:starlet.olb <>
$ libr/extr= <>starlet.olb
$ libr/repl=starlet.obj <>starlet.olb/log
and see, whether you get any errors.
If you use /REPLACE and the module does not yet exist in the library, it's just being inserted. This will be shown, if you use /LOG.
Volker. 
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
the -LIBRAR-F-WRITEERR should be followed by another system service error message, which would show the real underlying error. Maybe because PCSI is using the callable LBR$ routines, this information gets lost.
Try to consider to do some analysis on your own first:
$ copy sys$library:starlet.olb <>
$ libr/extr=
$ libr/repl=starlet.obj <>starlet.olb/log
and see, whether you get any errors.
If you use /REPLACE and the module does not yet exist in the library, it's just being inserted. This will be shown, if you use /LOG.
Volker.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-13-2005 05:47 AM
10-13-2005 05:47 AM
			
				
					
						
							Re: VMS 7.3-2 ACRTL V 1.0 patch gives error on install
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Thanks for the reply.  I'm not sure why the error message manifested itself the way it did, but the problem was related to the process running out of pgflquota during the install.
I have since re-installed the patch with no errors.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
I have since re-installed the patch with no errors.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-13-2005 06:25 AM
10-13-2005 06:25 AM
			
				
					
						
							Re: VMS 7.3-2 ACRTL V 1.0 patch gives error on install
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						hi,
As this ACRTL ECO kit makes extensve changes to STARLET.OLB and may also perform multiple header changes and extractions on DECC$RTLDEF.TLB.
As significant amount of STARLET.OLB updatation occurs after the kit says it is 90% insltalled, this is related with writing/permission/space problems. There was a discussion about this patch kit installtion failure in our ITRC, You may find some usefull info here.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=240251
Archunan
Archunan
					
				
			
			
				
		
		
	
	
	
As this ACRTL ECO kit makes extensve changes to STARLET.OLB and may also perform multiple header changes and extractions on DECC$RTLDEF.TLB.
As significant amount of STARLET.OLB updatation occurs after the kit says it is 90% insltalled, this is related with writing/permission/space problems. There was a discussion about this patch kit installtion failure in our ITRC, You may find some usefull info here.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=240251
Archunan
Archunan
	Regards
Archie
			
			
				
			
			
			
			
			
			
		Archie
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