Hi,
I have two connection files (test1.nxs and test2.nxs) and I’m creating 2 sessions on a same linux machine with NX7:
sudo /usr/NX/bin/nxserver –list
NX> 127 Available sessions:
Display Username Remote IP Session ID Node
——- ——– ———— ——————————– ————–
1001 myuser 10.11.12.13 F8XXXXXD4C72F4DD800ZZZZZ25 localhost:4000
1002 myuser 10.11.12.13 E5XXXXX41D62AB0734E4ZZZZZC2 localhost:4000
How can I determine the DISPLAY used by test1.nxs and the one used by test2.nxs ?
With NX6, grep MainSession /usr/NX/var/db/running/sessionId* was able to yield an answer. But with NX7 I’m not able to associate the name of the session (test1 and test2) with the SessionID or the DISPLAY.
Thanks in advance,
Jean-Paul