How to add multiple Hardware with Parameter "newid"

  • 3757537
  • 27-Nov-2007
  • 30-Apr-2012

Environment

Novell ZENworks 7 Desktop Management on Linux Support Pack 1 - ZDML7 SP1 PreBoot Services (PXE)
Novell ZENworks 7 Desktop Management on Linux Support Pack 1 - ZDML7 SP1 Imaging
Novell ZENworks 7 Desktop Management Support Pack 1 - ZDM7 SP1 PreBoot Services (PXE)
Novell ZENworks 7 Desktop Management Support Pack 1 - ZDM7 SP1 Imaging
Novell ZENworks 7 Desktop Management Support Pack 1 - ZDM7 SP1 PreBoot Services (PXE)
Novell ZENworks 11 Configuration Management Imaging
Novell ZENworks 10 Configuration Management Imaging
Novell ZENworks 7.3 Linux Management - ZLM7.3

Situation

PXE will not recognize the new Network Card.

"newid" Parameter is already used in z_*.cmd

More than one "newid" Parameters needed in z_*.cmd

Resolution

Add the second "newid" Parameter with a space after the first"newid" Parameter in the same line

Edit z_auto.cmd File

newid="0x11ab 0x4363,sky2" newid="0x11bc 0x4364,sky3"


Additional Information


KERNEL boot/linux
APPEND initrd=boot/initrd vga=0x314 install=tftp://$TFTPIP/boot rootimage=/root PROXYADDR=$PROXYADDR TFTPIP=$TFTPIP splash=silent PXEBOOT=YES mode=5 newid="0x11ab 0x4363,sky2" newid="0x11bc 0x4364,sky3"