Hi,
After deploying sas viya, I have 2 queries.
1. As we are at the initial phase of the project, we are not very much concerned about ldap connections now. So, instead of creating ldap user, is there any alternative to use a normal admisistrator account to login to Environment Manager. If yes, how to create a normal admin account.
2. As, we have deployed sas Visual Analytics, Visul Statistics and Data mining and machine learning, how to access Visual Statistics and Data mining and machine learning. I can not see them in the env manager. Visual Analytics I can see in the Environment Manager.
Thanks!!
Hello @AmitSri,
the answer for question 2 is quite easy:
- SAS Visual Statistics is within SAS Visual Analytics, both are the same product, but with some different features/capabilities.
- SAS Data Mining and Machine Learning is SAS Studio, you will need to go to http://yourserver.com/SASStudio
About question 1, it gets trickier:
While you wait for other, perhaps better answers: Of course, you can use sasboot to access the environment manager, although probably you should not on a daily basis. It looks as it would be intended for an initial config only.
With sasboot user, is how you will create your admin users, and they must be LDAP users as far as I am aware of. The visual interface (Environment Manager, Visual Analytics) works with OAuth authentication.
LDAP is required for the visual interface. It is not required in a programming-only deployment. So the answer will be no.
Just install OpenLDAP server and use it.
not-ready indicates the process is still running, but unhealthy (for a variety of reasons, check the logs for logon) typically it's a problem with the LDAP configuration or access to some other service that's down - however if the only thing in viya-all-services that isn't up is logon, the logs should say what's going on.
LDAP is part of the installation.
Install using CloudFormation script: https://aws.amazon.com/quickstart/architecture/sas-viya/
Checking the Status of the SAS Services through Viya-Ark
Viya-Ark can check the status of the services by issuing the following commands as the ec2-
user on the Ansible controller:
cd /sas/install/ansible/sas_viya_playbook ansible-playbook viya-ark/playbooks/viya-mmsu/viya-servicesstatus.yml
Restarting the SAS Services through Viya-Ark
Viya-Ark can restart all of the services by issuing the following commands as the ec2-user
on the Ansible controller:
cd /sas/install/ansible/sas_viya_playbook ansible-playbook viya-ark/playbooks/viya-mmsu/viya-servicesrestart.yml -e enable_stray_cleanup=true
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.