Home
last modified time | relevance | path

Searched refs:Service (Results 1 – 25 of 1122) sorted by relevance

12345678910>>...45

/openbmc/ipmitool/contrib/
H A Dbmc-snmp-proxy.sysconf4 # the OS and Service Processor/Baseboard Management Controller (BMC)
7 # destined to the Service Processor. We will need the Service Processor's
8 # SNMP community string and the OID of the Service Processor's SNMP agent.
10 # For redirecting Traps from the Service Processor to the trap sink
17 ### Configure SNMP proxy to BMC/Service Processor ###
19 ### Service Processor/BMC SNMP Community String.
21 # Description: Set community string of the Service Processor (BMC)'s
27 ### OEM Specific OID of Service Processor
29 # Description: SNMP OID that we would like to redirect to the Service
34 ### Forward Traps from the Service Processor to trap sink
[all …]
H A Dexchange-bmc-os-info.sysconf4 # the OS and Service Processor/Baseboard Management Controller (BMC)
9 ### Set OS Info in BMC/Service Processor ###
11 # Description: Set OS Name, Version and Hostname in the Service Processor (BMC)
15 ### Reset OS Info in BMC/Service Processor ###
17 # Description: Reset OS Name, Version and Hostname in the Service Processor (BMC).
22 ### Set BMC/Service Processor Info in OS ###
24 # Description: Set IP Address and URL of Service Processor/BMC in /run/bmc-info
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_discovery.robot24 Discover BMC With Different Service Type
27 [Template] Discover BMC With Service Type
29 # Service type
39 # Service type
49 # Service type skip
59 # Service type Service type status
68 # Service type Service type status
77 # Service type Service type status
86 # Service type Service type
114 Discover BMC With Service Type
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/
H A Dmeson.build5 sdbusplus_current_path = 'xyz/openbmc_project/Control/Service'
8 'xyz/openbmc_project/Control/Service/Attributes__markdown'.underscorify(),
10 '../../../../../yaml/xyz/openbmc_project/Control/Service/Attributes.interface.yaml',
24 'xyz/openbmc_project/Control/Service/Attributes',
32 'xyz/openbmc_project/Control/Service/SocketAttributes__markdown'.underscorify(),
34 '../../../../../yaml/xyz/openbmc_project/Control/Service/SocketAttributes.interface.yaml',
48 'xyz/openbmc_project/Control/Service/SocketAttributes',
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A DRedfish_Service_Validator.robot2 Documentation Test BMC using https://github.com/DMTF/Redfish-Service-Validator.
14 ${rsv_dir_path} Redfish-Service-Validator
15 ${rsv_github_url} https://github.com/DMTF/Redfish-Service-Validator.git
23 Test BMC Redfish Using Redfish Service Validator
31 Redfish Service Validator Result ${output}
32 Run Keyword If ${rc} != 0 Fail Redfish-Service-Validator Failed.
35 Run Redfish Service Validator With Additional Roles
36 [Documentation] Check Redfish conformance using the Redfish Service Validator.
39 [Template] Create User And Run Service Validator
47 Create User And Run Service Validator
[all …]
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_service_restart_policy.robot34 Check Service Autorestart ${SERVICE}
38 Kill Services And Expect Service Restart
43 ${MainPID}= Get Service Attribute MainPID ${LOG_SERVICE}
47 ${ActiveState}= Get Service Attribute ActiveState ${LOG_SERVICE}
49 ... msg=Logging Service not in active state.
54 ${MainPID}= Get Service Attribute MainPID ${LOG_SERVICE}
58 ${ActiveState}= Get Service Attribute ActiveState ${LOG_SERVICE}
62 Kill The List Of Services And Expect Killed Service Gets Restarted
80 ${services}= Get Service Restart Policy Services ${OPENBMC_MODEL}
89 ${service_status}= Run Keyword And Return Status Check Service Autorestart ${service}
[all …]
/openbmc/openbmc-test-automation/lib/
H A Ddmtf_tools_utils.robot19 # rsv_dir_path Directory path for rsv tool (e.g. "Redfish-Service-Validator").
20 # rsv_github_url Github URL link(e.g "https://github.com/DMTF/Redfish-Service-Validator").
32 # rsv_dir_path Directory path for rsv tool (e.g. "Redfish-Service-Validator").
41 Redfish Service Validator Result
47 # Service could not be started: RetriesExhaustedError()
49 ... Service could not be started: RetriesExhaustedError()
/openbmc/telemetry/src/utils/
H A Dmessanger.hpp10 template <class Service>
15 service_(boost::asio::use_service<Service>(execution_context)), in MessangerT()
37 Service& service_;
38 typename Service::Context& context_;
/openbmc/openbmc-test-automation/security/
H A Dtest_slp.robot23 Verify SLP Service Types
26 Verify Service Types
28 Verify Service Agents For Service Types
36 Verify Service Agents ${output} ${parameter}
60 Verify Service Types
78 Verify Service Agents
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/SocketAttributes/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Control/Service/SocketAttributes'
6 'xyz/openbmc_project/Control/Service/SocketAttributes__cpp'.underscorify(),
8 … '../../../../../../yaml/xyz/openbmc_project/Control/Service/SocketAttributes.interface.yaml',
28 'xyz/openbmc_project/Control/Service/SocketAttributes',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/Attributes/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Control/Service/Attributes'
6 'xyz/openbmc_project/Control/Service/Attributes__cpp'.underscorify(),
8 '../../../../../../yaml/xyz/openbmc_project/Control/Service/Attributes.interface.yaml',
28 'xyz/openbmc_project/Control/Service/Attributes',
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/
H A DREADME.md1 # Service Management
19 Service manager daemon will create D-Bus objects for configurable services in
28 `xyz.openbmc_project.Control.Service.Attributes`. Network services like bmcweb,
30 `xyz.openbmc_project.Control.Service.SocketAttributes` interface.
33 `/etc/systemd/system/<Service unit name>/` is updated and the unit is restarted
36 ### xyz.openbmc_project.Control.Service.Attributes interface
61 ### xyz.openbmc_project.Control.Service.SocketAttributes interface
71 `xyz.openbmc_project.Control.Service.Attributes` needs to be set to `true` and
76 `xyz.openbmc_project.Control.Service.SocketAttributes`.
/openbmc/linux/Documentation/virt/acrn/
H A Dintroduction.rst7 hardware. It has a privileged management VM, called Service VM, to manage User
10 ACRN userspace is an application running in the Service VM that emulates
12 Service Module (HSM) is a kernel module in the Service VM which provides
19 Service VM User VM
/openbmc/linux/net/nsh/
H A DKconfig3 tristate "Network Service Header (NSH) protocol"
6 Network Service Header is an implementation of Service Function
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/
H A D0002-Don-t-execute-processes-as-a-specific-user.patch23 [Service]
39 [Service]
51 [Service]
64 [Service]
77 [Service]
89 [Service]
/openbmc/linux/drivers/virt/acrn/
H A DKconfig3 tristate "ACRN Hypervisor Service Module"
7 ACRN Hypervisor Service Module (HSM) is a kernel module which
10 a privileged management VM, called Service VM, to manage User
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dbusybox-klogd.service.in2 Description=Kernel Logging Service
4 [Service] section
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dpppoe-server.service2 Description=PPPOE Service
5 [Service] section
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/
H A Dntpd.service2 Description=Network Time Service
5 [Service] section
H A Dsntp.service2 Description=Simple Network Time Service Client
5 [Service] section
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsfcb.service2 Description=Small Footprint CIM Broker Service
5 [Service] section
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/
H A Dopenwsmand.service2 Description=Openwsman WS-Management Service
5 [Service] section
/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/id-button/
H A Did-button-pressed.service2 Description=ID Button Pressed Service
7 [Service] section
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/gpio/id-button/
H A Did-button-pressed.service2 Description=ID Button Pressed Service
7 [Service] section
/openbmc/service-config-manager/
H A Dsrvcfg-manager.service4 [Service] section
9 BusName=xyz.openbmc_project.Control.Service.Manager argument

12345678910>>...45