- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Network not working after fresh install
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
04-08-2009 10:23 AM
04-08-2009 10:23 AM
Network not working after fresh install
I had a HP-UX 11.31 server that was up and running with a fixed IP. I've been asked to re-install from DVD's this server. which I did...
I re-installed the same OE version (VSOE) of HP-UX 11.31 . I've not done the previous install.. This is my first step with 11.31.
On the installation menu, I configured the network with the same IP, netmask, and gateway than it was set before the re-installation and was working.
No cables are uplugged, I've tried to configure each of my lan port even if they are not supposed to be on the same VLAN, just to give a try... Nothing works...
I cannont even reach my gateway. I tried linkloop to another server and it returns me OK, so I guess my cable is OK..
Am I missing something??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2009 10:32 AM
04-08-2009 10:32 AM
Re: Network not working after fresh install
Maybe the IP was configured for another LAN than lan0, now it is lan0.
Fix it by running
# set_parms ip_address
(you can only configure ports with a cable connected)
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2009 11:19 AM
04-08-2009 11:19 AM
Re: Network not working after fresh install
Also how are resovl.conf and nsswitch.conf configured?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2009 11:33 AM
04-08-2009 11:33 AM
Re: Network not working after fresh install
# olrad -q
Driver(s)
Capable
Slot Path Bus Max Spd Pwr Occu Susp OLAR OLD Max Mode
Num Spd Mode
3 0/7/1 35 266 133 On Yes No Yes Yes PCI-X PCI-X
4 0/3/1 15 266 133 On Yes No Yes Yes PCI-X PCI-X
5 0/6/1 30 133 133 Off No N/A N/A N/A PCI-X PCI-X
6 0/2/1 10 133 133 Off No N/A N/A N/A PCI-X PCI-X
7 0/5/1 21 66 66 Off No N/A N/A N/A PCI-X PCI-X
8 0/5/2 21 66 66 Off No N/A N/A N/A PCI-X PCI-X
9 0/1/1 1 66 66 Off No N/A N/A N/A PCI-X PCI-X
10 0/1/2 1 66 66 Off No N/A N/A N/A PCI-X PCI-X
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/3/1/0/6/1 0x001E0BFDE1E3 1 UP lan1 snap1 2 ETHER Yes 119
0/7/1/0/6/0 0x001E0BFDF152 4 UP lan4 snap4 4 ETHER Yes 119
0/7/1/0/6/1 0x001E0BFDF153 5 UP lan5 snap5 5 ETHER Yes 119
0/4/2/1 0x001A4B087B01 3 UP lan3 snap3 6 ETHER Yes 119
LinkAgg0 0x001E0BFDE1E2 900 UP lan900 snap900 8 ETHER Yes 119
LinkAgg1 0x000000000000 901 DOWN lan901 snap901 9 ETHER Yes 119
LinkAgg2 0x000000000000 902 DOWN lan902 snap902 10 ETHER Yes 119
LinkAgg3 0x000000000000 903 DOWN lan903 snap903 11 ETHER Yes 119
LinkAgg4 0x000000000000 904 DOWN lan904 snap904 12 ETHER Yes 119
# Netconf
INTERFACE_NAME[0]="lan900"
IP_ADDRESS[0]="142.101.186.88"
SUBNET_MASK[0]="255.255.255.192"
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
INTERFACE_MODULES[0]=""
ROUTE_DESTINATION[0]="default"
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]="142.101.186.65"
ROUTE_COUNT[0]="1"
ROUTE_ARGS[0]=""
ROUTE_SOURCE[0]=""
# Host
142.101.186.88 whmh9951 psa2h41 psa2h41.ent.cginet
127.0.0.1 localhost loopback
# Resolv.conf
domain ent.cginet
nameserver 10.254.240.200
nameserver 10.254.240.201
# Nsswitch.conf
passwd: files
group: files
hosts: files
ipnodes: files
services: files
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2009 03:40 PM
04-08-2009 03:40 PM
Re: Network not working after fresh install
http://docs.hp.com/en/J4240-90045/J4240-90045.pdf
It also contains a troubleshooting section.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2009 10:12 PM
04-08-2009 10:12 PM
Re: Network not working after fresh install
#set_parms addl_netwrk