Solution
There is a known issue where the RAD utility sometimes fails to create the
OPCUA folder upon reimaging a NI LinuxRT controller. To create the folder and assign it appropriate permissions, complete the following steps:
1) Access the shell on your controller.
2) Navigate to the following directory: /var/local/natinst/certstore/
Note: This directory may also be located in: /etc/natinst/share/certstore/
3) To create the missing OPC UA directory, enter the following command: mkdir opcua
4) To change the directory permissions, enter the following command: chmod 777 opcua
Note: This gives universal access permissions to this directory for any type of user. Read more about file permissions in the NI Linux Real-Time Security User Guide(page 28) .
5) Exit out of the shell.
You should now be able to initialize an OPC UA server on your controller.