Questions tagged [oel]

Oracle Enterprise Linux is a derivative of Red Hat Enterprise Linux featuring a unique, Oracle-supported kernel.

Oracle Enterprise Linux is a derivative of Red Hat Enterprise Linux featuring a unique, Oracle-supported kernel.

12 questions
2
votes
1 answer

OEL 7.2 with LACP systemd shutdowns networking before umounting _netdev filesystems

I've built an NFS cluster with OCFS2 as a backing filesystem. This is working quite well with the exception of when a node is restarted/shutdown cleanly it causes a fence operation as network is severed before unmounting OCFS2 filesytems to inform…
stuntkiwi
  • 21
  • 1
2
votes
0 answers

Force at to email effective user instead of logged in user

The at scheduler is emailing an unexpected user consistently on both old RHEL6 boxen and new OEL7 boxen when the jobs produce output or when the -m flag is used. If we log in to the box with our individual user accounts, then use sudo su - to switch…
Rob
  • 148
  • 5
1
vote
2 answers

Can I use Oracle's yum repository with RHEL and then go back to Redhat's yum?

Let me explain my problem :) I have a VM provisioned by my company's datacenter, RHEL 5.11: $ lsb_release -a Distributor ID: RedHatEnterpriseServer Description: Red Hat Enterprise Linux Server release 5.11 (Tikanga) $ uname -r 2.6.18-398.el5 Its…
1
vote
1 answer

Linux Kernal Swap?

I'm trying to accomplish something that's a bit outside of my comfort area, and after asking around and googling without success I thought I'd try here. I'm trying to import a Linux VirtualBox VM into AWS. The issue is that the AWS import routine…
DuncanDavies
  • 41
  • 1
  • 6
1
vote
0 answers

Register Oracle Linux to Satellite 6

OEL is an RPM based downstream project from RHEL; however, if you use ULN, subscription-manager an other pieces are missing, and cannot be loaded from OEL repositories. How do you register OEL to Satellite 6 for content or at a minimum for Ansible…
0
votes
1 answer

SCL python on oel6 linux inside a docker container

I have a dockerfile building oel6 linux that uses the SCL python27. For the docker build, using the SHELL command works to execute the commands correctly (i.e. if i were to insert a RUN python --version i get 2.7). Creating a /root/.bashrc that…
Taekahn
  • 111
  • 4
0
votes
1 answer

Installing apr-util-mysql on Oracle Enterprise Linux 7.1

I have a server running Oracle Enterprise Linux 7.1 which is basically the same as RedHat Enterprise Linux. Apache is not starting because it says Can't load driver file apr_dbd_mysql.so On my CentOS 7.1 server I was able to fix this by installing…
ejunker
  • 293
  • 5
  • 11
0
votes
1 answer

How do I enable rsh in Oracle Linux 7?

I have two systems, a Solaris and an Oracle Linux. I can rsh from OL to Solaris but not from Solaris to OL. I can also ssh from both machines. I was reading this and I tried to create an rsh file in /etc/xinetd.d/ (which was initially empty) but it…
Michael
  • 121
  • 1
  • 2
0
votes
1 answer

Service to redirect HTTP traffic on local server

My scenario is an service listening on SSL port 443 for incoming SOAP and REST requests over the HTTPS protocol. Due to expanding configuration and the product can't handle a larger configuration we have now started two instances of the software,…
StefanE
  • 101
  • 2
0
votes
1 answer

OEL 6.5 bonding mode=802.3ad no connection

OEL 6.5 bonding mode=802.3ad no connection I configured 2nic into bond on OEL 6.5. to cisco switch (lacp) ---------- | eth0 |=====+ +~~physical-link~~\ ---------- || --------- | ---------- |===|…
0
votes
0 answers

How to add PC-attached HP P1102W for CUPS printing?

I am trying to add an HP P1102W to an Oracle Linux 7 server so that I can print from CUPS using the enscript command. Client already has a number of HP MFP 130 printers which are attached to client PC's using USB. The PC's are running Windows 10. I…
0
votes
0 answers

Is there anything else like NFS on OEL8?

I want to share a volume from an OEL8 server to two other OEL8 servers and let them read/write to the volume simultaneously. I've been asked to check if there are anymore secure methods/technology in OEL other than an NFS shares. I thought about…
AndyM
  • 901
  • 2
  • 14
  • 26