InterviewSolution
| 1. |
Suppose You Are Getting Error When Trying To Manage Packages/services. What Will You Do? |
|
Answer» SaltStack helps in detecting the operating system of the Minion and also ASSIGNS the appropriate SERVICE or package which is based on the respective detection. Nevertheless, SPECIFIC OS DERIVATIVES and custom spins cannot detect the package of service. In case you are getting the aforementioned error, then you need to open an issue on the respective tracker with the help of the following commands: saltgrains.items| grepos The respective contents of the /etc/lsb-release, if it has been presented on Minion. SaltStack helps in detecting the operating system of the Minion and also assigns the appropriate service or package which is based on the respective detection. Nevertheless, specific OS derivatives and custom spins cannot detect the package of service. In case you are getting the aforementioned error, then you need to open an issue on the respective tracker with the help of the following commands: saltgrains.items| grepos The respective contents of the /etc/lsb-release, if it has been presented on Minion. |
|