- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- procsize errors
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 06:34 PM
05-04-2006 06:34 PM
procsize errors
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 06:38 PM
05-04-2006 06:38 PM
Re: procsize errors
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)
This means my machine 64 bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 06:39 PM
05-04-2006 06:39 PM
Re: procsize errors
What OS version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 06:40 PM
05-04-2006 06:40 PM
Re: procsize errors
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 06:40 PM
05-04-2006 06:40 PM
Re: procsize errors
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 06:41 PM
05-04-2006 06:41 PM
Re: procsize errors
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