- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Getting system information from a HP-UX box
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
04-13-2004 06:53 PM
04-13-2004 06:53 PM
Getting system information from a HP-UX box
I need to know the best and accurate way of getting following information from the server:
1) Application running
2) Number and speed of CPU's
3) Ammount of physical memory
4) Size and number of internal disks
5) External disk capacity and it belongs to (like XP256 VA7400 or Autoraid etc)
Thanks a lot in advance for the help
Nisar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 07:00 PM
04-13-2004 07:00 PM
Re: Getting system information from a HP-UX box
html collect system info
http://www.grc.hp.com/docs/nickel/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 07:01 PM
04-13-2004 07:01 PM
Re: Getting system information from a HP-UX box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 07:04 PM
04-13-2004 07:04 PM
Re: Getting system information from a HP-UX box
Applicatoins running: ps -ef
Number of CPUS and speed: ioscan and stm
ammount of memory: dmesg
Size and number of internel disk: ioscan and diskinfo
Externel disk capacity and storages type:
ioscan and diskinfo. Most disk systems do not identify the storage type IE jamaica, hp disk system 2100. You could make some assumptions based on your fiber adapters and disk types in your scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 07:10 PM
04-13-2004 07:10 PM
Re: Getting system information from a HP-UX box
For 2/3/4/5 you can try cstm if you have STM installed on the system.
echo 'selclass qualifier all;info;wait;infolog' |cstm >/tmp/system_info.log
There is no unique way to identify all the applications running on the system.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 07:12 PM
04-13-2004 07:12 PM
Re: Getting system information from a HP-UX box
If you have STM installed the most of the informations you will get from there except Applications running use the combination of
swlist and ps -aef
If ignite is installed use
print_manifest
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2004 07:49 PM
04-13-2004 07:49 PM
Re: Getting system information from a HP-UX box
Application running --> ps -ef, swlist
Number and speed of CPU's --> stm
Ammount of physical memory --> dmesg
Size and number of internal disks --> ioscan -fnCdisk and diskinfo
External disk capacity and it belongs to (like XP256 VA7400 or Autoraid etc)--> xpinfo for XP256 disks and stm.
Incase stm is not available you can install it online.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 01:22 PM
04-14-2004 01:22 PM
Re: Getting system information from a HP-UX box
Thanks for the quick responses.
How I try Pint_manifesto in Ignite ?
Nisar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2004 01:29 PM
04-14-2004 01:29 PM
Re: Getting system information from a HP-UX box
Create the tape assuming you have /dev/rmt/0m as your device also make sure you use no-rewind
/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
/opt/ignite/bin/print_manifest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 03:03 AM
04-15-2004 03:03 AM
Re: Getting system information from a HP-UX box
http://come.to/cfg2html
Also, sysinfo3.01 from HP has a lot to offer - I attached it.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 02:16 PM
04-15-2004 02:16 PM
Re: Getting system information from a HP-UX box
Thanks for all of you for the help.
I have only not sure yet that in the "print_manifest" following information:
Storage devices HW Path Interface
SEAGATE ST32171W 2033 Mb 10/0.3.0 GSC built-in Fast/Wide SCSI Interface
HP C5447A 21241 Mb 10/8.6.5 GSC add-on Fast/Wide SCSI Interface
If second disk is external then where in connect to. I mean XP256 or VA7400 or Autoraid etc ?
Nisar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 02:32 PM
04-15-2004 02:32 PM
Re: Getting system information from a HP-UX box
There are utilities that can be installed on your system that are specific to each type of array, but if you don't know what type of array you have then you've got problems.
Start asking co-workers or go exploring in the computer room if you have access.