Task #9211
Make groupCMSUser.sh fully automatic without manual steps.
Description
Chih and Gerard,
The vulcan groupCMSUser.sh command ends with the steps to add the user to the attributes on the EOS directory for the physics group. It does not automatically do it though and the person running the script needs to hit enter for the command to run.
I think there should not be a prompt to do this and it should just happen automatically.
Can the script be enhanced to work this way?
lisa
History
#1 Updated by Chih-Hao Huang over 5 years ago
- Due date changed from 06/22/2015 to 07/06/2015
- Status changed from New to Assigned
- Start date changed from 06/15/2015 to 06/29/2015
- % Done changed from 0 to 10
This is because it calls (old) /usr/bin/doacct.py.
Two possibilities to fix:
[1] change /usr/bin/doacct.py (doesn't seem to be a good idea to modify anything in /usr/bin)
[2] come up with something simillar to /opt/vulcan/v1.5/scripts/doacct-vulcan.py -- need to know if doacct-vulcan.py is a variant of doacct.py.
Move the date for reality adjustment.
#2 Updated by Chih-Hao Huang over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 10 to 100
This was done more than three months ago