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.
Posted: 2020-07-04 01:48 PM
This question was originally posted on DCIM Support by Patrick Hofstetter on 2018-02-05
hey all
Are you aware that the NFS and Cifs utils are missing in the new DCO installation?
any suggestions how to install them without internet access?
BR
Patrick
(CID:128752043)
Posted: 2020-07-04 01:49 PM
This answer was originally posted on DCIM Support by Satishkumar Shankar on 2018-02-06
Hi Patrick,
The NFS and CIFs utils are available in new DCO 8.2.2 version so could you please refer the below command to verify the packages.If these packages are missing in DCO server you have to download the rpm package from the internet and install it manually without internet access.
[apc@SWO-HPDL380-S32 ~]$ sudo rpm -qa | grep nfs-utils
nfs-utils-1.3.0-0.48.el7_4.x86_64
[apc@SWO-HPDL380-S32 ~]$ sudo rpm -qa | grep cifs-utils
cifs-utils-6.2-10.el7.x86_64
[apc@SWO-HPDL380-S32 ~]$
Thanks
Satish
(CID:128752450)
Posted: 2020-07-04 01:49 PM
This comment was originally posted on DCIM Support by Patrick Hofstetter on 2018-02-06
Hi Satish
thanks for your feedback about this. Since DCO 8.2.0 the nfs-utils are missing at installation, i just did a new installation to verify this:
[root@dco /]# sudo rpm -qa | grep nfs-utils
[root@dco /]# sudo rpm -qa | grep cifs-utils
cifs-utils-6.2-10.el7.x86_64
I know that i can install it local by downloading from repository but can you tell me how to install from a downloaded package? And can you tell me why this is no more included in the default installation because most of the customers i know are using nfs to backup their servers.
BR
Patrick
(CID:128752577)
Posted: 2020-07-04 01:49 PM
This comment was originally posted on DCIM Support by Javier Zurera on 2018-02-07
Hi Satishkumar Shankar,
I have a problem in a client, CIFS backup is not working over DCO 8.1.0. The mounted folder stop working after a little time.
Could be this related to this topic issue?
Regards
(CID:128753277)
Posted: 2020-07-04 01:49 PM
This comment was originally posted on DCIM Support by Satishkumar Shankar on 2018-02-07
Hi Javier Zurera,
If the CIFs package missing in DCO server then the CIFS mount itself will not work.
Instead of mounting it will throw an error "failed to save mount cifs error " message will appear in the webmin page during the mount itself.
Whereas the CIFS and NFS packages will be available in DCO server by default in all of the DCO versions.
(CID:128753294)
Posted: 2020-07-04 01:49 PM
This comment was originally posted on DCIM Support by Javier Zurera on 2018-02-07
Hi Satishkumar Shankar,
I have checked that CIFs package is included but not NFS:
How can we install the packet without Internet? Our customer has configured a NFS for this purpose to avoid the CIFs problems and now we can not configure it... ☹️
(CID:128753460)
Posted: 2020-07-04 01:49 PM
This comment was originally posted on DCIM Support by Alastair Macleod on 2018-02-07
Hi,
As far as i am aware, you can get the rpm from vault.centos.org, DCO is built on a custom centos7 build i believe.
This would then need to be downloaded and copied to the server using either a USB stick or something like FTP/SSH from another machine on the same network.
Once it's on the server you would run the command
rpm -Uvh foo.rpm
where "foo" is replaced by the name of the package you have copied to your server.
(CID:128753706)
Posted: 2020-07-04 01:49 PM
This comment was originally posted on DCIM Support by Javier Zurera on 2018-02-07
Hi Alastair,
I tried, but this package needs other dependencies before. And if I try to install the other packages needed, they also have other dependencies so I think it is impossible without Internet connection::
(CID:128753728)
Posted: 2020-07-04 01:49 PM
This comment was originally posted on DCIM Support by Alastair Macleod on 2018-02-07
Hi Javier,
It will be possible but you will have to go through the list of dependencies and install those in the same way, all packages should be available from the link i posted at the centos vault.
If the server you have DCO installed on has a CD/DVD drive or the ability to mount a removable disk/iso in the hypervisor if it's a virtual machine then you could burn a centos 7 disk and install the packages from the ISO/DVD/CD.
Hope this helps.
(CID:128753735)
Posted: 2020-07-04 01:50 PM
This comment was originally posted on DCIM Support by Javier Zurera on 2018-02-07
Thank you Alastair,
with a bit of patience, finally I installed the 16 required packages and NFS is now working.
I copy here the packages that are needed and also the order and the commands to install them to avoid dependency failures:
sudo rpm -Uvh libbasicobjects-0.1.1-27.el7.x86_64.rpm
sudo rpm -Uvh libcollection-0.6.2-27.el7.x86_64.rpm
sudo rpm -Uvh libref_array-0.1.5-27.el7.x86_64.rpm
sudo rpm -Uvh libref_array-0.1.5-27.el7.x86_64.rpm
sudo rpm -Uvh libpath_utils-0.2.1-27.el7.x86_64.rpm
sudo rpm -Uvh libini_config-1.3.0-27.el7.x86_64.rpm
sudo rpm -Uvh libverto-tevent-0.2.5-4.el7.x86_64.rpm
sudo rpm -Uvh gssproxy-0.4.1-13.el7.x86_64.rpm
sudo rpm -Uvh libevent-2.0.21-4.el7.x86_64.rpm
sudo rpm -Uvh libnfsidmap-0.25-15.el7.x86_64.rpm
sudo rpm -Uvh libtirpc-0.2.4-0.8.el7.x86_64.rpm
sudo rpm -Uvh rpcbind-0.2.0-38.el7.x86_64.rpm
sudo rpm -Uvh quota-nls-4.01-14.el7.noarch.rpm
sudo rpm -Uvh tcp_wrappers-7.6-77.el7.x86_64.rpm
sudo rpm -Uvh quota-4.01-14.el7.x86_64.rpm
sudo rpm -Uvh nfs-utils-1.3.0-0.33.el7.x86_64.rpm
Thank you so much!
(CID:128753763)
Posted: 2020-07-04 01:50 PM
This comment was originally posted on DCIM Support by Javier Zurera on 2018-02-07
And here the packages in a rar fileNFS packages.rar
(CID:128753767)
Posted: 2020-07-04 01:50 PM
This comment was originally posted on DCIM Support by Alastair Macleod on 2018-02-07
Glad to hear you've got it sorted Javier! Thank you for providing the detail too, I'm sure it will help many others who encounter the same problem in the future 😀
(CID:128753769)
Posted: 2020-07-04 01:50 PM
This comment was originally posted on DCIM Support by Mate Fekete on 2018-02-06
Just a comment: I also experienced the same. nfsutils is not installed by default on a new 8.2.2 DCO server.
(CID:128754660)
Posted: 2020-07-04 01:50 PM
This comment was originally posted on DCIM Support by Winnie Chau on 2018-10-12
Thanks for the info. It looks like I encounter the same problem in 8.2.7 server also....
(CID:134682819)
Posted: 2020-07-04 01:50 PM
This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.
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.