Aquilon

From T2B Wiki
Revision as of 18:28, 16 November 2015 by SAMIR AMARY samary@ulb.ac.be (talk | contribs) (Created page with "Aquilon server : aqd.iihe.ac.be Some documentation refer to the '''aq.py''' command as '''aq'''. To facilitate things, there is an alias in the root's .bashrc (aq => aq.py) ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Aquilon

server : aqd.iihe.ac.be

Some documentation refer to the aq.py command as aq. To facilitate things, there is an alias in the root's .bashrc (aq => aq.py)

Show status

To test if everything is working (especially the kerberos part), you can use :

[samary@aqd ~]$ aq status
Aquilon Broker MyFirstVersion
Server: aqd.wn.iihe.ac.be
Database: postgresql+psycopg2://aquilon:PASSWORD@localhost/
Sandboxes: /var/lib/templates
Connected as: samary@WN.IIHE.AC.BE [aqd_admin]

Add a user

The user MUST be in freeipa WITH a defined password (to allow kinit)

[root@aqd ~]# getent passwd sgerard
sgerard:*:20533:20500:local users:/localgrid/sgerard:/bin/bash
[root@aqd ~]# aq permission --principal sgerard@WN.IIHE.AC.BE --role aqd_admin --createuser
User sgerard@WN.IIHE.AC.BE did not exist, creating.