-
danmcd@tozhu for disk-booting standalone SmartOS see the piadm(8) man page for starters.
-
tozhucan it boot for Triton?
-
danmcdFor the headnode, you can. You just need to be careful about the pool you're booting from (true for ANY use of pool-booting).
-
danmcdOr do you want your CNs to boot iPXE from their pools?
-
danmcd(You can do that too, but there's a bit more to remember.)
-
natefooWhat would the correct procedure to restart dhcpagent (or get it to renew a lease) in the GZ? I just need to test some changes to the dhcp server config and the only clients on this network are SmartOS GZs.
-
sommerfeldnatefoo: you might be able to use "ifconfig $interface dhcp extend" (which is in core illumos-gate) but I have zero SmartOS GZ experience.
-
natefooYep, looks like that works (and my dhcpd.conf does not, heh), thanks.