1834462 Members
3035 Online
110067 Solutions
New Discussion

Re: procsize errors

 
Prasad Joshi
Regular Advisor

procsize errors

I am getting these errors, when running procsize utility.

bash-2.02# ./procsize32
Compiling unpacker for non-ascii files
x - procsize [non-ascii]

bash-2.02# ./procsize -f
libp4 (6.93): Opening /stand/vmunix /dev/kmem

Loading symbols from /stand/vmunix
Can't get base_pdir
Continuing without translation
regions set to 1000
hpux 0.00 32 bit in Wide mode
nproc=0
pid Comm UAREA TEXT DATA STACK SHMEM IO MMAP Total

bash-2.02# ./procsize64
libp4 (6.93): Opening /stand/vmunix /dev/kmem

Loading symbols from /stand/vmunix
Can't get base_pdir
Continuing without translation

procsize (error): You must specify either -p or -f.

bash-2.02# ./procsize64 -f
libp4 (6.93): Opening /stand/vmunix /dev/kmem

Loading symbols from /stand/vmunix
Can't get base_pdir
Continuing without translation
regions set to 1000
hpux 0.00 32 bit in Wide mode
nproc=0
pid Comm UAREA TEXT DATA STACK SHMEM IO MMAP Total

What could be the problem? andWay to get out of it?

Thanks & Regards,
Prasad
5 REPLIES 5
Prasad Joshi
Regular Advisor

Re: procsize errors

bash-2.02# file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)

This means my machine 64 bit.
RAC_1
Honored Contributor

Re: procsize errors

Running 32 bit procsize version on 64 bit OS?
What OS version?
There is no substitute to HARDWORK
Prasad Joshi
Regular Advisor

Re: procsize errors

bash-2.02# ./procsize64 -P 2000
libp4 (6.93): Opening /stand/vmunix /dev/kmem

Loading symbols from /stand/vmunix
Can't get base_pdir
Continuing without translation

procsize (error): You must specify either -p or -f.
Arunvijai_4
Honored Contributor

Re: procsize errors

Hi Prasad,

You need to use 64bit Procsize utility. You can download from,

ftp://eh:spear9@hprc.external.hp.com/procsize.64bit.sh

Make sure you go through Readme,

ftp://eh:spear9@hprc.external.hp.com/procsize.README.txt

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Prasad Joshi
Regular Advisor

Re: procsize errors

Hi RAC,

I tried with 64 bit version also.

bash-2.02# ./procsize64 -f
libp4 (6.93): Opening /stand/vmunix /dev/kmem

Loading symbols from /stand/vmunix
Can't get base_pdir
Continuing without translation
regions set to 1000
hpux 0.00 32 bit in Wide mode
nproc=0
pid Comm UAREA TEXT DATA STACK SHMEM IO MMAP Total

Thanks & regards,
Prasad