Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Oracle Linux 7 and Oracle Linux 8 #6918

Closed
viniciusferrao opened this issue Mar 11, 2021 · 2 comments
Closed

Support for Oracle Linux 7 and Oracle Linux 8 #6918

viniciusferrao opened this issue Mar 11, 2021 · 2 comments
Assignees
Milestone

Comments

@viniciusferrao
Copy link
Member

There's no support for recent versions of Oracle Linux on xCAT. Only Oracle Linux 6 seems to be supported and this version is extremely old.

@viniciusferrao
Copy link
Member Author

We started deploying clusters with Oracle Linux using the PR #6919 as a hotfix on upstream packages. Since everything changed didn't need to be compiled it worked as expected.

[root@headnode home]# lsdef -t osimage
ol8.3-x86_64-install-compute  (osimage)
ol8.3-x86_64-netboot-compute  (osimage)
ol8.3-x86_64-stateful-mgmtnode  (osimage)
ol8.3-x86_64-statelite-compute  (osimage)
[root@headnode home]# lsdef -t node n01
Object name: n01
    arch=x86_64
    bmc=172.25.0.1
    bmcpassword=calvin
    bmcusername=root
    cons=ipmi
    consoleenabled=1
    currstate=netboot ol8.3-x86_64-compute
    groups=compute,all
    ip=172.26.0.1
    mac=50:9a:4c:a2:b3:8d
    mgt=ipmi
    netboot=xnba
    nicips.ib0=172.27.0.1
    nicnetworks.ib0=application
    nictypes.ib0=InfiniBand
    os=ol8.3
    postbootscripts=otherpkgs,confignetwork,opencattus/beegfs-client
    postscripts=syslog,syncfiles
    profile=compute
    provmethod=ol8.3-x86_64-netboot-compute
    serialport=0
    serialspeed=115200
    status=booted
    statustime=03-22-2021 10:27:33
[root@n01 ~]# uname -a
Linux n01 5.4.17-2011.7.4.el8uek.x86_64 #2 SMP Fri Oct 2 14:39:04 PDT 2020 x86_64 x86_64 x86_64 GNU/Linux
[root@n01 ~]# cat /etc/oracle-release 
Oracle Linux Server release 8.3
Mar 22 10:27:33 n01 systemd[1]: Started xcat service on compute node, the framework to run postbootscript and update node status.

@gurevichmark gurevichmark self-assigned this May 12, 2021
@gurevichmark gurevichmark added this to the 2.16.2 milestone May 12, 2021
@besawn
Copy link
Member

besawn commented May 17, 2021

The pull requests to add this support have been merged into master.

@besawn besawn closed this as completed May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants