HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need shell script to find IPs when instance names ...
Operating System - HP-UX
        1839828
        Members
    
    
        2668
        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
	
		
			
            
                
            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
08-17-2009 11:40 AM
08-17-2009 11:40 AM
			
				
					
					
						Hi,
 
I have a file having instance names.
Say for example:
abc
def
lmn
opr
xyz
I want to find IP corrresponding to each of the instance and want to write in a new file
having instance and its IP.
Can someone suggest a shell script ?
Thanks,
Shiv
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
I have a file having instance names.
Say for example:
abc
def
lmn
opr
xyz
I want to find IP corrresponding to each of the instance and want to write in a new file
having instance and its IP.
Can someone suggest a shell script ?
Thanks,
Shiv
Solved! Go to Solution.
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2009 11:47 AM
- Tags:
- ipconfig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2009 12:14 PM
08-17-2009 12:14 PM
			
				
					
						
							Re: Need shell script to find IPs when instance names are known
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						In case i want to use nslookup on each of the instance having listed in a text file. Then how the script will look like ?
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2009 12:35 PM
08-17-2009 12:35 PM
			
				
					
						
							Re: Need shell script to find IPs when instance names are known
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						would you be looking for something like this then ?
for i in `cat /tmp/fileofinstances`
do
name=`ifconfig $i | awk 'NR==2 {print LAN,$2}'| \
nslookup|grep ^Name|cut -d: -f2| tr -s " "|cut -d" " -f 2`
echo $i" "$name
done
					
				
			
			
				
		
		
	
	
	
for i in `cat /tmp/fileofinstances`
do
name=`ifconfig $i | awk 'NR==2 {print LAN,$2}'| \
nslookup|grep ^Name|cut -d: -f2| tr -s " "|cut -d" " -f 2`
echo $i" "$name
done
	________________________________
UNIX because I majored in cryptology...
			
			
				
			
			
			
			
			
			
		UNIX because I majored in cryptology...
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
