-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello,
I'm testing Amazon Linux and I get it to install and work partially, but the ec2-user cannot run a interactive job. I can attach the slightly modified playbook for review if you like. However, can you provide some insight into the matter?
[root@head ~]# sacctmgr show user ec2-user accounts
User Def Acct Admin
[root@head ~]# exit
logout
[ec2-user@head ~]$ sinfo
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
compute* up infinite 1 unk* dal2grid04
compute* up infinite 3 idle dal2grid[01-03]
[ec2-user@head ~]$ cat /etc/os-release
NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
PRETTY_NAME="Amazon Linux 2"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2"
HOME_URL="https://amazonlinux.com/"
[ec2-user@head ~]$ sinfo
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
compute* up infinite 1 unk* dal2grid04
compute* up infinite 3 idle dal2grid[01-03]
[ec2-user@head ~]$ sinfo -V
slurm 20.11.8
Thanks
JG