-
xmerlindoes anyone experienced crash booting DELL server R7525 (dual amd 7443)? ...It's a new server on which SmartOS has never been installed.
-
xmerlinthe crash is related to the mellanox card Mellanox ConnectX-4 LX 25GbE SFP Adapter
-
Woodstockxmerlin: this? illumos.org/attachments/2413
-
xmerlinWoodstock, right
-
Woodstock#16129 is apparently a regression caused by #16023, i ran into it myself just yesterday
-
Woodstocki wonder why #16023 wasn't backed out, that was probably just forgotten due to the holidays
-
xmerlin:(
-
xmerlinWoodstock, the previous release is ok with your card?
-
Woodstocki don't know. i got the system yesterday and it runs omnios.
-
Woodstocki just noticed because i updated to omnios-bloody and ran into the same issue
-
aruhi, are there any docs about how coal actually works?
-
aruand on a somewhat related note, is there a way to make changes done to /usbkey/config go live without rebooting the box?
-
jbkyou could manually do the steps that the boot scripts do that use /usbkey/config, how easily it is for those to take effect without reboot probably depends though on what the specific changes are
-
arucould you point me to which boot scripts those are? Sorry for these silly questions, I'm still getting my bearings
-
jbkis there something specific you want to change?
-
jbkit's mostly done as SMF method scripts
-
jbksome common bits shared by several of them are in /lib/sdc
-
jbkmost of those method scripts are going to be in /lib/svc/method
-
jbkthough you'd need to look a a specific service to see exactly what a particular service is running
-
aruI have a machine with a single nic and want to use it as a hypervisor to host vms, the vms don't need to be reachable from the outside directly. What I though about doing was having an etherstub with vms connected to it and doing nat in the gz. There are some resource which seem to have been written before coal_enable was introduced and I'm having a bit of a hard time figuring out how to do it right
-
aruto get my assumptions right, if I set coal=true in /usbkey/config and reboot, is ipnat -l supposed to give me something or is it implemented in some other way?