
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
CDF installation - how should I configure user ID in config.json?
I have most of my checklist items complete, and ready to install the base CDF for 2020.08. I'm creating the config.json file which includes user ID/password to be used on subsequent Master and Worker nodes after the install has completed the first Master. I can't tell from the docs/examples if our ssh/sudo configuration is covered.
I log into the base Linux servers with my personal ID, then I typically use sudo su - to become root and do any configuration tasks. I am planning to run the CDF installation as root using this method.
I understand that at some point in the install, the script is going to try and connect to the other Master/Worker nodes and kick off the equivalent install steps. Our environment doesn't allow direct ssh as root, so the script would have to ssh as my personal ID, then su to root to run the install on the other nodes. Is this what is expected, and if so, am I putting my personal ID/password in the config.json file, or the root credentials?
Thanks,
Aaron