Questions tagged as ['oracle-linux']
I am confused, what is the command I can use to determine disk busy in Oracle Linux?. In Solaris iostat command will show %b. What is the command in Oracle Linux to show %b like in Solaris?
Please help
I found the EOL information on Oracle site a bit confusing - https://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf The above link shows EOL for premier support. They offer basic support as well which is less expensive than the premier support. What will the EOL for Oracle Linux 8.5 if no support package is bought from Oracle?
django.db.utils.DatabaseError: ORA-12154: TNS:could not resolve the connect identifier specified
within OCI repeatedly receiving errors connecting database ADW(autonomous database warehouse 19c) to deploy a Django project in oracle cloud infrastructure
uname -a
Linux instance-20210913-1957 5.4.17-2102.204.4.4.el7uek.x86_64 #2 SMP Tue Aug 17 20:25:28 PDT 2021 x86_64 x86_64 x86_64 GNU/Linux
pip freeze
a ...
I am trying to set up an Apache proxy to load balance and offload SSL. To this end I have multiple IPs on the same interface. Unfortunately it seems selinux prevents httpd from binding to the secondary IP addresses.
For example, I have the following IPs on ens192
10.222.79.78 (primary)
10.222.79.79
When I start httpd with selinux in permissive mode, it binds to both IPs on ports 80 and 443 -- just as co ...
Since we are using firewalld on our Oracle Linux 8.4 machines, I need a command equivalent to this IPTable command,
iptables -t nat -A OUTPUT -d 192.168.xx.xxx -p tcp -m tcp --dport 53 -j REDIRECT --to-ports 8600
I have tried below command but it is not able to do the required action,
firewall-cmd --zone=public --add-forward-port=port=53:proto=udp:toport=8600:toaddr=192.168.xx.xxx
Please suggest cor ...
I reviewed all the pages herewith the cloud installation guide but OCI installation is not mentioned properly.
rpm -q al-config
al-config-1.1-1.el7.noarch
and
uname -a
Linux oci-magento 5.4.17-2102.202.5.el7uek.x86_64 #2 SMP Sat May 22 16:17:06 PDT 2021 x86_64 x86_64 x86_64 GNU/Linux
php -v
PHP 7.4.20 (cli) (built: Jun 3 2021 21:06:07) ( NTS )
Copyright (c) The PHP Group
Zend Engine ...
I just can't get to assigning a public IPv6 address to my oracle instance running CentOS 7.
I have assigned IPv6 range to the subnet, and another VM running Ubuntu successfully gets the assigned IPv6.
Output of ifconfig :
ens3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 9000
inet 10.0.0.240 netmask 255.255.255.0 broadcast 10.0.0.255
inet6 fe80::17ff:fe01:b1b2 prefixlen 64 s ...