- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is there a command for System Info???
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
10-05-2004 09:59 AM
10-05-2004 09:59 AM
any help would be greatly appreciated.
NOTE: i would reboot in the hopes that it would show during bootup, but this is a production, so rebooting would be quite the task.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 10:04 AM
10-05-2004 10:04 AM
SolutionSearch for 'cfg2html' and 'sysinfo' in the forums. You can find sources from where you can install them.
See if you have /opt/ignite/bin/print_manifest binary. If it is there, running it also can provide you with the information you need. For specific details you mentioned, you can use these commands.
Processors:
echo 'processor_count/D' | adb -k /stand/vmunix /dev/kmem
Processor Speed:
echo itick_per_tick/D | adb $kernel /dev/kmem
Memory:
echo 'phys_mem_pages/D' |adb -k /stand/vmunix /dev/kmem
Multiply the above with 4 to get it in KB.
Disks:
ioscan -fnC disk
vgdisplay -v
strings /etc/lvmtab
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 10:19 AM
10-05-2004 10:19 AM
Re: Is there a command for System Info???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 10:21 AM
10-05-2004 10:21 AM
Re: Is there a command for System Info???
All these questions and commands are described in the FAQ section of my site:
USA Los Angeles http://mirrors.develooper.com/hpux/#FAQ
SGP Singapore https://www.beepz.com/personal/merijn/#FAQ
USA Chicago http://ww.hpux.ws/merijn/#FAQ
NL Hoofddorp http://www.cmve.net/~merijn/#FAQ
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 12:19 PM
10-05-2004 12:19 PM
Re: Is there a command for System Info???
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 11:13 AM
10-06-2004 11:13 AM
Re: Is there a command for System Info???
Without checking, I *think* its a part of diagnostics (Support Tools Manager).
Col.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 02:49 PM
10-06-2004 02:49 PM