User Manual
Rev 2.2-1.0.1
Mellanox Technologies
317
Step 6. Verify the remote partition appears to the initiator as a local HDD.
[root@sqa070 ~ ]# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000518f2
Device Boot Start End Blocks Id System
/dev/sda1 * 1 131 1048576 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 131 2681 20480000 83 Linux
/dev/sda3 2681 2936 2048000 82 Linux swap / Solaris
Disk /dev/sdb: 21.5 GB, 21478670336 bytes
64 heads, 32 sectors/track, 20483 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
E.6.2 DHCP Configuration for PXELINUX with FlexBoot
The following DHCP configuration is presented as is, and may not work in all environments.
authoritative;
ddns-update-style none ;
ddns-updates off ;
allow bootp;
always-broadcast off ;
always-reply-rfc1048 off;
boot-unknown-clients on ;
option client-system-architecture code 93 = unsigned integer 16;
option vendor-encapsulated-options code 43 = string;
option vendor-class-identifier code 60 = string;
class "PXEClient" {
match if substring (option vendor-class-identifier, 0, 9) = "PXECli-
ent";
option vendor-class-identifier "PXEClient";
option vendor-encapsulated-options 06:01:08 ;
option dhcp-parameter-request-list = concat(option dhcp-parameter-
request-list,43);
}