- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2019 10:32 AM
I had a user successfully run trex on a machine. When i tried run trex on the same machine with my username or admin, i see below error.
sudo ./_t-rex-64 -f 00_FS3k_sfr_delay_10_1g.yaml --cfg /home/qadmin/trex_4ports_cfg.yaml -c 4 -m 2 -d 360000
sudo: unable to resolve host ubuntu-trex2: Connection refused
Starting TRex v2.56 please wait ...
EAL: Error - exiting with code: 1
Cause: Cannot create lock on '/var/run/dpdk/rte/config'. Is another primary process running?
Solved! Go to Solution.
- Labels:
-
TRex
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2019 10:41 AM
Found the solution
adding `prefix : qadmin` in trex cfg file helped creating multiple trex instances.
- port_limit : 4
version : 2
prefix : qadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2019 10:41 AM
Found the solution
adding `prefix : qadmin` in trex cfg file helped creating multiple trex instances.
- port_limit : 4
version : 2
prefix : qadmin
