vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi guys, I'm trying to install one LPAR via NIM. The server is a P570, and the lpar to be installed has not physical ethernet but only virtual. On the NIM server I launched this command: nim -o bos_inst -a source=rte -a lpp_source=aix53ML2 -a spot=aix53ML02bos_spot -a boot_client=no -a bosinst_data=bosinst_source client2Binstalled That's the client boot configuration and the error that I received: ================================================== ======== BOOTP: chosen-network-type = ethernet,auto,none,auto BOOTP: server IP = 10.215.3.26 BOOTP: requested filename = BOOTP: client IP = 10.215.3.57 BOOTP: client HW addr = 6b 24 d0 0 60 3 BOOTP: gateway IP = 10.215.3.1 BOOTP: device /vdevice/l-lan@30000004 BOOTP: BOOTP request fail: 0 BOOTP: BOOTP request fail: 1 BOOTP: BOOTP request fail: 2 BOOTP ERROR: BOOTP request failed, QUIT !BA010004 ! ================================================== ========== Any idea? Tx Matt |
| |||
| From your client LPAR SMS menu attempt to ping the NIM server. If this fails work it as a basic networking problem. Verify the NIM server is sharing resources properly: showmount -e nimserver Verify both a boot device image and SPOT are being shared properly. Verify 'portcheck' is set to 0 on the NIM server: nfso -a | grep port Both values returned need to be zero: nfso -o <value>=0 Hope that helps. matteo wrote: > Hi guys, > > I'm trying to install one LPAR via NIM. > The server is a P570, and the lpar to be installed has not physical > ethernet but only virtual. > > On the NIM server I launched this command: > > nim -o bos_inst -a source=rte -a lpp_source=aix53ML2 -a > spot=aix53ML02bos_spot -a boot_client=no -a bosinst_data=bosinst_source > client2Binstalled > > That's the client boot configuration and the error that I received: > > ================================================== ======== > > BOOTP: chosen-network-type = ethernet,auto,none,auto > BOOTP: server IP = 10.215.3.26 > BOOTP: requested filename = > BOOTP: client IP = 10.215.3.57 > BOOTP: client HW addr = 6b 24 d0 0 60 3 > BOOTP: gateway IP = 10.215.3.1 > BOOTP: device /vdevice/l-lan@30000004 > > BOOTP: BOOTP request fail: 0 > > BOOTP: BOOTP request fail: 1 > > BOOTP: BOOTP request fail: 2 > BOOTP ERROR: BOOTP request failed, QUIT > !BA010004 ! > > ================================================== ========== > > > Any idea? > > Tx > Matt |
| |||
| matteo wrote: > Hi guys, > > I'm trying to install one LPAR via NIM. > The server is a P570, and the lpar to be installed has not physical > ethernet but only virtual. > > On the NIM server I launched this command: > > nim -o bos_inst -a source=rte -a lpp_source=aix53ML2 -a > spot=aix53ML02bos_spot -a boot_client=no -a bosinst_data=bosinst_source > client2Binstalled > > That's the client boot configuration and the error that I received: > > What's your /etc/bootptab file? -- BC |
| |||
| "matteo" <matteozorzi@gmail.com> wrote in news:1129818207.809258.289490 @z14g2000cwz.googlegroups.com: > Hi guys, > > I'm trying to install one LPAR via NIM. > The server is a P570, and the lpar to be installed has not physical > ethernet but only virtual. > > On the NIM server I launched this command: > > nim -o bos_inst -a source=rte -a lpp_source=aix53ML2 -a > spot=aix53ML02bos_spot -a boot_client=no -a bosinst_data=bosinst_source > client2Binstalled If at all possible, use ML3 instead. > That's the client boot configuration and the error that I received: > > ================================================== ======== > > BOOTP: chosen-network-type = ethernet,auto,none,auto > BOOTP: server IP = 10.215.3.26 > BOOTP: requested filename = > BOOTP: client IP = 10.215.3.57 > BOOTP: client HW addr = 6b 24 d0 0 60 3 > BOOTP: gateway IP = 10.215.3.1 > BOOTP: device /vdevice/l-lan@30000004 > > BOOTP: BOOTP request fail: 0 > > BOOTP: BOOTP request fail: 1 > > BOOTP: BOOTP request fail: 2 > BOOTP ERROR: BOOTP request failed, QUIT > !BA010004 ! > > ================================================== ========== #0 - Recheck your virtual ethernet definitions, including MAC addresses. #1 - Check the latest version of the microcode (traditionaly there are some bootp enhancements). Upgrade to latest if necessary (or just on general principle), same for the HMC (latest is 4.5.0.2). #2 - On the NIM server, change bootpd's arguments to "-d -d -d" on /etc/inetd.conf, refresh -s inetd, in /etc/syslog.conf add "*.info /dev/console", refresh -s syslogd, swcons `tty`, check for the bootptab messages, check MAC addresses. -- Doing AIX support was the most monty-pythonesque activity available at the time. Eagerly awaiting my thin chocolat mint. |
| ||||
| Hi Matt, matteo wrote: > Hi guys, > > I'm trying to install one LPAR via NIM. > The server is a P570, and the lpar to be installed has not physical > ethernet but only virtual. > > On the NIM server I launched this command: > > nim -o bos_inst -a source=rte -a lpp_source=aix53ML2 -a > spot=aix53ML02bos_spot -a boot_client=no -a bosinst_data=bosinst_source > client2Binstalled > > That's the client boot configuration and the error that I received: > > ================================================== ======== > > BOOTP: chosen-network-type = ethernet,auto,none,auto > BOOTP: server IP = 10.215.3.26 > BOOTP: requested filename = > BOOTP: client IP = 10.215.3.57 > BOOTP: client HW addr = 6b 24 d0 0 60 3 > BOOTP: gateway IP = 10.215.3.1 > BOOTP: device /vdevice/l-lan@30000004 > > BOOTP: BOOTP request fail: 0 > > BOOTP: BOOTP request fail: 1 > > BOOTP: BOOTP request fail: 2 > BOOTP ERROR: BOOTP request failed, QUIT > !BA010004 ! > > ================================================== ========== > > > Any idea? > > Tx > Matt > |