You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Shawn Heisey (Jira)" <ji...@apache.org> on 2023/01/13 05:12:00 UTC

[jira] [Commented] (SOLR-16619) `solr status` and `solr create` do not work on IBM i

    [ https://issues.apache.org/jira/browse/SOLR-16619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676453#comment-17676453 ] 

Shawn Heisey commented on SOLR-16619:
-------------------------------------

The scripts are heavily biased towards gnu utilities, not genetic unix.  There are probably other OS platforms that should use the options for ps that you have created here.  Maybe AIX and some others.  I wonder if there might be a more generic way of detecting systems that don't use gnu system utilities.  What happens if you run the following command on your OS?  Using two dashes for options is mostly a gnu invention, so I wouldn't expect the IBM version to take it:
{quote}ps --version || echo "non-gnu"
{quote}

> `solr status` and `solr create` do not work on IBM i
> ----------------------------------------------------
>
>                 Key: SOLR-16619
>                 URL: https://issues.apache.org/jira/browse/SOLR-16619
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>    Affects Versions: 8.11.2, 9.1
>         Environment: Pase on IBM i using Java 11 with OpenJDK
>            Reporter: Jesse Gorzinski
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The `solr status` and `solr create` commands fail on the IBM i platform. 
> For example
> ```
> Solr process 3391 from /solr/solr-8.11.2/bin/solr-8983.pid not found
> ```



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org