- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Setting up new server for non internet network wit...
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
12-08-2004 03:22 AM
12-08-2004 03:22 AM
Setting up new server for non internet network with PC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 03:31 AM
12-08-2004 03:31 AM
Re: Setting up new server for non internet network with PC.
I would start to ping myself (that means try the loopback)
what does netstat -rn produce?
You should have the netmask configured in netconf
But are you on the right lan device?
What is the output of ioscan -funC lan?
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 03:36 AM
12-08-2004 03:36 AM
Re: Setting up new server for non internet network with PC.
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 03:37 AM
12-08-2004 03:37 AM
Re: Setting up new server for non internet network with PC.
lanscan
Lanscan will list the interface names (e.g. lan0, lan1, ...). For each of those, also post the output of ifconfig.
e.g. ifconfig lan0
Also for each device listed under lanscan there is a Card Instance Column (0,1,2,..). For each of those, post the output of
lanadmin -sx n
e.g lanadmin -sx 0
This should allow us to spot your configuration error but we can't rule out bad hardware or missing drivers.
Finally, attach the output of ioscan -fn.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 04:09 AM
12-08-2004 04:09 AM
Re: Setting up new server for non internet network with PC.
Lanadmin â sx 0
Speed =10000000
Current Config = NO LINK AUTONEG
I'm working on getting you a copy of ioscan -fn. I used cat to sent the output to a file, but I'm not sure how to put it on the cd of the server in order to transfer it over to my pc. It has been 10 years since I used unix and I'm a little rusty + never actually adminstered the server...so I am learning.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 04:34 AM
12-08-2004 04:34 AM
Re: Setting up new server for non internet network with PC.
You also didn't port the lanscan output. If you get your LAN connection fixed, it will be much easier to post this stuff and save us all a heap of trouble.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 04:35 AM
12-08-2004 04:35 AM
Re: Setting up new server for non internet network with PC.
The ifconfig seems good but
Lanadmin â  sx 0
Speed =10000000
Current Config = NO LINK AUTONEG
I just tested on a hpux11 I get speed 100 or 10
and dont have a line Current config =
Nut here No link is not good...
Check you cables do you see anything on the hubs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 09:02 AM
12-08-2004 09:02 AM
Re: Setting up new server for non internet network with PC.
ioscan -funC lan shows:
lan 0 0/;0/0/0 btlan claimed interface hp pci 10/100bASE-tx cORE
/dev/diag/lan0 /dev/ethr0 /dev/lan0
When I try to ping the server from the server it works. i.e. Server name 192.168.1.4 at unix prompt ping 192.168.1.4.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 09:39 AM
12-08-2004 09:39 AM
Re: Setting up new server for non internet network with PC.
What kind of hub are you using? Is it a 10/100, 10 only, 100 only? You may need to hard set the speed and duplex of the card in your HP-UX machine. That can be done with the lanadmin command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 09:40 AM
12-08-2004 09:40 AM
Re: Setting up new server for non internet network with PC.
ifconfig lan0
Make sure the netmask is the same as the PC. This can be read from the /etc/rc.config.d/netconf file
If you need to change netconf, don't leave the backup in /etc/rc.config.d it will get processed at boot time.
Lastly, this would appear to be a 1000 BaseT card. Maybe I'm wrong, but it needs an auto negotiate lan setting. It might now work with all low end hubs.
The netmask issue seems to stand out to me assuming your lanadmin shows link.
SEP
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
12-08-2004 09:52 AM
12-08-2004 09:52 AM
Re: Setting up new server for non internet network with PC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 10:16 AM
12-08-2004 10:16 AM
Re: Setting up new server for non internet network with PC.
At this point I would reboot the serve and power cycle the hub after making sure a stright-thru cable (ie non-xover) is connected between the server and the hub.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 10:16 AM
12-08-2004 10:16 AM
Re: Setting up new server for non internet network with PC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 10:57 AM
12-08-2004 10:57 AM
Re: Setting up new server for non internet network with PC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 11:09 AM
12-08-2004 11:09 AM
Re: Setting up new server for non internet network with PC.
Also, if you are connecting a hub to a larger network (another hub or port on a switch) then you use either a xover cable OR a stright-thru cable but connected to a special port on the hub. The latter is the more common nowadays.
I strongly urge you to avoid the xover cable and use a hub because the link indicator on the hub can at least be used to determine if you have an active port on the other end. If you can't get a link indication then all this is pointless since the server has a driver installed and lanscan sees the card. This indicates that the interface is not completely bad and that the correct driver is in use but it does not (nor does lanadmin or ifconfig output) mean that the card is good. This is really starting to look like a bad network connection but it could be a very trivial cabling issue. The other obvious question is "are the ports you are using on this hub known to be good?" Have you tried them somewhere else?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 10:49 PM
12-08-2004 10:49 PM
Re: Setting up new server for non internet network with PC.
I did notice that I get a message when I boot the server which says that DCHP is disabled....does that mean anything?
I am using this server to do software data conversions, and will make direct connections to the Oracle database, which will reside on this sever. Right now, I am the only one connected. In the future we will have many technicians hooked up to it through a hub. For now, the hub that I am using, is a 16 port 100mbps Fast Ethernet Hub. I am using ports 1X and 2X, but have tried to use 3X and 4X, and that didn't work either. This is a hub that we had lying around and I picked it up for testing, so I am now wondering if it is compatible. However, I do see green lights when I connect, so from what you are saying, it should be good. I was going to buy the crossover cable, but from what Clay is saying, I should not.
Also, I am using the 10 base T console port due to instructions from the installation tech from HP....you are indicating that I should use the other slot. Their are only two ports. Although I did try switching them already.
Could this whole problem be from how Windows is setup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 11:05 PM
12-08-2004 11:05 PM
Re: Setting up new server for non internet network with PC.
Yes its normal to disable DHCP unless you use a DHCP server somewhere...
Is your hub a hub or a switch?
And no you should not use the console port...
The other port can easily be configured using sam since you are starting you SYSADM adventure (welcome!)
But do you have a console connected?
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 11:15 PM
12-08-2004 11:15 PM
Re: Setting up new server for non internet network with PC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 11:22 PM
12-08-2004 11:22 PM
Re: Setting up new server for non internet network with PC.
Thanks, Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 11:31 PM
12-08-2004 11:31 PM
Re: Setting up new server for non internet network with PC.
Some equipment work well letting the lan interface negociate...
But when problems occurs...
Fixing the speed should end the risk but means you do not negociate anymore, both side!
Can you configure your hub?
If not leave it for now to autoneg (well thats what I would do...)
Because the most important now is to get the connection, after we can tune...
What is the output of ioscan -funC lan?
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 11:39 PM
12-08-2004 11:39 PM
Re: Setting up new server for non internet network with PC.
lan 0 0/;0/0/0 btlan claimed interface hp pci 10/100bASE-tx cORE
/dev/diag/lan0 /dev/ethr0 /dev/lan0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 11:46 PM
12-08-2004 11:46 PM
Re: Setting up new server for non internet network with PC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 11:50 PM
12-08-2004 11:50 PM
Re: Setting up new server for non internet network with PC.
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 11:52 PM
12-08-2004 11:52 PM
Re: Setting up new server for non internet network with PC.
So try to use the other socket and see if anything is happening!
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 12:53 AM
12-09-2004 12:53 AM