We changed SAS Grid authentication services from SSSD to Winbind, This was done to overcome SAMBA share enablement of each Node(5).
SAS Version : 9.4 m4
PM version : 9.1
We are able make SAS Grid Application up and authenticated it to Workspace server using AD Credentials.,
Currently issue with we are connecting Flow Manager job scheduler which uses LB passthru to connect Process Platform Manager (PPM) and LSF.
Old scheduled jobs are running fine... But unable to connect and generate new Jobs in application
Below step taken to perform the activity :
1.Take backup of current config file /etc/sssd/sssd.conf
Stop SSSD
# realm leave
# net ads leave –U administrator
# realm list
# net ads info
# ps aux | grep sssd
2. Configuring Winbind
# net ads join <AD server name> –U administrator
# net ads info
# ps aux | grep winbind
# id <username>
3. Take backup of existing smb.conf & Change id-mapping in smb.conf
Comment below line
idmap config * : backend = tdb
Add below lines
idmap config * : backend = autorid
idmap config * : range = 1368200000-136820000000
idmap config * : rangesize = 2000000
winbind refresh tickets = yes
winbind offline logon = yes
winbind use default domain = yes
# cat /etc/samba/smb.conf | grep -v ^# | grep idmap
# service smb stop; service winbind stop; rm -rf /var/lib/samba/*.tdb /var/log/samba/*; net cache flush; service smb start; service winbind start
# id <username>
4. Changes made in sasauth file as below Link
http://support.sas.com/kb/49/432.html
Error : User are getting below Error and even we are not able to authenticate in flow manager.
Kindly let us know if any steps or configuration need to be done.
created eauth file on Meta and grid master .and added detalsi as mention in steps,
DO we need to restart the services to take it effect ? i am unable to authenticate yet.
eauth_userpass file was not available , So I generated Manually eauth_userpass file using link Account authentication in Process Manager (ibm.com)
But now when tried to restart jadmin was unable to make :
Even tried stating up Egosh services :
Not sure on how this took place, using Admin /Lsfadmin credential unable to logon to flow manager as well.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.