HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to add software in depot format to ignite ...
Operating System - HP-UX
        1839869
        Members
    
    
        2165
        Online
    
    
        110156
        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
11-10-2004 02:58 AM
11-10-2004 02:58 AM
			
				
					
						
							How to add software in depot format to ignite server?
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						I have download some softwares in depot format, and want to add 
them in the ignite server.
e.g I have bash depot file under /tmp
/tmp/Bash.depot
From
http://www.software.hp.com/products/IUX/faq.html#d0e1714
I tried to use this command.
make_config -s /tmp/Bash.depot -c bash.cfg
always get this error.
ERROR: Depot "/tmp/Bash.depot" does
not exist.
which command should I use?
Thanks
		
		
	
	
	
them in the ignite server.
e.g I have bash depot file under /tmp
/tmp/Bash.depot
From
http://www.software.hp.com/products/IUX/faq.html#d0e1714
I tried to use this command.
make_config -s /tmp/Bash.depot -c bash.cfg
always get this error.
ERROR: Depot "/tmp/Bash.depot" does
not exist.
which command should I use?
Thanks
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 03:15 AM
11-10-2004 03:15 AM
			
				
					
						
							Re: How to add software in depot format to ignite server?
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi
Use
swreg - register or unregister depots and roots
swreg -l depot /tmp/Bash.depot
Steve Steel
		
		
	
	
	
Use
swreg - register or unregister depots and roots
swreg -l depot /tmp/Bash.depot
Steve Steel
	If you want truly to understand something, try to change it. (Kurt Lewin)
			
			
				
			
			
			
			
			
			
		- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 03:17 AM
11-10-2004 03:17 AM
			
				
					
						
							Re: How to add software in depot format to ignite server?
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi,
You first need to register the depot. This could be done by either copying the bash.depot into a central software depot directoty or creating a depot directory for this specific software.
Maybe this link from itrc which is along the same lines would help,
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000065676441
The doc id is KBAN00000092.
Hope this helps.
Regds
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
You first need to register the depot. This could be done by either copying the bash.depot into a central software depot directoty or creating a depot directory for this specific software.
Maybe this link from itrc which is along the same lines would help,
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000065676441
The doc id is KBAN00000092.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 01:45 AM
11-11-2004 01:45 AM
			
				
					
						
							Re: How to add software in depot format to ignite server?
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Thanks a lot for your help.
It works then.
Here is the summary
1. need to register the depot by
swreg -l depot
/var/opt/ignite/depots/Rel_B.11.23/TcshBundle_B.11.23.20.02_HP-UX_B.11.23_IA
+PA.depot
2.
make_config -s /var/opt/ignite/depots/Rel_B.11.23/BashBundle,depot -c
bash.cfg
3. Modify the /var/opt/ignite/INDEX file to include the new bundle
e.g.
"/var/opt/ignite/depots/Rel_B.11.23/bash.cfg"
4. Check the syntax by
instl_adm -T
		
		
	
	
	
It works then.
Here is the summary
1. need to register the depot by
swreg -l depot
/var/opt/ignite/depots/Rel_B.11.23/TcshBundle_B.11.23.20.02_HP-UX_B.11.23_IA
+PA.depot
2.
make_config -s /var/opt/ignite/depots/Rel_B.11.23/BashBundle,depot -c
bash.cfg
3. Modify the /var/opt/ignite/INDEX file to include the new bundle
e.g.
"/var/opt/ignite/depots/Rel_B.11.23/bash.cfg"
4. Check the syntax by
instl_adm -T
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
