Bug 1348477
| Summary: | pm_conf_server_run: Command server exited with error "No such file or directory" | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Honggang LI <honli> |
| Component: | opa-fm | Assignee: | Honggang LI <honli> |
| Status: | CLOSED ERRATA | QA Contact: | zguo <zguo> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.3 | ||
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | opa-fm-10.0.1.0-4.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-04 03:26:38 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1274397 | ||
|
Description
Honggang LI
2016-06-21 09:22:19 UTC
It is minor bug need a simple fix. 'mkdir -p /var/usr/lib/opa-fm/' is the solution. [root@rdma-qe-15 ~]$ systemctl start opafm.service -l
[root@rdma-qe-15 ~]$ systemctl status opafm.service -l
● opafm.service - OPA Fabric Manager
Loaded: loaded (/usr/lib/systemd/system/opafm.service; disabled; vendor preset: disabled)
Active: active (running) since Tue 2016-06-21 22:37:37 EDT; 2s ago
Process: 38169 ExecStart=/usr/lib/opa-fm/bin/opafmd -D (code=exited, status=0/SUCCESS)
Main PID: 38170 (opafmd)
CGroup: /system.slice/opafm.service
├─38170 /usr/lib/opa-fm/bin/opafmd -D
└─38182 /usr/lib/opa-fm/runtime/sm -e sm_0
Jun 21 22:37:36 rdma-qe-15 fm0_sm[38182]: PROGR[main]: SM: [VF:Default] : Sharing 100% BW among remaining VFs
Jun 21 22:37:36 rdma-qe-15 fm0_sm[38182]: PROGR[main]: SM: [VF:Admin] : Sharing 100% BW among remaining VFs
Jun 21 22:37:36 rdma-qe-15 fm0_sm[38182]: PROGR[main]: SM: [VF:Default] : Base SL:0 Base SC:0 NumScs:1 QOS:0 HP:0
Jun 21 22:37:36 rdma-qe-15 fm0_sm[38182]: PROGR[main]: SM: [VF:Admin] : Base SL:0 Base SC:0 NumScs:1 QOS:0 HP:0
Jun 21 22:37:37 rdma-qe-15 systemd[1]: Started OPA Fabric Manager.
Jun 21 22:37:37 rdma-qe-15 fm0_sm[38182]: [main]: SM: Using: HFI 1 Port 1 PortGuid 0x0011750101670fb0
Jun 21 22:37:40 rdma-qe-15 fm0_sm[38182]: PROGR[topology]: SM: sm_set_local_port_pkey: sm pkey table already set
Jun 21 22:37:40 rdma-qe-15 fm0_sm[38182]: PROGR[topology]: SM: sm_transition: SM STATE TRANSITION from NOTACTIVE to DISCOVERING
Jun 21 22:37:40 rdma-qe-15 fm0_sm[38182]: PROGR[topology]: SM: topology_main: TT: DISCOVERY CYCLE START - REASON: Initial sweep.
Jun 21 22:37:40 rdma-qe-15 fm0_sm[38182]: rdma-qe-15; MSG:NOTICE|SM:rdma-qe-15:port 1|COND:#5 SM state to master|NODE:rdma-qe-15:port 1:0x0011750101670fb0|DETAIL:transition from DISCOVERING to MASTER
[root@rdma-qe-15 ~]$ ping 172.31.20.14
PING 172.31.20.14 (172.31.20.14) 56(84) bytes of data.
64 bytes from 172.31.20.14: icmp_seq=1 ttl=64 time=18.3 ms
64 bytes from 172.31.20.14: icmp_seq=2 ttl=64 time=0.030 ms
64 bytes from 172.31.20.14: icmp_seq=3 ttl=64 time=0.020 ms
^C
--- 172.31.20.14 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 0.020/6.121/18.313/8.621 ms
[root@rdma-qe-15 ~]$ rpm -q opa-fm
opa-fm-10.0.1.0-4.el7.x86_64
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-2309.html |