Shouldn't be a setup or configuration issue, it should "just happen".
But if this has been up and running for a long time perhaps someone
"cleaned it up".

Hmmm, now that I think about it the pid file must have been there if
"-p <port>" worked so I'm stumped too. What op system? The relevant
part of the *nix script is:

find "$SOLR_PID_DIR" -name "solr-*.pid" -type f | while read PIDF

and windows is:
      set found_it=0
      for /f "usebackq" %%i in (`dir /b "%SOLR_TIP%\bin" ^| findstr /i
"^solr-.*\.port$"`) do (
        set SOME_SOLR_PORT=

Just wonder if they're depending on something not in your system?

Best,
Erick

On Fri, Jul 14, 2017 at 10:26 AM, Iridian Group
<[email protected]> wrote:
> Typical story, I wasn’t the admin who set it up but I’m pretty sure is was 
> vanilla.
>
>
> Thanks
>
> Keith Savoie
> Vice President of Technology
>
> IRiDiAN GROUP
>
> Helping organizations brand
> & market themselves through
> web, print, & social media.
>
>
> 14450 Eagle Run Dr. Ste. 120
> Omaha, Nebraska 68116
>
> P  • 402.422.0150
> W • iridiangroup.com <https://www.iridiangroup.com/>
>
> Join us on facebook <https://www.facebook.com/iridiangroup> or twitter 
> <https://twitter.com/iridiangroup>
>> On Jul 14, 2017, at 12:18 PM, Erick Erickson <[email protected]> wrote:
>>
>> bq: wonder why -all didn’t pick it up?
>>
>> Good question, I use this _all_ the time. (little joke there).
>>
>> The -all flag looks for various .pid files, you'll see things like:
>> solr-8983.pid that contain the process id to kill associated with that
>> port. Any chance these were removed or in some different place?
>>
>> Erick
>>
>> On Fri, Jul 14, 2017 at 10:15 AM, Iridian Group
>> <[email protected]> wrote:
>>> Ahhh well then.
>>> I did try the -all flag but it returned nothing.
>>>
>>> However an explicit  -p 8983 did the trick.  :)
>>>
>>> … wonder why -all didn’t pick it up?
>>>
>>> Thanks!
>>>
>>>
>>>
>>> Keith Savoie
>>> Vice President of Technology
>>>
>>> IRiDiAN GROUP
>>>
>>> Helping organizations brand
>>> & market themselves through
>>> web, print, & social media.
>>>
>>>
>>> 14450 Eagle Run Dr. Ste. 120
>>> Omaha, Nebraska 68116
>>>
>>> P  • 402.422.0150
>>> W • iridiangroup.com <https://www.iridiangroup.com/>
>>>
>>> Join us on facebook <https://www.facebook.com/iridiangroup> or twitter 
>>> <https://twitter.com/iridiangroup>
>>>> On Jul 14, 2017, at 12:08 PM, Atita Arora <[email protected]> wrote:
>>>>
>>>> Did you mention the port with -p
>>>> Like
>>>>
>>>> Bin/solr stop -p 8983
>>>>
>>>> Please check
>>>>
>>>> On Jul 14, 2017 10:35 PM, "Iridian Group" <[email protected] 
>>>> <mailto:[email protected]>> wrote:
>>>>
>>>>> I know I am missing something very simple here but I cant stop/start my
>>>>> Solr instance with
>>>>> /opt/solr/bin/solr stop
>>>>>
>>>>> I get “No Solr nodes found to stop”, however the server is running. I can
>>>>> access the server via the default port and my app is able to use its
>>>>> services without issue.
>>>>>
>>>>>
>>>>> Thanks for any assistance!
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Thanks
>>>>>
>>>>> Keith Savoie
>>>>> Vice President of Technology
>>>>>
>>>>> IRiDiAN GROUP
>>>>>
>>>>> Helping organizations brand
>>>>> & market themselves through
>>>>> web, print, & social media.
>>>>>
>>>>>
>>>>> 14450 Eagle Run Dr. Ste. 120
>>>>> Omaha, Nebraska 68116
>>>>>
>>>>> P  • 402.422.0150
>>>>> W • iridiangroup.com <http://iridiangroup.com/> 
>>>>> <https://www.iridiangroup.com/ <https://www.iridiangroup.com/>>
>>>>>
>>>>> Join us on facebook <https://www.facebook.com/iridiangroup 
>>>>> <https://www.facebook.com/iridiangroup>> or twitter <
>>>>> https://twitter.com/iridiangroup <https://twitter.com/iridiangroup>>
>>>
>

Reply via email to