Components

cancel
Showing results for 
Search instead for 
Did you mean: 

Replication and Deployment Utility (RAD)

Hi,

 

I was wondering if there is a list of ports used by RAD, and is it possible to change the ports?

 

I was hoping to remove port 80 from our systems as it is not wanted open by many clients. However it seems RAD does not work with systems when that is closed. I was hoping RAD also could work over 443 with other encrypted communication for example.

 

Regards

 

Mrmas

0 Kudos
Message 301 of 324
(2,843 Views)

@cgibson  ha escrito:

If you try to retrieve an image from a 9038 or 9049 when the / file system is 100% full, you will get a pop up with a unhelpful error message.
cRIO Hard Drive Full Error Message

I think this happens if you deploy to a full cRIO as well.

Maybe if this error is detected a file system check can be done, and if full, a more informative error message provided.

This error happens in the Create System Image (Folder).vi that is called from rad_Retrieve Image Wrapper.vi.

 

I posted this over in the GitHub as well as here.


Hello I'm new using RAD, I'm getting the same error retrieving the image of a crio. What would it be a 100% full file system? How can I fix it? could you share the link to the issue at github? Thanks!!!

Roger Garcia, Certified LabVIEW Developer

HTML tutorial

There are two ways to tell somebody thanks: Kudos and Marked Solutions
0 Kudos
Message 302 of 324
(2,763 Views)

James@Work  ha escrito:

@cgibson wrote:

If you try to retrieve an image from a 9038 or 9049 when the / file system is 100% full, you will get a pop up with a unhelpful error message.
cRIO Hard Drive Full Error Message

I think this happens if you deploy to a full cRIO as well.

Maybe if this error is detected a file system check can be done, and if full, a more informative error message provided.

This error happens in the Create System Image (Folder).vi that is called from rad_Retrieve Image Wrapper.vi.

 

I posted this over in the GitHub as well as here.


FYI - I received an almost identical error message, different number (-2147220331) when trying to retrieve an image from an NI cRIO-9014.  While it was just as useless for debugging the problem, my root cause was different.  In my case there was a very large file on that cRIO and after I deleted it the image retrieval was successful.

Just in case this detail might help someone else debug a similar problem.


Hello, I have the same error, how did you were able to identify the error and, in this case, the file causing the issue?

 

BTW. I'm using Windows 10, RAD 2016, NI cRIO 9066.

Roger Garcia, Certified LabVIEW Developer

HTML tutorial

There are two ways to tell somebody thanks: Kudos and Marked Solutions
0 Kudos
Message 303 of 324
(2,759 Views)

Hi Roger,

 

The cRIO is an embedded computer with a hard drive. That hard drive can fill up if you have an application that writes log files to it.

 

In my case it is enough to log in with WinSCP and delete some of the log files. I believe you have to enable ssh from the cRIO's web interface before you can do this.

 

Another way would be to log in via Putty or similar ssh client and simply use the Linux delete commands until you had freed up some space. You will want to be familiar with Linux if you go this route. the command "df" will show how the disk space is allocated.

 

Obviously, don't just delete things. In my case I had an application that writes log files. The log files are supposed to be cleared out by a program that logs in from another computer. This didn't happen and the log files filled up the HD.  

 

Link to the issue.

https://github.com/ni/rad/issues/8

0 Kudos
Message 304 of 324
(2,757 Views)

Issue.PNG

This is the error reported in my case. I hope you can help me.

Roger Garcia, Certified LabVIEW Developer

HTML tutorial

There are two ways to tell somebody thanks: Kudos and Marked Solutions
0 Kudos
Message 305 of 324
(2,756 Views)

Your main clue here is that the error happened in the Create System Image (Folder).vi.

 

An obvious thing to check is if you have write permission on the directory in question. Or in this case if there is enough space on the target file system to hold the image.

 

First to see where images are being written, select the "Settings" on the right hand side. This will show a pop-up with the current directory where image files are written. Do you have permission to write there? Is there enough space?

 

If that isn't it, I suggest getting the source and trying to debug it.

Message 306 of 324
(2,752 Views)

Hello, thanks for the fast answer. I don't think this is my case:

Issue_resources.PNG

Do you have more ideas?

Roger Garcia, Certified LabVIEW Developer

HTML tutorial

There are two ways to tell somebody thanks: Kudos and Marked Solutions
0 Kudos
Message 307 of 324
(2,748 Views)

@cgibson  ha escrito:

Your main clue here is that the error happened in the Create System Image (Folder).vi.

 

An obvious thing to check is if you have write permission on the directory in question. Or in this case if there is enough space on the target file system to hold the image.

 

First to see where images are being written, select the "Settings" on the right hand side. This will show a pop-up with the current directory where image files are written. Do you have permission to write there? Is there enough space?

 

If that isn't it, I suggest getting the source and trying to debug it.


Ok I will check it (I think I have the permisions and space but double check it). And follow the suggest about using source instead. Thanks

Roger Garcia, Certified LabVIEW Developer

HTML tutorial

There are two ways to tell somebody thanks: Kudos and Marked Solutions
0 Kudos
Message 308 of 324
(2,741 Views)

Hi Roger,

 

Your error isn't about the space on the cRIO. It is about creating the image on the computer. RAD is failing to make the image folder on the Windows 10 PC for some reason.

0 Kudos
Message 309 of 324
(2,740 Views)

@cgibson  ha escrito:

Hi Roger,

 

Your error isn't about the space on the cRIO. It is about creating the image on the computer. RAD is failing to make the image folder on the Windows 10 PC for some reason.


Hello I followed your suggestion and found this while debugging I think the error still in the cRIO.

Issue_debug.PNG

Do you have idea of what is happening?

Roger Garcia, Certified LabVIEW Developer

HTML tutorial

There are two ways to tell somebody thanks: Kudos and Marked Solutions
0 Kudos
Message 310 of 324
(2,716 Views)