HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - make_media_install fails at make_medialif
 
Operating System - HP-UX
        1840176
        Members
    
    
        2780
        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-03-2008 01:19 AM
09-03-2008 01:19 AM
			
				
					
						
							make_media_install fails at make_medialif
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi all,
I'm trying to create a bootable CD from an ignite image created using make_net_recovery. I followed this steps:
rm -r /var/opt/ignite/media/pseudo_root/*
mkdir -p /var/opt/ignite/media/pseudo_root/archives
cp /var/opt/ignite/recovery/archives/server/2008-09-01,16:50 /var/opt/ignite/media/pseudo_root/archives/B.11.31_archive_IA.gz
/opt/ignite/data/scripts/examples/make_media_install \
-r B.11.31 -o IA \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/archive_cfg \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/control_cfg \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/system_cfg \
-a B.11.31_archive_IA.gz \
-m /var/opt/ignite/recovery/archives/server
Here, the make_medialif failed, so I've launched manually:
/opt/ignite/bin/make_medialif -o IA -r B.11.31 \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/archive_cfg \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/control_cfg \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/system_cfg \
-l /var/opt/ignite/media/pseudo_root/bootvol.lif
But now I dont't know how to follow, because if I launch make_media_install again it fails at the first step:
WARNING: Non-default -m option value specified along with default -p option value; the default directory could run out of disk space, should both options be given?
=== Step 1: Make Ignite-UX config files for golden image archive(s) ===
+ /opt/ignite/lbin/make_arch_config -L /var/opt/ignite/media/pseudo_root/archives/. -n B.11.31_archive_IA.gz -d B.11.31_archive_IA.gz (B.11.31) -c /var/opt/ignite/recovery/archives/server/cfgs/B.11.31_archive_IA.gz.cfg.tmp -m t -C g -r ipf -b 64 -i 1 -t 999
ERROR: The tar command failed!
ERROR: /opt/ignite/lbin/archive_impact failed
ERROR: Failure writing to /var/opt/ignite/recovery/archives/server/cfgs/B.11
.31_archive_IA.gz.cfg.tmp
+ Error 11 /opt/ignite/lbin/make_arch_config failed.
/opt/ignite/data/scripts/examples/make_media_install: ERROR: /opt/ignite/lbin/make_arch_config failed.
Any idea???
I've removed and created again the /var/opt/ignite/recovery/archives/server/cfgs/B.11 folder with 777 mod but no success.
Thanks in advance!!
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
I'm trying to create a bootable CD from an ignite image created using make_net_recovery. I followed this steps:
rm -r /var/opt/ignite/media/pseudo_root/*
mkdir -p /var/opt/ignite/media/pseudo_root/archives
cp /var/opt/ignite/recovery/archives/server/2008-09-01,16:50 /var/opt/ignite/media/pseudo_root/archives/B.11.31_archive_IA.gz
/opt/ignite/data/scripts/examples/make_media_install \
-r B.11.31 -o IA \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/archive_cfg \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/control_cfg \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/system_cfg \
-a B.11.31_archive_IA.gz \
-m /var/opt/ignite/recovery/archives/server
Here, the make_medialif failed, so I've launched manually:
/opt/ignite/bin/make_medialif -o IA -r B.11.31 \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/archive_cfg \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/control_cfg \
-f /var/opt/ignite/clients/server/recovery/2008-09-01,16:50/system_cfg \
-l /var/opt/ignite/media/pseudo_root/bootvol.lif
But now I dont't know how to follow, because if I launch make_media_install again it fails at the first step:
WARNING: Non-default -m option value specified along with default -p option value; the default directory could run out of disk space, should both options be given?
=== Step 1: Make Ignite-UX config files for golden image archive(s) ===
+ /opt/ignite/lbin/make_arch_config -L /var/opt/ignite/media/pseudo_root/archives/. -n B.11.31_archive_IA.gz -d B.11.31_archive_IA.gz (B.11.31) -c /var/opt/ignite/recovery/archives/server/cfgs/B.11.31_archive_IA.gz.cfg.tmp -m t -C g -r ipf -b 64 -i 1 -t 999
ERROR: The tar command failed!
ERROR: /opt/ignite/lbin/archive_impact failed
ERROR: Failure writing to /var/opt/ignite/recovery/archives/server/cfgs/B.11
.31_archive_IA.gz.cfg.tmp
+ Error 11 /opt/ignite/lbin/make_arch_config failed.
/opt/ignite/data/scripts/examples/make_media_install: ERROR: /opt/ignite/lbin/make_arch_config failed.
Any idea???
I've removed and created again the /var/opt/ignite/recovery/archives/server/cfgs/B.11 folder with 777 mod but no success.
Thanks in advance!!
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-03-2008 02:28 AM
09-03-2008 02:28 AM
			
				
					
						
							Re: make_media_install fails at make_medialif
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Shalom,
Not much to go on here:
ERROR: The tar command failed!
ERROR: /opt/ignite/lbin/archive_impact failed
ERROR: Failure writing to /var/opt/ignite/recovery/archives/server/cfgs/B.11
.31_archive_IA.gz.cfg.tmp
First thing I would check is that there is enough disk space on /var for this image.
SEP
		
		
	
	
	
Not much to go on here:
ERROR: The tar command failed!
ERROR: /opt/ignite/lbin/archive_impact failed
ERROR: Failure writing to /var/opt/ignite/recovery/archives/server/cfgs/B.11
.31_archive_IA.gz.cfg.tmp
First thing I would check is that there is enough disk space on /var for this image.
SEP
	Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
			
			
				
			
			
			
			
			
			
		Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-03-2008 02:31 AM
09-03-2008 02:31 AM
			
				
					
						
							Re: make_media_install fails at make_medialif
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi Steven,
But I've got the lif file, can I proceed manually from this point and void launching again de make_media_install?
		
		
	
	
	
But I've got the lif file, can I proceed manually from this point and void launching again de make_media_install?
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