Operating System - HP-UX
1752808 Members
5523 Online
108789 Solutions
New Discussion юеВ

Bus Instance number 303 exceeded the maximum allowed (255)

 
SOLVED
Go to solution
yulianto piyut
Valued Contributor

Bus Instance number 303 exceeded the maximum allowed (255)

hi all,

anyone know about these error?
Aug 10 02:12:05 bckpapp1 vmunix: wsio_claim init failed isc=0x64a60400 name=fcparray
Aug 10 02:40:58 bckpapp1 vmunix: fcparray_init unsuccessful. Bus Instance number 287 exceeded the maximum allowed (255).
Aug 10 02:40:58 bckpapp1 vmunix: wsio_claim init failed isc=0xdbedac00 name=fcparray
Aug 10 02:45:09 bckpapp1 vmunix: fcparray_init unsuccessful. Bus Instance number 303 exceeded the maximum allowed (255).
Aug 10 02:45:09 bckpapp1 vmunix: wsio_claim init failed isc=0x9665bc00 name=fcparray
Aug 10 02:46:13 bckpapp1 vmunix: fcparray_init unsuccessful. Bus Instance number 301 exceeded the maximum allowed (255).
Aug 10 02:46:13 bckpapp1 vmunix: wsio_claim init failed isc=0x9665bc00 name=fcparray
Aug 10 02:55:44 bckpapp1 vmunix: fcparray_init unsuccessful. Bus Instance number 287 exceeded the maximum allowed (255).
Aug 10 02:55:44 bckpapp1 vmunix: wsio_claim init failed isc=0xf6fe6c00 name=fcparray
Aug 10 02:59:54 bckpapp1 vmunix: fcparray_init unsuccessful. Bus Instance number 303 exceeded the maximum allowed (255).
Aug 10 02:59:54 bckpapp1 vmunix: wsio_claim init failed isc=0x130971400 name=fcparray
Aug 10 03:00:58 bckpapp1 vmunix: fcparray_init unsuccessful. Bus Instance number 301 exceeded the maximum allowed (255).
Aug 10 03:00:58 bckpapp1 vmunix: wsio_claim init failed isc=0x9253dc00 name=fcparray

I can not detect external storage cause of these error.
System run hp-ux 11.11 (rp 4440)
11 REPLIES 11
Patrick Wallek
Honored Contributor

Re: Bus Instance number 303 exceeded the maximum allowed (255)

I found this by searching google:

http://docs.hp.com/en/diag/ems/dm_ql_adapter.htm
*********
Event 47

* Severity: SERIOUS
* Description: Bus Instance number ! exceeded the maximum allowed instance number.
* Cause: Fibre Channel driver received bus instance number greater than 255, the maximum allowed instance number.
* Action: Cleanup of the ioconfig file might help. Please Report the problem to Hewlett Packard.
**********

Also a couple of threads from the ITRC:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=511609

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=508193

If you have support, you may need to place a call with the response center.
yulianto piyut
Valued Contributor

Re: Bus Instance number 303 exceeded the maximum allowed (255)

yes, i have read that forum related to my case.
to reconfigure ioconfig, just reboot the server or anything else to do before reboot the server?
1. cp -rp /etc/ioconfig /etc/ioconfig.ori
2. cp -rp /stand/ioconfig /stand/ioconfig.ori
3. shutdown -ry now
Viktor Balogh
Honored Contributor

Re: Bus Instance number 303 exceeded the maximum allowed (255)

Hi,

These are the general steps to clean up the IO tree:

http://viktorbalogh.net/blog/hp-ux/hp-ux_sysadm/reorganizing-io-tree-general-steps

Regards,
Viktor
****
Unix operates with beer.
yulianto piyut
Valued Contributor

Re: Bus Instance number 303 exceeded the maximum allowed (255)

thx Viktor,

1. Make a system recovery tape
2. Collect IO trees from all nodes concerned
3. Decide on the format of the standardized IO tree
4. Document the current device file ├в HW path mapping
5. Establish which system and user applications use current device files
6. Create an ASCII file representing the new IO tree
7. Shut down the system(s) to single user mode
8. Apply the new IO tree configuration with the ioinit command
9. Reboot the system to single user mode
10. Check that all new device files are created correctly
11. Rework any user or system applications affected by the change in the device file names
12. Remove all old device files

which command must be used in each steps?
Viktor Balogh
Honored Contributor
Solution

Re: Bus Instance number 303 exceeded the maximum allowed (255)

Hi,

Here are the commands. Don't ask for the exact command parameters, it's up to your configuration.

1. Make a system recovery tape -> make_net_recovery or make_tape_recovery
2. Collect IO trees from all nodes concerned -> ioscan -fnkC ext_bus
3. Decide on the format of the standardized IO tree - it is only applicable if you have two nodes and you want to have the same device files on both nodes. In this case you should decide which layout you want to use.
4. Document the current device file ├Г┬в├В ├В HW path mapping -> ioscan -fn >ioscan.bkup; cp /etc/ioconfig /etc/ioconfig.bkup; cp /stand/ioconfig /stand/ioconfig.bkup
5. Establish which system and user applications use current device files -> the best would be to temporarily vgexport/vgimport the volume groups which don't belong to the system (you should only keep vg00 and vg01)
6. Create an ASCII file representing the new IO tree --> format: hw path, class, instance number

# ioscan -fk | tail +3 | awk '{print $3"\t"$1"\t"$2}' > iotree

after that you should delete the lines corresponding to the unwanted device files, or change the device id, etc... remember, after instance 255 everything will be ignored/unusable!

7. Shut down the system(s) to single user mode -> shutdown, hpux -is

8. Apply the new IO tree configuration with the ioinit command -> ioinit -f /path/to/your/new_edited_iotree

9. Reboot the system to single user mode -> shutdown, hpux -is

10. Check that all new device files are created correctly -> ioscan

11. Rework any user or system applications affected by the change in the device file names -> vgimport

12. Remove all old device files -> rmsf

Hope this helps,
Viktor
****
Unix operates with beer.
yulianto piyut
Valued Contributor

Re: Bus Instance number 303 exceeded the maximum allowed (255)

still failed, there are ext_bus with have number more than 255.

bash-3.00# cat /tmp/iotree.ori
root root 0
0 ioa 0
0/0 ba 0
0/0/1/0 usb 0
0/0/1/0.1 usbhub 0
0/0/1/1 usb 1
0/0/1/1.1 usbhub 1
0/0/1/2 usb 2
0/0/2/0 sideba 0
0/0/2/0.0 ext_bus 0
0/0/2/0.0.0 target 0
0/0/2/0.0.0.0 disk 0
0/0/2/0.0.7 target 1
0/0/2/0.0.7.0 ctl 0
0/0/2/0.1 ext_bus 1
0/0/2/0.1.7 target 2
0/0/2/0.1.7.0 ctl 1
0/1 ba 1
0/1/1/0 ext_bus 2
0/1/1/0.0 target 3
0/1/1/0.0.0 disk 1
0/1/1/0.1 target 4
0/1/1/0.1.0 disk 2
0/1/1/0.7 target 5
0/1/1/0.7.0 ctl 2
0/1/1/1 ext_bus 3
0/1/1/1.4 target 6
0/1/1/1.4.0 tape 0
0/1/1/1.7 target 7
0/1/1/1.7.0 ctl 3
0/1/2/0 lan 0
0/2 ba 2
0/2/1/0 fc 0
0/2/1/0.3 fcp 14
0/2/1/0.3.246.255.0 ext_bus 218
0/2/1/0.3.246.255.0.2 target 8
0/2/1/0.3.246.255.0.2.0 tape 1
0/2/1/0.3.251.255.0 ext_bus 199
0/2/1/0.3.251.255.0.1 target 9
0/2/1/0.3.251.255.0.1.0 tape 2
0/2/1/0.3.251.255.0.1.1 autoch 0
0/2/1/0.3.252.255.0 ext_bus 200
0/2/1/0.3.252.255.0.1 target 10
0/2/1/0.3.252.255.0.1.0 tape 3
0/2/1/0.3.253.255.0 ext_bus 201
0/2/1/0.3.253.255.0.1 target 11
0/2/1/0.3.253.255.0.1.0 tape 4
0/2/1/0.3.254.255.0 ext_bus 202
0/2/1/0.3.254.255.0.1 target 12
0/2/1/0.3.254.255.0.1.0 tape 5
0/2/1/0.3.255.255.0 ext_bus 203
0/2/1/0.3.255.255.0.1 target 13
0/2/1/0.3.255.255.0.1.0 tape 6
0/2/1/0.11 fcp 10
0/2/1/0.31 fcp 12
0/2/1/0.31.130.255.0 ext_bus 168
0/2/1/0.31.146.255.0 ext_bus 169
0/2/1/0.50 fcp 16
0/2/1/0.50.130.0.0 ext_bus 220
0/2/1/0.50.130.0.0.0 target 31
0/2/1/0.50.130.0.0.0.0 disk 3
0/2/1/0.50.130.0.0.1 target 32
0/2/1/0.50.130.0.0.1.0 disk 4
0/2/1/0.50.130.0.0.2 target 33
0/2/1/0.50.130.0.0.2.0 disk 5
0/2/1/0.50.130.0.0.3 target 34
0/2/1/0.50.130.0.0.3.0 disk 6
0/2/1/0.50.130.0.0.4 target 35
0/2/1/0.50.130.0.0.4.0 disk 7
0/2/1/0.50.130.0.0.5 target 36
0/2/1/0.50.130.0.0.5.0 disk 8
0/2/1/0.50.130.0.0.6 target 37
0/2/1/0.50.130.0.0.6.0 disk 9
0/2/1/0.50.130.0.0.7 target 38
0/2/1/0.50.130.0.0.7.0 disk 10
0/2/1/0.50.130.0.0.8 target 39
0/2/1/0.50.130.0.0.8.0 disk 11
0/2/1/0.50.130.0.0.9 target 40
0/2/1/0.50.130.0.0.9.0 disk 12
0/2/1/0.50.130.0.0.10 target 41
0/2/1/0.50.130.0.0.10.0 disk 13
0/2/1/0.50.130.0.0.11 target 42
0/2/1/0.50.130.0.0.11.0 disk 14
0/2/1/0.50.130.0.0.12 target 43
0/2/1/0.50.130.0.0.12.0 disk 15
0/2/1/0.50.130.0.0.13 target 44
0/2/1/0.50.130.0.0.13.0 disk 16
0/2/1/0.50.130.0.0.14 target 45
0/2/1/0.50.130.0.0.14.0 disk 17
0/2/1/0.50.130.0.0.15 target 46
0/2/1/0.50.130.0.0.15.0 disk 18
0/2/1/0.50.130.255.0 ext_bus 221
0/2/1/0.50.130.255.0.0 target 47
0/2/1/0.50.130.255.0.0.0 ctl 4
0/2/1/0.201 fcp 18
0/2/1/0.201.21.255.8 ext_bus 256
0/2/1/0.201.22.255.8 ext_bus 257
0/2/1/0.201.23.255.12 ext_bus 224
0/2/1/0.201.23.255.12.11 target 14
0/2/1/0.201.23.255.12.11.0 tape 61
0/2/1/0.201.37.255.7 ext_bus 258
0/2/1/0.201.38.255.7 ext_bus 259
0/2/1/0.201.39.255.12 ext_bus 225
0/2/1/0.201.39.255.12.9 target 15
0/2/1/0.201.39.255.12.9.0 tape 16
0/2/1/0.201.53.255.9 ext_bus 226
0/2/1/0.201.53.255.9.7 target 16
0/2/1/0.201.53.255.9.7.0 tape 66
0/2/1/0.201.54.255.9 ext_bus 227
0/2/1/0.201.54.255.9.0 target 17
0/2/1/0.201.54.255.9.0.0 tape 14
0/2/1/0.201.55.255.12 ext_bus 228
0/2/1/0.201.55.255.12.6 target 18
0/2/1/0.201.55.255.12.6.0 tape 60
0/2/1/0.201.87.255.11 ext_bus 229
0/2/1/0.201.87.255.11.12 target 19
0/2/1/0.201.87.255.11.12.0 tape 48
0/2/1/0.201.133.255.11 ext_bus 230
0/2/1/0.201.133.255.11.9 target 20
0/2/1/0.201.133.255.11.9.0 tape 64
0/2/1/0.201.134.255.11 ext_bus 231
0/2/1/0.201.134.255.11.6 target 21
0/2/1/0.201.134.255.11.6.0 tape 34
0/2/1/0.201.149.255.8 ext_bus 232
0/2/1/0.201.149.255.8.15 target 22
0/2/1/0.201.149.255.8.15.0 tape 72
0/2/1/0.201.150.255.8 ext_bus 233
0/2/1/0.201.150.255.8.8 target 23
0/2/1/0.201.150.255.8.8.0 tape 56
0/2/1/0.201.151.255.12 ext_bus 234
0/2/1/0.201.151.255.12.10 target 24
0/2/1/0.201.151.255.12.10.0 tape 59
0/2/1/0.201.165.255.7 ext_bus 260
0/2/1/0.201.166.255.7 ext_bus 261
0/2/1/0.201.167.255.12 ext_bus 235
0/2/1/0.201.167.255.12.7 target 25
0/2/1/0.201.167.255.12.7.0 tape 17
0/2/1/0.201.181.255.8 ext_bus 236
0/2/1/0.201.181.255.8.0 target 26
0/2/1/0.201.181.255.8.0.0 tape 52
0/2/1/0.201.182.255.8 ext_bus 237
0/2/1/0.201.182.255.8.4 target 27
0/2/1/0.201.182.255.8.4.0 tape 57
0/2/1/0.201.183.255.12 ext_bus 238
0/2/1/0.201.183.255.12.5 target 28
0/2/1/0.201.183.255.12.5.0 tape 70
0/2/1/0.201.199.255.12 ext_bus 239
0/2/1/0.201.199.255.12.3 target 29
0/2/1/0.201.199.255.12.3.0 tape 55
0/2/1/0.201.215.255.11 ext_bus 240
0/2/1/0.201.215.255.11.10 target 30
0/2/1/0.201.215.255.11.10.0 tape 62
0/2/1/0.221 fcp 20
0/2/1/0.221.21.255.12 ext_bus 262
0/2/1/0.221.22.255.12 ext_bus 263
0/2/1/0.221.23.255.12 ext_bus 264
0/2/1/0.221.37.255.11 ext_bus 265
0/2/1/0.221.38.255.11 ext_bus 266
0/2/1/0.221.39.255.11 ext_bus 267
0/2/1/0.221.133.255.12 ext_bus 268
0/2/1/0.221.134.255.12 ext_bus 269
0/2/1/0.221.135.255.12 ext_bus 270
0/2/1/0.221.149.255.12 ext_bus 271
0/2/1/0.221.150.255.12 ext_bus 272
0/2/1/0.221.151.255.11 ext_bus 273
0/2/1/0.221.165.255.7 ext_bus 274
0/2/1/0.221.181.255.6 ext_bus 275
0/2/1/0.221.197.255.6 ext_bus 276
0/2/1/0.221.213.255.0 ext_bus 277
0/2/1/0.221.229.255.6 ext_bus 278
0/3 ba 3
0/3/1/0 fc 1
0/3/1/0.2 fcp 15
0/3/1/0.2.245.255.0 ext_bus 219
0/3/1/0.2.245.255.0.2 target 48
0/3/1/0.2.245.255.0.2.0 tape 7
0/3/1/0.2.250.255.0 ext_bus 207
0/3/1/0.2.250.255.0.1 target 49
0/3/1/0.2.250.255.0.1.0 tape 8
0/3/1/0.2.251.255.0 ext_bus 208
0/3/1/0.2.251.255.0.1 target 50
0/3/1/0.2.251.255.0.1.0 tape 9
0/3/1/0.2.252.255.0 ext_bus 209
0/3/1/0.2.252.255.0.1 target 51
0/3/1/0.2.252.255.0.1.0 tape 10
0/3/1/0.2.253.255.0 ext_bus 210
0/3/1/0.2.253.255.0.1 target 52
0/3/1/0.2.253.255.0.1.0 tape 11
0/3/1/0.2.254.255.0 ext_bus 211
0/3/1/0.2.254.255.0.1 target 53
0/3/1/0.2.254.255.0.1.0 tape 12
0/3/1/0.21 fcp 11
0/3/1/0.41 fcp 13
0/3/1/0.41.130.255.0 ext_bus 170
0/3/1/0.41.146.255.0 ext_bus 171
0/3/1/0.60 fcp 17
0/3/1/0.60.130.0.0 ext_bus 222
0/3/1/0.60.130.0.0.0 target 69
0/3/1/0.60.130.0.0.0.0 disk 19
0/3/1/0.60.130.0.0.1 target 70
0/3/1/0.60.130.0.0.1.0 disk 20
0/3/1/0.60.130.0.0.2 target 71
0/3/1/0.60.130.0.0.2.0 disk 21
0/3/1/0.60.130.0.0.3 target 72
0/3/1/0.60.130.0.0.3.0 disk 22
0/3/1/0.60.130.0.0.4 target 73
0/3/1/0.60.130.0.0.4.0 disk 23
0/3/1/0.60.130.0.0.5 target 74
0/3/1/0.60.130.0.0.5.0 disk 24
0/3/1/0.60.130.0.0.6 target 75
0/3/1/0.60.130.0.0.6.0 disk 25
0/3/1/0.60.130.0.0.7 target 76
0/3/1/0.60.130.0.0.7.0 disk 26
0/3/1/0.60.130.0.0.8 target 77
0/3/1/0.60.130.0.0.8.0 disk 27
0/3/1/0.60.130.0.0.9 target 78
0/3/1/0.60.130.0.0.9.0 disk 28
0/3/1/0.60.130.0.0.10 target 79
0/3/1/0.60.130.0.0.10.0 disk 29
0/3/1/0.60.130.0.0.11 target 80
0/3/1/0.60.130.0.0.11.0 disk 30
0/3/1/0.60.130.0.0.12 target 81
0/3/1/0.60.130.0.0.12.0 disk 31
0/3/1/0.60.130.0.0.13 target 82
0/3/1/0.60.130.0.0.13.0 disk 32
0/3/1/0.60.130.0.0.14 target 83
0/3/1/0.60.130.0.0.14.0 disk 33
0/3/1/0.60.130.0.0.15 target 84
0/3/1/0.60.130.0.0.15.0 disk 34
0/3/1/0.60.130.255.0 ext_bus 223
0/3/1/0.60.130.255.0.0 target 85
0/3/1/0.60.130.255.0.0.0 ctl 5
0/3/1/0.211 fcp 19
0/3/1/0.211.21.255.7 ext_bus 241
0/3/1/0.211.21.255.7.1 target 54
0/3/1/0.211.21.255.7.1.0 tape 75
0/3/1/0.211.22.255.6 ext_bus 242
0/3/1/0.211.22.255.6.14 target 55
0/3/1/0.211.22.255.6.14.0 tape 73
0/3/1/0.211.23.255.10 ext_bus 243
0/3/1/0.211.23.255.10.14 target 56
0/3/1/0.211.23.255.10.14.0 tape 58
0/3/1/0.211.37.255.6 ext_bus 244
0/3/1/0.211.37.255.6.10 target 57
0/3/1/0.211.37.255.6.10.0 tape 74
0/3/1/0.211.38.255.6 ext_bus 245
0/3/1/0.211.38.255.6.11 target 58
0/3/1/0.211.38.255.6.11.0 tape 65
0/3/1/0.211.39.255.10 ext_bus 246
0/3/1/0.211.39.255.10.12 target 59
0/3/1/0.211.39.255.10.12.0 tape 67
0/3/1/0.211.53.255.6 ext_bus 279
0/3/1/0.211.54.255.6 ext_bus 280
0/3/1/0.211.55.255.10 ext_bus 247
0/3/1/0.211.55.255.10.10 target 60
0/3/1/0.211.55.255.10.10.0 tape 53
0/3/1/0.211.87.255.10 ext_bus 248
0/3/1/0.211.87.255.10.6 target 61
0/3/1/0.211.87.255.10.6.0 tape 68
0/3/1/0.211.133.255.10 ext_bus 249
0/3/1/0.211.133.255.10.3 target 62
0/3/1/0.211.133.255.10.3.0 tape 54
0/3/1/0.211.134.255.9 ext_bus 250
0/3/1/0.211.134.255.9.15 target 63
0/3/1/0.211.134.255.9.15.0 tape 71
0/3/1/0.211.135.255.11 ext_bus 251
0/3/1/0.211.135.255.11.1 target 64
0/3/1/0.211.135.255.11.1.0 tape 50
0/3/1/0.211.149.255.6 ext_bus 252
0/3/1/0.211.149.255.6.13 target 65
0/3/1/0.211.149.255.6.13.0 tape 76
0/3/1/0.211.150.255.6 ext_bus 253
0/3/1/0.211.150.255.6.12 target 66
0/3/1/0.211.150.255.6.12.0 tape 63
0/3/1/0.211.151.255.10 ext_bus 254
0/3/1/0.211.151.255.10.13 target 67
0/3/1/0.211.151.255.10.13.0 tape 69
0/3/1/0.211.165.255.6 ext_bus 281
0/3/1/0.211.166.255.6 ext_bus 282
0/3/1/0.211.167.255.10 ext_bus 255
0/3/1/0.211.167.255.10.11 target 68
0/3/1/0.211.167.255.10.11.0 tape 51
0/3/1/0.211.181.255.6 ext_bus 283
0/3/1/0.211.182.255.5 ext_bus 284
0/3/1/0.211.183.255.10 ext_bus 285
0/3/1/0.211.199.255.10 ext_bus 286
0/3/1/0.211.215.255.10 ext_bus 287
0/3/1/0.231 fcp 21
0/3/1/0.231.21.255.10 ext_bus 288
0/3/1/0.231.22.255.10 ext_bus 289
0/3/1/0.231.23.255.10 ext_bus 290
0/3/1/0.231.37.255.10 ext_bus 291
0/3/1/0.231.38.255.10 ext_bus 292
0/3/1/0.231.39.255.9 ext_bus 293
0/3/1/0.231.133.255.11 ext_bus 294
0/3/1/0.231.134.255.10 ext_bus 295
0/3/1/0.231.135.255.10 ext_bus 296
0/3/1/0.231.149.255.10 ext_bus 297
0/3/1/0.231.150.255.10 ext_bus 298
0/3/1/0.231.151.255.10 ext_bus 299
0/3/1/0.231.165.255.6 ext_bus 300
0/3/1/0.231.197.255.6 ext_bus 301
0/3/1/0.231.213.255.6 ext_bus 302
0/3/1/0.231.229.255.6 ext_bus 303
0/4 ba 4
0/4/1/0 lan 1
0/4/1/1 lan 2
0/6 ba 5
0/7 ba 6
0/7/1/0 tty 0
0/7/1/1 tty 1
0/7/2/0 unknown -1
8 memory 0
16 ipmi 0
128 processor 0
129 processor 1
bash-3.00#

how to delete these ext_bus (have number more than 255) ?
yulianto piyut
Valued Contributor

Re: Bus Instance number 303 exceeded the maximum allowed (255)

i just edit /tmp/iotree:

bash-3.00# more /tmp/iotree
0/0/2/0.0 ext_bus 0
0/0/2/0.1 ext_bus 1
0/1/1/0 ext_bus 2
0/1/1/1 ext_bus 3
0/0/2/0.0.0.0 disk 0
0/1/1/0.0.0 disk 1
0/1/1/0.1.0 disk 2
0/1/2/0 lan /0
0/4/1/0 lan 1
0/4/1/1 lan 2
bash-3.00# ioinit -f /tmp/iotree -r

server rebooted but the ext_bus with have number more than 255 still exists.
how about these guys?
Stephan.
Honored Contributor

Re: Bus Instance number 303 exceeded the maximum allowed (255)

Hi,
open a call and ask for a tool called "ioconfig_dump" from wtec.

It is able to create an ascii file which can be edited from your current binary ioconfig as well as offering an automatic cleanup mode for your problem.

This will reduce all the above steps to

- run ioconfig_dump
- save current ioconfig
- move new ioconfig in place
- reboot

hth
Stephan
yulianto piyut
Valued Contributor

Re: Bus Instance number 303 exceeded the maximum allowed (255)

I just tried:

(in ioinitrc)# /sbin/ioinit -c
(in ioinitrc)# ls -ld /etc/ioconfig
/sbin/sh: ls: not found
(in ioinitrc)# /sbin/ioinit -c
(in ioinitrc)# /sbin/ioinit -f /iotree -r
ioinit: Input is identical to kernel, line ignored
Input line 1: 0/0/2/0.0 ext_bus 0

ioinit: Input is identical to kernel, line ignored
Input line 2: 0/0/2/0.1 ext_bus 1

ioinit: Input is identical to kernel, line ignored
Input line 3: 0/1/1/0 ext_bus 2

ioinit: Input is identical to kernel, line ignored
Input line 4: 0/1/1/1 ext_bus 3

ioinit: Input is identical to kernel, line ignored
Input line 5: 0/0/2/0.0.0.0 disk 0

ioinit: Input is identical to kernel, line ignored
Input line 6: 0/1/1/0.0.0 disk 1

ioinit: Input is identical to kernel, line ignored
Input line 7: 0/1/1/0.1.0 disk 2

ioinit: Input is identical to kernel, line ignored
Input line 8: 0/1/2/0 lan 0

ioinit: Input is identical to kernel, line ignored
Input line 9: 0/4/1/0 lan 1

ioinit: Input is identical to kernel, line ignored
Input line 10: 0/4/1/1 lan 2

ioinit:Rebooting the system to reassign instance numbers
Shutdown at 03:15 (in 0 minutes) reboot: Couldn't write to /etc/utmp entry: /dev/pts/1

System shutdown time has arrived
Terminated
(in ioinitrc)#
sync'ing disks (0 buffers to flush):
0 buffers not flushed
0 buffers still dirty

Closing open logical volumes...
Done


for ioconfig_dump still waiting from hp