All of lore.kernel.org
 help / color / mirror / Atom feed
* Re:  CurrentBMCState: BMCState.NotReady
  2019-09-16 12:07 CurrentBMCState: BMCState.NotReady AKASH G J
@ 2019-09-16  7:12 ` George Keishing
  2019-09-16  7:57   ` AKASH G J
  0 siblings, 1 reply; 3+ messages in thread
From: George Keishing @ 2019-09-16  7:12 UTC (permalink / raw)
  To: AKASH G J; +Cc: openbmc


[-- Attachment #1.1: Type: text/plain, Size: 1293 bytes --]


Probably the host services are still not up and started as per the log
there.

systemctl list-jobs --no-pager | cat

You can check like that to see what services are pending to complete and
perhaps take the   journalctl --no-pager    logs and see what services are
crashing out.

That should help where to look at.


Thanks and Regards,




From:	AKASH G J <akashgj91@gmail.com>
To:	openbmc@lists.ozlabs.org
Date:	16-09-2019 12:08
Subject:	[EXTERNAL] CurrentBMCState: BMCState.NotReady
Sent by:	"openbmc" <openbmc-bounces
            +gkeishin=in.ibm.com@lists.ozlabs.org>



Hi all,

root@s2600wf:~# cat /etc/os-release
ID="openbmc-phosphor"
NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
VERSION="2.8.0-dev"
VERSION_ID="2.8.0-dev-309-g2e155a0-dirty"
PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)
2.8.0"
BUILD_ID="2.8.0-dev"
OPENBMC_TARGET_MACHINE="s2600wf"

The BMC console shows that the BMC state is 'Not Ready'.

root@s2600wf:~# obmcutil state
CurrentBMCState     : xyz.openbmc_project.State.BMC.BMCState.NotReady
CurrentPowerState   : xyz.openbmc_project.State.Chassis.PowerState.Off
Error finding '/xyz/openbmc_project/state/host0' service: No such file or
directory


Regards,
Akash


[-- Attachment #1.2: Type: text/html, Size: 2428 bytes --]

[-- Attachment #2: graycol.gif --]
[-- Type: image/gif, Size: 105 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: CurrentBMCState: BMCState.NotReady
  2019-09-16  7:12 ` George Keishing
@ 2019-09-16  7:57   ` AKASH G J
  0 siblings, 0 replies; 3+ messages in thread
From: AKASH G J @ 2019-09-16  7:57 UTC (permalink / raw)
  To: George Keishing; +Cc: openbmc


[-- Attachment #1.1: Type: text/plain, Size: 2996 bytes --]

root@s2600wf:~# systemctl list-jobs --no-pager
JOB UNIT                                                            TYPE
 STATE
111 mapper-wait@-xyz-openbmc_project-state-host0.service            start
running
151 mapper-wait@-xyz-openbmc_project-Chassis-Control-Power0.service start
running
143 obmc-host-reset-running@0.target                                start
waiting
145 op-reset-chassis-on@0.service                                   start
waiting
169 xyz.openbmc_project.State.Host.service                          start
waiting
149 op-reset-chassis-running@0.service                              start
waiting
154 phosphor-reset-sensor-states@0.service                          start
waiting
163 xyz.openbmc_project.Time.Manager.service                        start
waiting
146 obmc-power-reset-on@0.target                                    start
waiting
141 phosphor-reset-host-check@0.service                             start
waiting
140 obmc-host-reset@0.target                                        start
waiting
109 phosphor-discover-system-state@0.service                        start
waiting
152 phosphor-reset-host-running@0.service                           start
waiting
 97 obmc-led-group-start@bmc_booted.service                         start
waiting
  1 multi-user.target                                               start
waiting

15 jobs listed.

On Mon, Sep 16, 2019 at 12:42 PM George Keishing <gkeishin@in.ibm.com>
wrote:

> Probably the host services are still not up and started as per the log
> there.
>
> *systemctl list-jobs --no-pager | cat*
>
> You can check like that to see what services are pending to complete and
> perhaps take the journalctl --no-pager logs and see what services are
> crashing out.
>
> That should help where to look at.
>
>
> *Thanks and Regards,*
>
>
> [image: Inactive hide details for AKASH G J ---16-09-2019 12:08:46---Hi
> all, root@s2600wf:~# cat /etc/os-release]AKASH G J ---16-09-2019
> 12:08:46---Hi all, root@s2600wf:~# cat /etc/os-release
>
> From: AKASH G J <akashgj91@gmail.com>
> To: openbmc@lists.ozlabs.org
> Date: 16-09-2019 12:08
> Subject: [EXTERNAL] CurrentBMCState: BMCState.NotReady
> Sent by: "openbmc" <openbmc-bounces+gkeishin=in.ibm.com@lists.ozlabs.org>
> ------------------------------
>
>
>
> Hi all,
>
> root@s2600wf:~# cat /etc/os-release
> ID="openbmc-phosphor"
> NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
> VERSION="2.8.0-dev"
> VERSION_ID="2.8.0-dev-309-g2e155a0-dirty"
> PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)
> 2.8.0"
> BUILD_ID="2.8.0-dev"
> OPENBMC_TARGET_MACHINE="s2600wf"
>
> The BMC console shows that the BMC state is '*Not Ready*'.
>
> root@s2600wf:~# obmcutil state
> CurrentBMCState     : xyz.openbmc_project.State.BMC.BMCState.NotReady
> CurrentPowerState   : xyz.openbmc_project.State.Chassis.PowerState.Off
> Error finding '/xyz/openbmc_project/state/host0' service: No such file or
> directory
>
>
> Regards,
> Akash
>
>
>

[-- Attachment #1.2: Type: text/html, Size: 4639 bytes --]

[-- Attachment #2: graycol.gif --]
[-- Type: image/gif, Size: 105 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* CurrentBMCState: BMCState.NotReady
@ 2019-09-16 12:07 AKASH G J
  2019-09-16  7:12 ` George Keishing
  0 siblings, 1 reply; 3+ messages in thread
From: AKASH G J @ 2019-09-16 12:07 UTC (permalink / raw)
  To: openbmc

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]

Hi all,

root@s2600wf:~# cat /etc/os-release
ID="openbmc-phosphor"
NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
VERSION="2.8.0-dev"
VERSION_ID="2.8.0-dev-309-g2e155a0-dirty"
PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)
2.8.0"
BUILD_ID="2.8.0-dev"
OPENBMC_TARGET_MACHINE="s2600wf"

The BMC console shows that the BMC state is '*Not Ready*'.

root@s2600wf:~# obmcutil state
CurrentBMCState     : xyz.openbmc_project.State.BMC.BMCState.NotReady
CurrentPowerState   : xyz.openbmc_project.State.Chassis.PowerState.Off
Error finding '/xyz/openbmc_project/state/host0' service: No such file or
directory


Regards,
Akash

[-- Attachment #2: Type: text/html, Size: 948 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-16  7:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-16 12:07 CurrentBMCState: BMCState.NotReady AKASH G J
2019-09-16  7:12 ` George Keishing
2019-09-16  7:57   ` AKASH G J

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.