- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lsof and pxdb??
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
09-16-2002 08:55 PM
09-16-2002 08:55 PM
lsof and pxdb??
Im am trying to install lsof on my machine running 11.00. It is a 64 bit machine and i need to compile. I downloaded the tar from hpux.cs.utah.edu.
I have extracted the contents of the tar file and went to configure lsof with
./Configure hpux (according to the instructions)
however i get a whole heap of errors. Gist of it is this
Configure can't use /usr/contrib/bin/q4 to examine the ipis_s
structure. You must do that yourself, report the result in
the HPUX_IPC_S_PATCH environment variable, then repeat the
Configure step. Consult the Configure script's use of
/usr/contrib/bin/q4 and the 00XCONFIG file for information
on ipis_s testing and the setting of HPUX_IPC_S_PATCH.
It also asks to verify the problem by running
pxdb -s status /stand/vmunix
so i try and run it and i get the following error message
ksh: pxdb: not found
Im assuming pxdb is some sort of debugger or something.
Where does the pxdb come from and how do i install it? Or how do i fix this problem?
Thanks in advance for your suggestions and advice.
Regrads
Maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 09:26 PM
09-16-2002 09:26 PM
Re: lsof and pxdb??
Here is a silly question ! Have you got any C compiler in your machine ?
Does the compiler come with the OS ( something like C Bundle) or ANSI C Compiler (you need to buy) or just the gcc compiler ?
Regards,
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 09:28 PM
09-16-2002 09:28 PM
Re: lsof and pxdb??
Here is a silly question ! Have you got any C compiler in your machine ?
Does the compiler come with the OS ( something like C Bundle) or ANSI C Compiler (you need to buy) or just the gcc compiler ?
I compile the lsof by myself on HP-UX 11i and it got no problem and my server have the ANSI C Compiler installed.
Regards,
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 09:30 PM
09-16-2002 09:30 PM
Re: lsof and pxdb??
Here is a silly question ! Have you got any C compiler in your machine ?
Does the compiler come with the OS ( something like C Bundle) or ANSI C Compiler (you need to buy) or just the gcc compiler ?
I compile the lsof by myself on HP-UX 11i and it got no problem and my server have the ANSI C Compiler installed.
Regards,
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 10:00 PM
09-16-2002 10:00 PM
Re: lsof and pxdb??
i think i have it installed.
i wrote a small program and compiled it but there are error messages.
#cc test.c -o out
(Bundled) cc: "test.c", line 3: warning 28: Overflow occurred while processing an integer character constant containing more than fou
r characters.
however, when i do a swlist -l bundle -l subproduct
i dont seam to find anything that has an ansii C.
thanks
maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 10:19 PM
09-16-2002 10:19 PM
Re: lsof and pxdb??
The compiler you using is come with the OS and I don't know where it can compile the lsof or not because it has limited criteria (as my experience). I use the ANSI C to compile my lsof and is OK.
I attached my lsof and see whether you can use it or not !
Regards,
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 10:44 PM
09-16-2002 10:44 PM
Re: lsof and pxdb??
Thanks for your suggestion.
i found that i need to use q4pxdb64 /stand/vmunix
i had to set the NLSPATH and it appeared to compile/configure with no problems
Thanks again