Installating Cacti
Moderators: Developers, Moderators
Re: Installating Cacti
# cat /etc/resolv.conf
search domainname
options timeout:1
options attempts:1
nameserver 172.26.19.219
nameserver 172.26.7.115
I will search here.
thanks,
search domainname
options timeout:1
options attempts:1
nameserver 172.26.19.219
nameserver 172.26.7.115
I will search here.
thanks,
Re: Installating Cacti
# sysctl -p
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
error: "net.bridge.bridge-nf-call-ip6tables" is an unknown key
error: "net.bridge.bridge-nf-call-iptables" is an unknown key
error: "net.bridge.bridge-nf-call-arptables" is an unknown key
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 68719476736
kernel.shmall = 4294967296
net.ipv4.conf.all.forwarding = 0
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.all.log_martians = 1
net.ipv4.conf.all.rp_filter = 1
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
error: "net.bridge.bridge-nf-call-ip6tables" is an unknown key
error: "net.bridge.bridge-nf-call-iptables" is an unknown key
error: "net.bridge.bridge-nf-call-arptables" is an unknown key
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 68719476736
kernel.shmall = 4294967296
net.ipv4.conf.all.forwarding = 0
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.all.log_martians = 1
net.ipv4.conf.all.rp_filter = 1
Re: Installating Cacti
I copied /etc/yum.conf and did this:
echo "ip_resolve=4" >> /etc/yum.conf
And worked at first glance:
# yum install mysql-server
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
http://yum.opennms.org/stable/common/re ... repomd.xml: [Errno 14] PYCURL ERRO
R 6 - "Couldn't resolve host 'yum.opennms.org'"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: opennms-
repo-stable-common. Please verify its path and try again
[root@li1964 ~]# ping yum.opennms.org
PING yum.mirrors.opennms.org (46.101.6.157) 56(84) bytes of data.
64 bytes from uk-1.mirrors.opennms.org (46.101.6.157): icmp_seq=1 ttl=44 time=25
7 ms
But even resolving rght, the network is blocking thought.
echo "ip_resolve=4" >> /etc/yum.conf
And worked at first glance:
# yum install mysql-server
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
http://yum.opennms.org/stable/common/re ... repomd.xml: [Errno 14] PYCURL ERRO
R 6 - "Couldn't resolve host 'yum.opennms.org'"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: opennms-
repo-stable-common. Please verify its path and try again
[root@li1964 ~]# ping yum.opennms.org
PING yum.mirrors.opennms.org (46.101.6.157) 56(84) bytes of data.
64 bytes from uk-1.mirrors.opennms.org (46.101.6.157): icmp_seq=1 ttl=44 time=25
7 ms
But even resolving rght, the network is blocking thought.
Re: Installating Cacti
Did you edit your "/etc/resolv.conf" and properly add your DNS server?
Re: Installating Cacti
No, the resolv.conf is the old resolver.
I sent in previous response.
I only changed the /etc/yum.conf only.
The problem doesn't seem to be name resolution.
I sent in previous response.
I only changed the /etc/yum.conf only.
The problem doesn't seem to be name resolution.
Re: Installating Cacti
They returned with previous error:
# yum install mysql-server
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
http://yum.opennms.org/stable/common/re ... repomd.xml: [Errno 14] PYCURL ERRO
R 7 - "Failed to connect to 2604:a880:800:10::60:4001: Network is unreachable"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: opennms-
repo-stable-common. Please verify its path and try again
even
# more /etc/yum.conf
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=3
ip_resolve=4
Any ideas ?
# yum install mysql-server
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
http://yum.opennms.org/stable/common/re ... repomd.xml: [Errno 14] PYCURL ERRO
R 7 - "Failed to connect to 2604:a880:800:10::60:4001: Network is unreachable"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: opennms-
repo-stable-common. Please verify its path and try again
even
# more /etc/yum.conf
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=3
ip_resolve=4
Any ideas ?
Re: Installating Cacti
You still have not properly disabled IPv6
Edit /etc/sysctl.conf
add these lines
then run this command
Edit /etc/sysctl.conf
add these lines
Code: Select all
# IPv6 disabled
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
Code: Select all
sudo sysctl -p
Re: Installating Cacti
yes, get someone to do this instead of you since you dont know what youre doing. geez, weve told you how many times to call redhat support since youre paying for it, and they can walk you through this on the phone. you could have had this fixed in 15 minutes wihtout ever posting anywhere. you could have installed from source but cant do that either.thomazp wrote:They returned with previous error:
# yum install mysql-server
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
http://yum.opennms.org/stable/common/re ... repomd.xml: [Errno 14] PYCURL ERRO
R 7 - "Failed to connect to 2604:a880:800:10::60:4001: Network is unreachable"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: opennms-
repo-stable-common. Please verify its path and try again
even
# more /etc/yum.conf
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=3
ip_resolve=4
Any ideas ?
are you really to dumb to read the messages your getting? it tells you specifically that the repository you want isnt added to the satellite first off, and if it cant find your repository, you can just add an entry to your hosts file in five seconds to resolve that address. any administrator with more than a week of experience could do this
give up and tell your boss youre to stupid to do your job...maybe theyll let you empty trashcans instead
Re: Installating Cacti
Even disabling IPV6:
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
error: "net.bridge.bridge-nf-call-ip6tables" is an unknown key
error: "net.bridge.bridge-nf-call-iptables" is an unknown key
error: "net.bridge.bridge-nf-call-arptables" is an unknown key
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 68719476736
kernel.shmall = 4294967296
net.ipv4.conf.all.forwarding = 0
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.all.log_martians = 1
net.ipv4.conf.all.rp_filter = 1
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
The error continues:
# yum install mysql-server
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
http://yum.opennms.org/stable/common/re ... repomd.xml: [Errno 14] PYCURL ERRO
R 7 - "Failed to connect to 2a03:b0c0:1:d0::7a:7001: Network is unreachable"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: opennms-
repo-stable-common. Please verify its path and try again
Am I doing something wrong ?
Thanks,
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
error: "net.bridge.bridge-nf-call-ip6tables" is an unknown key
error: "net.bridge.bridge-nf-call-iptables" is an unknown key
error: "net.bridge.bridge-nf-call-arptables" is an unknown key
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 68719476736
kernel.shmall = 4294967296
net.ipv4.conf.all.forwarding = 0
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.all.log_martians = 1
net.ipv4.conf.all.rp_filter = 1
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
The error continues:
# yum install mysql-server
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
http://yum.opennms.org/stable/common/re ... repomd.xml: [Errno 14] PYCURL ERRO
R 7 - "Failed to connect to 2a03:b0c0:1:d0::7a:7001: Network is unreachable"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: opennms-
repo-stable-common. Please verify its path and try again
Am I doing something wrong ?
Thanks,
Re: Installating Cacti
I found a site to modify 3 files and use chkconfig , but
didn't work.
didn't work.
Re: Installating Cacti
I disabled IPv6, but the system still searching for this address.
Any ideas ?
Thanks
Any ideas ?
Thanks
Who is online
Users browsing this forum: No registered users and 0 guests