RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1348477 - pm_conf_server_run: Command server exited with error "No such file or directory"
Summary: pm_conf_server_run: Command server exited with error "No such file or directory"
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: opa-fm
Version: 7.3
Hardware: x86_64
OS: Linux
high
high
Target Milestone: rc
: ---
Assignee: Honggang LI
QA Contact: zguo
URL:
Whiteboard:
Depends On:
Blocks: 1274397
TreeView+ depends on / blocked
 
Reported: 2016-06-21 09:22 UTC by Honggang LI
Modified: 2016-11-04 03:26 UTC (History)
0 users

Fixed In Version: opa-fm-10.0.1.0-4.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-04 03:26:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2016:2309 0 normal SHIPPED_LIVE RDMA stack bug fix and enhancement update 2016-11-03 13:40:45 UTC

Description Honggang LI 2016-06-21 09:22:19 UTC
Description of problem:

https://bugzilla.redhat.com/show_bug.cgi?id=1341971#c3

Version-Release number of selected component (if applicable):
opa-fm-10.0.1.0-3.el7.x86_64

How reproducible:
always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Honggang LI 2016-06-21 09:33:49 UTC
It is minor bug need a simple fix. 'mkdir -p /var/usr/lib/opa-fm/' is the solution.

Comment 3 zguo 2016-06-22 02:38:46 UTC
[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

Comment 5 errata-xmlrpc 2016-11-04 03:26:38 UTC
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


Note You need to log in before you can comment on or make changes to this bug.