Operating System - HP-UX
1752295 Members
5116 Online
108786 Solutions
New Discussion юеВ

ioinit can't change lan instance number

 
Jimmy Aulestia_2
Frequent Advisor

ioinit can't change lan instance number

Hi,

I read other messages, but i don't view the solution for this case. When i try to change the instance number of a lan, i have the error

# ioinit -f infile -r
ioinit: Instance number 0 already exists for class lan.
Line 1. 0/0/1/0 lan 0

But there isn't a lan 0



Class I H/W Path Driver S/W State H/W Type Description
====================================================================
lan 4 0/0/1/0 igssn CLAIMED INTERFACE HP IGSSN PCI 1000Base-T Adapter
lan 1 0/0/2/0 igssn CLAIMED INTERFACE HP IGSSN PCI 1000Base-T Adapter
lan 2 0/0/4/0 igssn CLAIMED INTERFACE HP IGSSN PCI 1000Base-T Adapter
lan 3 0/0/5/0 igssn CLAIMED INTERFACE HP IGSSN PCI 1000Base-T Adapter

where is the problem that will not let me change the instance number?

I have a IVM guest with hpux 11.23
Jimmy
4 REPLIES 4
Elmar P. Kolkman
Honored Contributor

Re: ioinit can't change lan instance number

What is the output of lanscan?
Every problem has at least one solution. Only some solutions are harder to find.

Re: ioinit can't change lan instance number

It would be interesting to see:

hpvmstatus -P -d

for this guest (obviously replacing with the name of the guest

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Eric SAUBIGNAC
Honored Contributor

Re: ioinit can't change lan instance number

Bonjour Jimmy,

Have you renamed both your /etc/ioconfig and /stand/ioconfig before rebooting to issue command "ioinit -f infile -r" ?

May be you should post the "infile"

Eric
UVA
Regular Advisor

Re: ioinit can't change lan instance number

Hi,

Please find the below steps

# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/4/2/0 0x001A4B08D4C0 1 UP lan1 snap1 1 ETHER Yes 119
0/2/1/0 0x0018FE2DC5CC 0 UP lan0 snap0 2 ETHER Yes 119
0/4/2/1 0x001A4B08D4C1 2 UP lan2 snap2 3 ETHER Yes 119
0/6/1/0 0x0018FE2DC6E8 3 UP lan3 snap3 4 ETHER Yes 119

vi /tmp/ppa


0/4/2/0 lan 0
0/4/2/1 lan 1
0/6/1/0 lan 2
0/2/1/0 lan 3

save and exit

ioinit -f /tmp/ppa -r