- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I am facing below error while starting the sas server script and below is error for the same .
[sasinst@xxxxxx Lev1]$ ./sas.servers status
SAS servers status:
SAS Object Spawner 1 is UP
SAS CONNECT Spawner 1 is UP
SAS DIP Job Runner 1 is UP
SAS Cache Locator Service cloned_agents_backup could not be checked
SAS Cache Locator Service ins_41415 is UP
SAS Environment Manager Agent is NOT up
I have tried to delete the .locator and locatorNNNNNstate.dat files. but no luck.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Do you have a directory other than "ins_41415" in the path <SASConfig>/Levn/Web/gemfire/instances?
The script (sas.servers.mid) works by walking through every subdirectory in that path. I suspect someone took a backup called "cloned_agents_backup" and put it there by mistake.
Move it out of that directory to prevent the error.
Greg Wootton | Principal Systems Technical Support Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Do you have a directory other than "ins_41415" in the path <SASConfig>/Levn/Web/gemfire/instances?
The script (sas.servers.mid) works by walking through every subdirectory in that path. I suspect someone took a backup called "cloned_agents_backup" and put it there by mistake.
Move it out of that directory to prevent the error.
Greg Wootton | Principal Systems Technical Support Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi @gwootton ,
This is how <SASConfig>/Levn/Web/gemfire/instances directory is :-
What can I do for this issue ? moving this folder will solve this problem ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
"SAS Cache Locator Service cloned_agents_backup could not be checked"
Greg Wootton | Principal Systems Technical Support Engineer