You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "amarnath reddy pappu (JIRA)" <ji...@apache.org> on 2019/02/05 22:29:00 UTC

[jira] [Updated] (AMBARI-25146) No disk info found on host xxxx in SUSE

     [ https://issues.apache.org/jira/browse/AMBARI-25146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

amarnath reddy pappu updated AMBARI-25146:
------------------------------------------
    Description: 
Ambari shows below ERROR while saving HBase configs.


{noformat}
No disk info found on host xxxxxx
Ambari Metrics service uses HBase as default storage backend. Set the rootdir for HBase to either local filesystem path if using Ambari Metrics in embedded mode or to a HDFS dir, example: hdfs://namenode.example.org:8020/amshbase.
While running the stack advisor "hosts.json" has empty "disk_info" and it is failing with above error. while troubleshooting further found that the information is not coming from the agents in case of SUSE
{noformat}


df command does not work in SUSE and hence empty value, refer  the code at 
 https://github.com/apache/ambari/blob/release-2.6.2/ambari-agent/src/main/python/ambari_agent/Hardware.py#L144

  was:
Ambari shows below ERROR while saving HBase configs.


{noformat}
No disk info found on host xxxxxx
Ambari Metrics service uses HBase as default storage backend. Set the rootdir for HBase to either local filesystem path if using Ambari Metrics in embedded mode or to a HDFS dir, example: hdfs://namenode.example.org:8020/amshbase.
While running the stack advisor "hosts.json" has empty "disk_info" and it is failing with above error. while troubleshooting further found that the information is not coming from the agents in case of SUSE
{noformat}


df command may not work in SUSE and hence empty value, refer  the code at 
 https://github.com/apache/ambari/blob/release-2.6.2/ambari-agent/src/main/python/ambari_agent/Hardware.py#L144


> No disk info found on host xxxx in SUSE
> ---------------------------------------
>
>                 Key: AMBARI-25146
>                 URL: https://issues.apache.org/jira/browse/AMBARI-25146
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: trunk, 2.6.2
>            Reporter: amarnath reddy pappu
>            Priority: Major
>
> Ambari shows below ERROR while saving HBase configs.
> {noformat}
> No disk info found on host xxxxxx
> Ambari Metrics service uses HBase as default storage backend. Set the rootdir for HBase to either local filesystem path if using Ambari Metrics in embedded mode or to a HDFS dir, example: hdfs://namenode.example.org:8020/amshbase.
> While running the stack advisor "hosts.json" has empty "disk_info" and it is failing with above error. while troubleshooting further found that the information is not coming from the agents in case of SUSE
> {noformat}
> df command does not work in SUSE and hence empty value, refer  the code at 
>  https://github.com/apache/ambari/blob/release-2.6.2/ambari-agent/src/main/python/ambari_agent/Hardware.py#L144



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)