EcoStruxure IT forum
A support forum for Data Center Operation, Data Center Expert, and EcoStruxure IT product users to share knowledge on installation, configuration, and general product use.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-04 02:06 PM
This question was originally posted on DCIM Support by Samir ABASSI on 2018-02-09
(CID:128754954)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-04 02:07 PM
This comment was originally posted on DCIM Support by spezialist on 2018-02-09
Dear Samir ABASSI,
If you are looking for information on the errors of mounting Windows network resources (for example, cifs_mount failed w/return code = -115), then useful information can be found in my answer to the topic :
...According to Linux man page mount (8) this command has the following numbering of exit codes:
RETURN CODES
mount has the following return codes (the bits can be ORed):0 success
1 incorrect invocation or permissions
2 system error (out of memory, cannot fork, no more loop devices)
4 internal mount bug
8 user interrupt
16 problems writing or locking /etc/mtab
32 mount failure
64 some mount succeeded
I.e., your mount return code -115 is a set of five errors:
112 = 64+32+16+2+1
If you have any further questions, please ask.
With respect.
(CID:128755080)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-04 02:07 PM
This answer was originally posted on DCIM Support by Jef Faridi on 2018-02-14
Hi Samir,
You might want to try the mount type "Common Internet Filesystem (cifs)", that should be included in 8.x offline installations:
Kind regards
(CID:128756662)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-04 02:07 PM
This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the forum - and gain access to more than 10,000+ support articles along with insights from experts and peers.