Hello, everyone!
This post will tell you a case about failed to import software into U2000.
Problem Description:
In the task which upgrade optical module software, the software cannot be imported, and the U2000 reports "Failed to unpress the .zip file, the software is imported", but actually, the software did not imported.
Handling procedure:
1, after selected the .zip file, U2000 report that the software is imported, but the software did not imported actually.
2, login U2000 server and check the file permissions, the file owner is root and the permission is -rx--r---
3, change the file permission with cmd: chmod 777 FileName.zip
4, try again, successful
Root cause:
U2000 has no permission to operate the software file
Solution:
Change the file permission with cmd: "chmod 777 FileName.zip" and try again
That's all, I welcome everyone to leave a message and exchange in the comment area!
Thank you!