- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I reconfigure the LAN ID
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
10-25-2000 04:00 AM
10-25-2000 04:00 AM
How do I reconfigure the LAN ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 04:03 AM
10-25-2000 04:03 AM
Re: How do I reconfigure the LAN ID
when i'm right you mean you have entered the wrong IP-address/gateway. To correct this use the command:
/sbin/set_parms ip_address
and further:
/sbin/set_parms addl_network
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 04:17 AM
10-25-2000 04:17 AM
Re: How do I reconfigure the LAN ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 04:21 AM
10-25-2000 04:21 AM
Re: How do I reconfigure the LAN ID
i'm not sure (depends on what LAN interface you have) but in the file:
/etc/rc.config.d/hpetherconf
you can set the mac address with:
HP_ETHER_STATION_ADDRESS[0]=0xXXXXXXXXXXXX
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 04:24 AM
10-25-2000 04:24 AM
Re: How do I reconfigure the LAN ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 04:24 AM
10-25-2000 04:24 AM
Re: How do I reconfigure the LAN ID
ifconfig lan0 inet `hostname`netmask 255.XXX.XXX.<0>
...
The best is to do a lanscan:
the output should look like:
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
8/16/6 0x080009D2CA13 1 UP lan1 snap1 1 ETHER Yes 119
8/4/1/0 0x0060B0F9BA85 0 UP lan0 snap0 2 ETHER Yes 119
But I agree with Andreas the best is to use set_parms...
Hope it helps
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 04:43 AM
10-25-2000 04:43 AM
Re: How do I reconfigure the LAN ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 04:49 AM
10-25-2000 04:49 AM
Re: How do I reconfigure the LAN ID
you can use the lanadmin command (do a man on lanadmin) to set the lanID on the fly, however, it is best to set it in the corresponding rc.config.d file (this depends on the type of card you are using)
use lanscan to find out the nmid (or PPA in HPUX 11.0) which is required by lanadmin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 05:40 AM
10-25-2000 05:40 AM
Re: How do I reconfigure the LAN ID
First run "lanscan" command in order to ivestigate the PPA (or NMID) number of your card.
Secondly, as soon as you find out what is the PPA number, you need to actualy change the LAN address by issuing the command, " lanadmin -a
In this case no matter what happens you will always have the LAN ID that you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 05:41 AM
10-25-2000 05:41 AM
Re: How do I reconfigure the LAN ID
HW Address Net-Interface Name MAC type
56.1 lan0 ether
8 lan1 ether
1) create file called /tmp/hp. Now put in new instances that you want:
8 lan 0 <---where 8 is hw address of card & word LAN MUST be
there. 0 is NEW instance number.
56.1 lan 1 <---where 56.1 is hw address of card & word LAN MUST be there.
1 is NEW instance number.
2) do a: ioinit -f /tmp/hp
3) then reboot
4) do a lanscan to verify new names now are correct.
5) then cd /dev
6) do a: insf -e
7) do a: lssf /dev/lan* look for correct devices files & instances
8) then modify netconf & make sure ip's are going to correct card
9) Reboot again
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 05:07 AM
10-26-2000 05:07 AM
Re: How do I reconfigure the LAN ID
The network is configured and functioning properly but as Larry sumized I am trying to change the value of the LAN ID that was assigned by a service engineer after the motherboard replacement. There is a "ssupdate" command that I should be able to use, I think.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 01:58 PM
10-26-2000 01:58 PM
Re: How do I reconfigure the LAN ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 10:06 PM
10-26-2000 10:06 PM
Re: How do I reconfigure the LAN ID
For configuring the LAN ID Do the following steps
STEP 1) Get into root user by using
$ su root
#set_parms ip_address
#set_parms addl_netwrk
STEP 2) After configuring the LAN ID. reboot the station or U can try one more option which will normally reset the LAN interface parameters without reboot. i.e
in Command prompt type following command
#landiag
U will find an menu driven options then type
"l" (that is small "L")
after this type "r". this will resets the parameter and then it will come back to enter command prompt. Then type "q". it will brings U to # prompt.
Then try your lan connectivity. hope it will work.
good luck
Jayapal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 10:07 PM
10-26-2000 10:07 PM
Re: How do I reconfigure the LAN ID
For configuring the LAN ID Do the following steps
STEP 1) Get into root user by using
$ su root
#set_parms ip_address
#set_parms addl_netwrk
STEP 2) After configuring the LAN ID. reboot the station or U can try one more option which will normally reset the LAN interface parameters without reboot. i.e
in Command prompt type following command
#landiag
U will find an menu driven options then type
"l" (that is small "L")
after this type "r". this will resets the parameter and then it will come back to enter command prompt. Then type "q". it will brings U to # prompt.
Then try your lan connectivity. hope it will work.
good luck
Jayapal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 10:07 PM
10-26-2000 10:07 PM
Re: How do I reconfigure the LAN ID
For configuring the LAN ID Do the following steps
STEP 1) Get into root user by using
$ su root
#set_parms ip_address
#set_parms addl_netwrk
STEP 2) After configuring the LAN ID. reboot the station or U can try one more option which will normally reset the LAN interface parameters without reboot. i.e
in Command prompt type following command
#landiag
U will find an menu driven options then type
"l" (that is small "L")
after this type "r". this will resets the parameter and then it will come back to enter command prompt. Then type "q". it will brings U to # prompt.
Then try your lan connectivity. hope it will work.
good luck
Jayapal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 10:07 PM
10-26-2000 10:07 PM
Re: How do I reconfigure the LAN ID
For configuring the LAN ID Do the following steps
STEP 1) Get into root user by using
$ su root
#set_parms ip_address
#set_parms addl_netwrk
STEP 2) After configuring the LAN ID. reboot the station or U can try one more option which will normally reset the LAN interface parameters without reboot. i.e
in Command prompt type following command
#landiag
U will find an menu driven options then type
"l" (that is small "L")
after this type "r". this will resets the parameter and then it will come back to enter command prompt. Then type "q". it will brings U to # prompt.
Then try your lan connectivity. hope it will work.
good luck
Jayapal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 10:07 PM
10-26-2000 10:07 PM
Re: How do I reconfigure the LAN ID
For configuring the LAN ID Do the following steps
STEP 1) Get into root user by using
$ su root
#set_parms ip_address
#set_parms addl_netwrk
STEP 2) After configuring the LAN ID. reboot the station or U can try one more option which will normally reset the LAN interface parameters without reboot. i.e
in Command prompt type following command
#landiag
U will find an menu driven options then type
"l" (that is small "L")
after this type "r". this will resets the parameter and then it will come back to enter command prompt. Then type "q". it will brings U to # prompt.
Then try your lan connectivity. hope it will work.
good luck
Jayapal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 10:08 PM
10-26-2000 10:08 PM
Re: How do I reconfigure the LAN ID
For configuring the LAN ID Do the following steps
STEP 1) Get into root user by using
$ su root
#set_parms ip_address
#set_parms addl_netwrk
STEP 2) After configuring the LAN ID. reboot the station or U can try one more option which will normally reset the LAN interface parameters without reboot. i.e
in Command prompt type following command
#landiag
U will find an menu driven options then type
"l" (that is small "L")
after this type "r". this will resets the parameter and then it will come back to enter command prompt. Then type "q". it will brings U to # prompt.
Then try your lan connectivity. hope it will work.
good luck
Jayapal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2000 04:55 AM
10-27-2000 04:55 AM