Loading...
You are not logged-in Login/Register





  • Posts   Search Threads
  • Jie JiangDecember 8, 2008 1:23 AM PST   
    problems on remote data collection

    Hi,

    My vtune works well with native callgraph and sampling collectors.

    The paltform is Linux/Itanium2 processor(Montecito).

    However, when trying to do remote callgraph, I got errors.

    On the terminal of the server(here I emulate the remote DC on the target server) with IP address x.x.x.x,

    after vtserver is launched, I typed  following cmds  to do remote callgraph :

    vtl activity -c callgraph usr@x.x.x.x -app ./a.out  run

    I got the following errors:

    "Different host names were found in Data Collector description and appropriate Application Profile. Change one so that the hosts match."

    Note that in my /etc/hosts file,  the target server has several entries with different host names mapped to the same IP address.

    How to solve this problem?

    And another problem also with the remoted sampling.

    Also on the terminal of the target server, after typing in the following cmd:

    vtl activity -c sampling usr@x.x.x.x -app ./a.out  run

    I got the following error message:

    [ERROR]  The Sampling Collector failed to start because the driver is not loaded now!

    However, I'm sure that the vtune_drv is installed! (using lsmod|grep vtune_drv)

    How to explain this?

     



    Peter Wang (Intel)December 8, 2008 6:32 PM PST
    Rate
     
    Re: problems on remote data collection

    Hi,

    You should use - "vtl rdc-config -password <username@system>" first, my case:

    vtl rdc-config -password root@10,239,44,83, it will ask you enter password for "root". Then you can use

    like as "vtl activity -c sampling,,10.239.44.83 -app /bin/ls,-exit,,10.239.44.83 run"

     

    See more detail in "vtl -help"

     

    Regards, Peter

     



    Jie JiangDecember 8, 2008 7:56 PM PST
    Rate
     
    Re: problems on remote data collection

    Hi,

    You should use - "vtl rdc-config -password <username@system>" first, my case:

    vtl rdc-config -password root@10,239,44,83, it will ask you enter password for "root". Then you can use

    like as "vtl activity -c sampling,,10.239.44.83 -app /bin/ls,-exit,,10.239.44.83 run"

     

    See more detail in "vtl -help"

     

    Regards, Peter

     

    Surely I have authenticated into the target machine. I just omitted the steps in my previous post.

    An strange problem is that, when remotely collecting data with root, it works well.

    The problems only occur with non-root users.

    And I'm sure that this non-root user is added into the "vtune" group and the vtserver is working.

    Why?

     



    Peter Wang (Intel)December 8, 2008 8:13 PM PST
    Rate
     
    Re: problems on remote data collection

    Surely I have authenticated into the target machine. I just omitted the steps in my previous post.

    An strange problem is that, when remotely collecting data with root, it works well.

    The problems only occur with non-root users.

    And I'm sure that this non-root user is added into the "vtune" group and the vtserver is working.

    Why?

     

    I never met such problem if you already added non-root user into "vtune" group. Have you checked it with vtl command for non-root user on the server? 



Forum jump:  

Intel Software Network Forums Statistics

17,025 users have contributed to 48,321 threads and 172,753 posts to date.

In the past 24 hours, we have 16 new thread(s) 57 new posts(s), and 54 new user(s).

In the past 3 days, the most popular thread for everyone has been How to manage rounding by IVF ?? The most posts were made to Most likely, the issue is that The post with the most views is Optimalization of sine function\'s taylor expansion

Please welcome our newest member redfruit83


For more complete information about compiler optimizations, see our Optimization Notice.