13:43:01 @tozhu for disk-booting standalone SmartOS see the piadm(8) man page for starters. 13:45:33 can it boot for Triton? 15:17:00 For the headnode, you can. You just need to be careful about the pool you're booting from (true for ANY use of pool-booting). 15:17:20 Or do you want your CNs to boot iPXE from their pools? 15:18:27 (You can do that too, but there's a bit more to remember.) 16:58:19 What 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. 17:13:13 natefoo: you might be able to use "ifconfig $interface dhcp extend" (which is in core illumos-gate) but I have zero SmartOS GZ experience. 17:24:18 Yep, looks like that works (and my dhcpd.conf does not, heh), thanks.