- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: trouble shooting new server connections
 
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
 
07-26-2004 09:38 AM
07-26-2004 09:38 AM
			
				
					
						
							trouble shooting new server connections
						
					
					
				
			
		
	
			
	
	
	
	
	
I'm fairly new at troubleshooting network issues and we've just put new servers online. I want to be proactive and have some idea of what to look for and where to look if we start having network issues. Ideas of the best approach to take are welcomed. Thanks
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
07-26-2004 09:43 AM
07-26-2004 09:43 AM
			
				
					
						
							Re: trouble shooting new server connections
						
					
					
				
			
		
	
			
	
	
	
	
	
netstat commands (see man pages)
ifconfig
lanscan
ndd
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
07-26-2004 09:58 AM
07-26-2004 09:58 AM
			
				
					
						
							Re: trouble shooting new server connections
						
					
					
				
			
		
	
			
	
	
	
	
	
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
07-26-2004 10:13 AM
07-26-2004 10:13 AM
			
				
					
						
							Re: trouble shooting new server connections
						
					
					
				
			
		
	
			
	
	
	
	
	
is a good one to try while it is working so you will know if it works at all and what to expect.
nslookup
is useful for troubleshooting DNS problems.
run traceroute to your most common clients and record the paths so you will know if something changes.
Make sure your routers respond to pings from your server or the server may decide that the gateway is down and refuse to use the router. (Can be turned off with ndd.)
Rob
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
07-26-2004 10:21 AM
07-26-2004 10:21 AM
			
				
					
						
							Re: trouble shooting new server connections
						
					
					
				
			
		
	
			
	
	
	
	
	
My friend and colleague Pat Kilfoyle has given several excellent presentations on network troubleshooting and performance issues at previous HP World and InterWorks conferences. I just found one of his presentations was publicly available at the following site:
ftp://198.151.251.239/pub/conference/hpworld2003/proceedings/1496.pdf
Hope you find this useful.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
07-26-2004 12:08 PM
07-26-2004 12:08 PM
			
				
					
						
							Re: trouble shooting new server connections
						
					
					
				
			
		
	
			
	
	
	
	
	
I have assigned points to 0 of 47 responses to my questions
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
07-26-2004 07:39 PM
07-26-2004 07:39 PM
			
				
					
						
							Re: trouble shooting new server connections
						
					
					
				
			
		
	
			
	
	
	
	
	
lsof (need to be installed)
Good if you want to see processes within network.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
07-27-2004 03:11 PM
07-27-2004 03:11 PM
			
				
					
						
							Re: trouble shooting new server connections
						
					
					
				
			
		
	
			
	
	
	
	
	
ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_netstat.txt