Sponsored Content
Full Discussion: Problem starting OVPM
Operating Systems Solaris Problem starting OVPM Post 302843276 by solaris_1977 on Monday 12th of August 2013 03:19:49 PM
Old 08-12-2013
Problem starting OVPM

I am not able to start scop process for HP Openview software on Solaris-10. /var/opt/perf/status.scope gives me below errors
Code:
scopeux Status File (c) Copyright 1990-2009 Hewlett-Packard Development Company, L.P.
--------------------------------------------------------------------------
**** /opt/perf/bin/scopeux : 06/20/13 14:42:04 ****
scopeux/SunOS C.04.70.000 COLLECTOR BEGIN.
ld.so.1: scopeux: fatal: relocation error: file /opt/perf/bin/scopeux: symbol __1cNtLOGICAL_FILEKLockRegion6MnJtFILEDEFSJeSEEKMODE_LLI_I_: referenced symbol not found
**** /opt/perf/bin/scopeux : 06/20/13 14:43:43 ****
scopeux/SunOS C.04.70.000 COLLECTOR BEGIN.
ld.so.1: scopeux: fatal: relocation error: file /opt/perf/bin/scopeux: symbol __1cNtLOGICAL_FILEERead6MpvLpL_I_: referenced symbol not found
**** /opt/perf/bin/scopeux : 06/20/13 14:48:08 ****
scopeux/SunOS C.04.70.000 COLLECTOR BEGIN.
ld.so.1: scopeux: fatal: relocation error: file /opt/perf/bin/scopeux: symbol __1cNtLOGICAL_FILEERead6MpvLpL_I_: referenced symbol not found

If I search then I can find this library at these location
Code:
/usr/lib/ld.so.1
/usr/lib/sparcv9/ld.so.1
/etc/lib/ld.so.1
/lib/sparcv9/ld.so.1
/lib/ld.so.1
/opt/perf/lib/ld.so.1

What am I missing to check ?
 

10 More Discussions You Might Find Interesting

1. Solaris

x server starting problem

i have installed solaris 10 on PIII i Ghz cpu, whole installation carried out in GUI mode but after installation it is unable to start GUI mode. Error is : "X server can not be started on display 0" screed flickers twice and the CLI login prompt appears (1 Reply)
Discussion started by: ajays
1 Replies

2. AIX

Problem starting sshd on AIX

I just installed SSH on an AIX machine: > lslpp -l openssh.base.server Fileset Level State Description ---------------------------------------------------------------------------- Path: /usr/lib/objrepos openssh.base.server 4.1.0.5301 COMMITTED Open... (1 Reply)
Discussion started by: outtacontrol
1 Replies

3. Solaris

Problem Starting CDE

hi, I have installed Solaris 10 from dvd. I have a 1.8GHz processor and 512mb RAM. When I start it, a message is displayed that Xserver cannot be initialised. Please tell me how to start computer in GUI mode, because it logs me into console mode. Regards Rochit (4 Replies)
Discussion started by: rochitsharma
4 Replies

4. Solaris

Problem starting Sendmail on Solaris 9

Hi, I am getting problem in starting up Sendmail on solaris. When I do /etc/init.d/sendmail start in Process list it shows sendmail process properly. But when I do portcheck by netstat it doesn't show Port 25/smtp. What could be the problem ? Thanks NeeleshG (6 Replies)
Discussion started by: neel.gurjar
6 Replies

5. AIX

Service starting Problem

Dear All, When i am start the service netd i am facing the problem 0513-015 The inetd Subsystem could not be started Please check subsystem resources and try again later. please suggest me. It is urgent (1 Reply)
Discussion started by: pernasivam
1 Replies

6. UNIX for Advanced & Expert Users

problem starting a process on solaris from other user

Hi Gurus, I have a server that has to users. 1) root 2)net1 there are several processes running on my server one of the process is CMIS_STACK process which is a compiled C code when this process goes missing then i restart this process manually in the following manner ... (2 Replies)
Discussion started by: asalman.qazi
2 Replies

7. Solaris

Session starting problem

When i start a CDE session on Solaris 9 it starts the Gnome desktop for like five minutes with nothing on the screen except the background then it enters the CDE environment and when I enter (new session) Gnome environment it takes 5 to 10 minutes then the session starts so I wounder why it... (8 Replies)
Discussion started by: darkman
8 Replies

8. Solaris

Problem starting x11vnc on solaris 9

Hello, I installed x11vnc on a solaris 9 server. #SunOS gandalf 5.9 Generic sun4u sparc SUNW,Ultra-60 When i run x11vnc i get following errors bash-2.05# /usr/local/bin/x11vnc -display :0 17/06/2010 23:34:08 x11vnc version: 0.9.9 lastmod: 2009-12-21 pid: 16203 17/06/2010 23:34:15... (0 Replies)
Discussion started by: sunny_a_j
0 Replies

9. Shell Programming and Scripting

Problem starting of Tomcat on remote host

Hi All, I have several Tomcat 7.0.12 installations on remote servers for different projects. I need to start and stop them from a centralized server. Once I start the server remotely using ssh commands, server starts successfully but prompt does not exit. It keeps on holding. I have... (4 Replies)
Discussion started by: bhaskar_m
4 Replies

10. HP-UX

Problem with starting

Dear all Once i try to change some configuration files for internet connections and after that i have problem to start the system. it get to at logo of HP UX and repeat the same starting procedure all the time. What can i do here? I am beginner at HP UX. (1 Reply)
Discussion started by: panoupanou
1 Replies
PERF-ANNOTATE(1)						    perf Manual 						  PERF-ANNOTATE(1)

NAME
perf-annotate - Read perf.data (created by perf record) and display annotated code SYNOPSIS
perf annotate [-i <file> | --input=file] [symbol_name] DESCRIPTION
This command reads the input file and displays an annotated version of the code. If the object file has debug symbols then the source code will be displayed alongside assembly code. If there is no debug info in the object, then annotated assembly is displayed. OPTIONS
-i, --input= Input file name. (default: perf.data unless stdin is a fifo) -d, --dsos=<dso[,dso...]> Only consider symbols in these dsos. -s, --symbol=<symbol> Symbol to annotate. -f, --force Don't complain, do it. -v, --verbose Be more verbose. (Show symbol address, etc) -D, --dump-raw-trace Dump raw trace in ASCII. -k, --vmlinux=<file> vmlinux pathname. -m, --modules Load module symbols. WARNING: use only with -k and LIVE kernel. -l, --print-line Print matching source lines (may be slow). -P, --full-paths Don't shorten the displayed pathnames. --stdio Use the stdio interface. --tui Use the TUI interface. Use of --tui requires a tty, if one is not present, as when piping to other commands, the stdio interface is used. This interfaces starts by centering on the line with more samples, TAB/UNTAB cycles through the lines with more samples. --gtk Use the GTK interface. -C, --cpu Only report samples for the list of CPUs provided. Multiple CPUs can be provided as a comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2. Default is to report samples on all CPUs. --asm-raw Show raw instruction encoding of assembly instructions. --source Interleave source code with assembly code. Enabled by default, disable with --no-source. --symfs=<directory> Look for files with symbols relative to this directory. -M, --disassembler-style= Set disassembler style for objdump. --objdump=<path> Path to objdump binary. --skip-missing Skip symbols that cannot be annotated. --group Show event group information together SEE ALSO
perf-record(1), perf-report(1) perf 06/30/2014 PERF-ANNOTATE(1)
All times are GMT -4. The time now is 08:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy