Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

vtserver startup warnings

jrzhou
Beginner
850 Views
We upgrade to VTune 7.0 recently. We want to use remote linux data collection on a RedHat 9 machine. We do successfully compile the drivers using vdk_918. But when we start vtserver, there are warnings about IPC messages and shared memory segements. Is this important? If we don't want to remove them, what happens?

I list the message I got as below:

Setting up ISM environment ...
Setting up Callgraph environment ...

One or more IPC messages have been detected:

------ Message Queues --------
key msqid owner perms used-bytes messages
0x0003d138 0 jrzhou 666 0 0
0x000d237c 32769 jrzhou 666 0 0


Remove these IPC messages? ([Yes]/no)

Removing the following IPC messages: 0 32769

One or more IPC shared memory segments have been detected:

------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
0x00000000 32768 jrzhou 777 393216 2 dest
0x00000000 4096001 jrzhou 666 43200 2
0x00000000 3473410 root 644 98304 2 dest

Remove these IPC shared memory segments? ([Yes]/no)

__Bistro_Exit_Signal__=12
__Bistro_MASTER_PROJECT_PATH__=/home/jrzhou
Setting up Sampling environment ...
VTUNE_LINUX_KERNEL_LOAD_ADDRESS=
VTUNE_LINUX_KERNEL_SIZE=
VTUNE_LINUX_KERNEL_FILENAME=
Setting up Remote Data Collection environment ...

...

000 09/30/03 20:22:43
========================================================
000 09/30/03 20:22:43
000 09/30/03 20:22:43 VTune Performance Analyzer Remote Agent for
Linux*
000 09/30/03 20:22:43 Copyright(C) 2003, Intel Corporation, All Rights
Reserved
000 09/30/03 20:22:43
000 09/30/03 20:22:43 -- System Information --------
000 09/30/03 20:22:43 number of CPUs: 1
000 09/30/03 20:22:43 CPU speed: 1794 MHz
000 09/30/03 20:22:43
000 09/30/03 20:22:43 -- Remote Agent --------------
000 09/30/03 20:22:43 server version: v0.992
000 09/30/03 20:22:43
000 09/30/03 20:22:43 -- Sampling Collector --------
000 09/30/03 20:22:43 driver version: v0.918
000 09/30/03 20:22:43 library version: v0.854
000 09/30/03 20:22:43
000 09/30/03 20:22:43 -- Callgraph Collector -------
000 09/30/03 20:22:43 library version: v0.71
000 09/30/03 20:22:43
000 09/30/03 20:22:43 -- ISM Agent Proxy -----------
000 09/30/03 20:22:43 library version: v0.1r
000 09/30/03 20:22:43

Thanks.
0 Kudos
4 Replies
jeffrey-gallagher
850 Views
I've forwarded your very well-detailed report to some of the engineers, jrzhou!

Stay tuned...

0 Kudos
jeffrey-gallagher
850 Views
Direct from Engineering:

we do not support RH9 on VTune 7.0 however I advise to try using the backward compatibility mode of RH9 - set the environment variable LD_ASSUME_KERNEL to the value 2.2.5 and then run vtserver again (its not supported mode but its worth trying) 7.1 FCS will support the updated RH9 (with the relevant updated NPTL packages such as glibc and kernel)

regarding the IPC?s - vtserver warns the user on any open IPC resource no matter if it?s a left over of VTune or not and it is up to the user to decide whether to delete it or to leave it as is, according to the log he attached it looks like the IPC?s will not affect the run

0 Kudos
jrzhou
Beginner
850 Views
Thanks, Jeff.

I've tried VTune7.1 Beta. The warnings go away.
0 Kudos
jeffrey-gallagher
850 Views
Thanks for the follow up!
0 Kudos
Reply