Physical Devices falling offline on startup
sphere27
Posts: 40
I'm having an issue where the cards in my NI4100 and a couple of ICSNET expansion boxes are not seen by the processor after boot up.
This doesn't happen every time though. It seems to usually resolve itself with a reboot but that's not good.
I know that I've been trying to jocky around start up code to get things smoothed out but could too much of a load on startup cause this symptom?
This doesn't happen every time though. It seems to usually resolve itself with a reboot but that's not good.
I know that I've been trying to jocky around start up code to get things smoothed out but could too much of a load on startup cause this symptom?
0
Comments
I've actually never gotten much help with it so I wrote a little workaround for it.
The basic thing is check for all the devices at startup. If they don't show up, reboot the master. I keep a count in a persistent variable and will keep trying reboot up to three times. If they don't show up after that, it reboots a fourth time, stays up so the rest of the system will stay up and emails/text messages me that something is seriously wrong.
I've never had one of them go over 1 reboot. They almost always come on after the single reboot.
I dare say that I'd win the lazy contest here Dave. After all, I don't even log in afterward. At least you bother to look afterward...
I will see which work around works best for me.
Jimi
I have consistently found this to be the case. Delaying the execution of hefty chunks of code that run at startup such as reading in and parsing config files (by around 30 seconds from memory) has always resolved the issue for me.
The issue seems limited to ICSNET/4100 card slot devices - I've never seen it affect AXLINK or Ethernet devices.