HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: make_net_recovery client fails to boot from im...
 
Operating System - HP-UX
        1840213
        Members
    
    
        5471
        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
 
04-06-2004 12:10 AM
04-06-2004 12:10 AM
			
				
					
						
							make_net_recovery client fails to boot from image
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi,
I've run a make_net_recovery on a server. Now when I try and boot it to test that it works it fails to get an address via DHCP or instl_adm. I'm not running a DHCP server so I guess I need to get it working via instl_adm. In the past when I've built a server from the Ignite server everything works fine. It's just the recovery image that fails to get past obtaining it's network parameters.
Any ideas?
Regards,
Dave.
		
		
	
	
	
I've run a make_net_recovery on a server. Now when I try and boot it to test that it works it fails to get an address via DHCP or instl_adm. I'm not running a DHCP server so I guess I need to get it working via instl_adm. In the past when I've built a server from the Ignite server everything works fine. It's just the recovery image that fails to get past obtaining it's network parameters.
Any ideas?
Regards,
Dave.
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
04-06-2004 04:59 AM
04-06-2004 04:59 AM
			
				
					
						
							Re: make_net_recovery client fails to boot from image
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi Dave,
Make sure you have instl_boots service uncommented in /etc/inetd.conf and check the /etc/opt/ignite/instl_boottab file.
Sunda
		
		
	
	
	
Make sure you have instl_boots service uncommented in /etc/inetd.conf and check the /etc/opt/ignite/instl_boottab file.
Sunda
	Learn What to do ,How to do and more importantly When to do ?
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
04-06-2004 09:33 PM
04-06-2004 09:33 PM
			
				
					
						
							Re: make_net_recovery client fails to boot from image
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						/etc/inetd.conf and /etc/opt/ignite/instl_boottab are fine. 
I found this on the web
1.11 Q: Using bootptab entries to satisfy the DHCP request doesn't work, why?
There is a known problem with patches PHNE_17123, and PHNE_13648 to
the bootpd daemon. If you are strictly using entries in /etc/bootptab
such as described in question 5.5 in this document, you may have
problems once these patches are on your server.
The workaround is to either:
- Load the patch with the fix: PHNE_19241 (11.00) or PHNE_19095 (10.X).
- Remove these patches.
- Or, create a dummy entry in the /etc/dhcptab file which works
around the defect. The entry can look something like the entry
below. You will need to set the subnet-mask for your network.
DHCP_POOL_GROUP:\
pool-name=BLUE_SUBNET_POOL:\
subnet-mask=255.255.255.0 :\
lease-time=120:\
addr-pool-start-address= 192.11.22.254:\
addr-pool-last-address= 192.11.22.254:
                        
I've installed PHNE_28828 which supercedes PHNE_19241 to no effect.
The DHCP pool doesn't seem to make any odds.
Regards,
Dave.
		
		
	
	
	
I found this on the web
1.11 Q: Using bootptab entries to satisfy the DHCP request doesn't work, why?
There is a known problem with patches PHNE_17123, and PHNE_13648 to
the bootpd daemon. If you are strictly using entries in /etc/bootptab
such as described in question 5.5 in this document, you may have
problems once these patches are on your server.
The workaround is to either:
- Load the patch with the fix: PHNE_19241 (11.00) or PHNE_19095 (10.X).
- Remove these patches.
- Or, create a dummy entry in the /etc/dhcptab file which works
around the defect. The entry can look something like the entry
below. You will need to set the subnet-mask for your network.
DHCP_POOL_GROUP:\
pool-name=BLUE_SUBNET_POOL:\
subnet-mask=255.255.255.0 :\
lease-time=120:\
addr-pool-start-address= 192.11.22.254:\
addr-pool-last-address= 192.11.22.254:
I've installed PHNE_28828 which supercedes PHNE_19241 to no effect.
The DHCP pool doesn't seem to make any odds.
Regards,
Dave.
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