- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- inq command not working on some HP-UX servers
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
11-21-2012 09:34 AM
11-21-2012 09:34 AM
inq command not working on some HP-UX servers
I have several servers running 11.31.
Some of my servers allow me to run /usr/sbin/inq which is a standalone binary. (trust me, its there)
I have some servers it runs fine on and others, it won't run.... It just sites there.
Any ideas?
[/usr/sbin] root@hostname #inq
on other servers it works fine.
[/root] root@hostname2 #inq
Inquiry utility, Version V7.3-1159 (Rev 1.0) (SIL Version V7.2.1.0 (Edit Level 1159)
Copyright (C) by EMC Corporation, all rights reserved.
For help type inq -h.
...............................................................................
...............................................................................
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2012 09:42 AM
11-21-2012 09:42 AM
Re: inq command not working on some HP-UX servers
Server it doesn't work on:
ldd inq.HPUXIA64
inq.HPUXIA64:
libpthread.so.1 => /usr/lib/hpux64/libpthread.so.1
libdl.so.1 => /usr/lib/hpux64/libdl.so.1
libm.so.1 => /usr/lib/hpux64/libm.so.1
librpcsvc.so.1 => /usr/lib/hpux64/librpcsvc.so.1
libc.so.1 => /usr/lib/hpux64/libc.so.1
libnsl.so.1 => /usr/lib/hpux64/libnsl.so.1
libxti.so.1 => /usr/lib/hpux64/libxti.so.1
Server it does work on:
ldd inq.HPUXIA64
inq.HPUXIA64:
libdl.so.1 => /usr/lib/hpux64/libdl.so.1
libpthread.so.1 => /usr/lib/hpux64/libpthread.so.1
libc.so.1 => /usr/lib/hpux64/libc.so.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2012 11:55 AM
11-21-2012 11:55 AM
Re: inq command not working on some HP-UX servers
>I have some servers it runs fine on and others, it won't run.
Looks like you have different versions of this EMC tool.
What does "what /usr/sbin/inq" show for both?
Can you find it with the following?
swlist -l file | grep sbin/inq
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2012 09:12 AM
11-26-2012 09:12 AM
Re: inq command not working on some HP-UX servers
If you have access to powerlink.emc.com (EMC's repository) you can go download the latest and greatest version of INQ yourself. If you dont have access, you can ask one of your Storage Admins to download it for you. I had similar issue and got it resolved. There are a lot of different versions of INQ for each flavor of UNIX out there - not to forget the 32bit and 64 bit versions.