Created 07-02-2019 07:55 AM
Hi community,
I'm working on HDF 3.3 upgrade to HDF 3.4
I found the base URL to do this,
but I don't know what to do after.
associated with each component.
[root@skamig-vet001 etc]# hdf-select status | grep 3.3.1.0-10
nifi - 3.3.1.0-10
nifi-registry - 3.3.1.0-10
nifi-toolkit - 3.3.1.0-10
registry - 3.3.1.0-10
zookeeper-client - 3.3.1.0-10
zookeeper-server - 3.3.1.0-10
[root@host ~]# hdf-select set nifi 3.4.0.0-155
[root@host ~]# hdf-select set registry 3.4.0.0-155
[root@host ~]# hdf-select set streamline 3.4.0.0-155
[root@host ~]# hdf-select set storm-nimbus 3.4.0.0-155
[root@host ~]# hdf-select set storm-supervisor 3.4.0.0-155
[root@host ~]# hdf-select set zookeeper-client 3.4.0.0-155
[root@skamig-vet001 ~]# hdf-select set nifi 3.4.0.0-155
ERROR: Invalid version 3.4.0.0-155
Valid choices:
3.3.1.0-10
Could someone explain me steps to do this ?
Created 07-02-2019 08:03 AM
- Are you sure that on the host "skamig-vet001" you have installed any HDF "3.4.0.0-155" binaries are installed?
- Do you see the "3.4.0.0-155" directory inside the following path? Or you see only "3.3.1.0-10" inside the mentioned PATH ?
# ls -lart /usr/hdf/
- If any binary from version 3.4.0.0-155 is installed on this host then you might see that path "/usr/hdf/3.4.0.0-155". Can you please share the output of the following and above commands ?
# grep '3.4.0.0' /var/log/yum.log # grep 'nifi' /var/log/yum.log
.
Created 07-02-2019 04:50 PM
thanks for your answer. No I have only the 3.3.1.0
I am trying to find how to update up to 3.4.0.0
I created this file :
[HDF-HDF_3.4.0.0]
name=HDF 3.4.0.0 - HDF-HDF_3.4.0.0
baseurl=http://my_server/mirror/HDF/centos7/3.x/updates/3.4.0.0-155
path=/
enabled=1
gpgcheck=0
but after I don't know what to do (sorry I am new Horton user)