Home
last modified time | relevance | path

Searched +full:non +full:- +full:disruptive (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry/
H A DSystem.interface.yaml11 - name: SourceDumpId
19 - name: Token
25 - name: SystemImpact
27 default: Disruptive
30 impact on the system state. The first type, known as a 'disruptive'
33 requested by a user. Despite its disruptive nature, this dump is able
35 system crashes. The second type is a 'non-disruptive' dump. As the
38 - name: UserChallenge
41 On some host implementations a user-challenge need to be provided by
43 dump request. Non-disruptive dumps consume significant host resources
[all …]
/openbmc/openbmc-test-automation/test_lists/witherspoon/
H A Dregression_bucket_master2 --include Verify_Redfish_Host_PowerOn
3 --include Verify_Redfish_Host_GracefulRestart
4 --include Redfish Power Off
5 --include Redfish_BMC_Manager_GracefulRestart_When_Host_Booted
7 --include Redfish_Login_Via_SessionService
8 --include Verify_Redfish_Invalid_URL_Response_Code
9 --include Redfish_Login_Using_Unsecured_HTTP
10 --include Redfish_Login_Using_HTTPS_Wrong_Port_80_Protocol
11 --include Attempt_Login_With_Expired_Session
12 --include Login_And_Verify_HTTP_Response_Header
[all …]
/openbmc/openpower-debug-collector/dump/
H A Ddump_monitor.cpp5 #include <phosphor-logging/lg2.hpp>
12 constexpr auto dumpOutPath = "/var/lib/phosphor-debug-collector/opdump";
20 std::regex idFormat("^[a-fA-F0-9]{8}$"); in executeCollectionScript()
35 args.push_back("-t"); in executeCollectionScript()
37 args.push_back("-i"); in executeCollectionScript()
39 args.push_back("-d"); in executeCollectionScript()
46 uint32_t errorLogId = std::get<uint32_t>(errorLogIdIt->second); in executeCollectionScript()
47 args.push_back("-e"); in executeCollectionScript()
54 uint32_t failingUnitId = std::get<uint32_t>(failingUnitIdIt->second); in executeCollectionScript()
55 args.push_back("-f"); in executeCollectionScript()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/
H A DResource.interface.yaml9 - name: SourceDumpId
17 - name: VSPString
21 - name: UserChallenge
24 On some host implementations a user-challenge need to be provided by
26 dump request. Non-disruptive dumps consume significant host resources
31 Model (PLDM), is used. The host validates the provided user-challenge
32 against this ACL. If the user-challenge doesn't match any entry in the
36 - name: Token
42 - name: DumpRequestStatus
51 - name: HostResponse
[all …]
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Ddump_manager_resource.cpp10 #include <phosphor-logging/elog-errors.hpp>
11 #include <phosphor-logging/elog.hpp>
12 #include <phosphor-logging/lg2.hpp>
44 if ((resEntry->sourceDumpId() == dumpId) && in notify()
45 (resEntry->status() == phosphor::dump::OperationStatus::Completed)) in notify()
49 "DUMP_ID", dumpId, "ENTRY_ID", resEntry->getDumpId()); in notify()
56 if ((resEntry->status() == in notify()
58 (resEntry->sourceDumpId() == INVALID_SOURCE_ID) && in notify()
68 "DUMP_ID", upEntry->getDumpId(), "SOURCE_ID", dumpId, "SIZE", in notify()
70 upEntry->update(timeStamp, size, dumpId); in notify()
[all …]
/openbmc/webui-vue/src/locales/
H A Den-US.json206 "label": "24-hour time",
225 "systemDump": "System dump (disruptive)"
696 "newPassLabelTextInfo": "Password must be between {min} - {max} characters",
780 "AlwaysOn": "Always on - The system always powers on when power is applied.",
781 … "AlwaysOff": "Always off - The system always remains powered off when power is applied.",
782 …"LastState": "Last state - The system returns to its last on or off power state when power is appl…
803 "ipmi": "Network IPMI (out-of-band IPMI)",
893 "forceRestartInfo": "Shut down immediately and non-gracefully and restart the unit",
895 "forceOffInfo": "Turn off the unit immediately (non-graceful shutdown)",
1119 "GW": "Guinea-Bissau",
[all …]