- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Collecting System information
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
06-01-2005 03:03 PM
06-01-2005 03:03 PM
Can anybody explain how we can collect system information like memory, disks, model(class), processors etc.
Thanks in advance
Rajesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 03:12 PM
06-01-2005 03:12 PM
Re: Collecting System information
CFG2HTML
http://come.to/cfg2html
Nickel
http://unixguide.net/cgi-bin/htsearch?words=nickel
You can also get some information from print_manifest which is included with Ignite.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 03:12 PM
06-01-2005 03:12 PM
Re: Collecting System information
do u have ignite-ux install in the machine? if so, u may use print_manifest command.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 04:01 PM
06-01-2005 04:01 PM
Re: Collecting System information
model
dmesg|grep 'physical'
ioscan -fnC disk
to check processor, hmm I dont know how.
tienna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 04:41 PM
06-01-2005 04:41 PM
Re: Collecting System information
or
print_manifest (If iginite-ux is installed)
On 11.23 machine,
use machinfo to get machine information.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 04:57 PM
06-01-2005 04:57 PM
Solution2. issue these commands
i) model ; To get Model
ii) dmesg|grep 'physical' ; Amount of Physical memory installed
iii) ioscan -fnC disk ; No. of Disks
iv) ioscan -fnC processor ; To get No. of Processor installed
3. Use the nickel script as suggested above.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 05:07 PM
06-01-2005 05:07 PM
Re: Collecting System information
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=706790
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 05:51 PM
06-01-2005 05:51 PM
Re: Collecting System information
sysinfo is a very nice cyctem information collection tool that i have been using
ftp://ftp.hp.com/pub/catia/Utils/SysInfo
thanks
Devesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 08:09 PM
06-01-2005 08:09 PM
Re: Collecting System information
if you fave installed ignite then
print_manifest would be nice to get
information about your system
so you can easily get system info whenever you want ...
Also again Assuming you have ignite when
you take the sysbck with make_tape_recovery
then it automatically produced the file
manifest in
/var/opt/ignite/recovery/date_time_of_make_tape_recovery/manifest
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 06:13 PM
06-02-2005 06:13 PM
Re: Collecting System information
Please check this link.
We have used nickel to generate the system detail on HP-UX.
http://www.hp.com/workstations/segments/mcad/dassault/plmcc/perf_tools.html
Regards,
Ganesha Sridhar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 07:01 PM
06-02-2005 07:01 PM
Re: Collecting System information
Everything else you can find in sam:
sam -> performance monitors -> system properties.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 07:24 PM
06-02-2005 07:24 PM
Re: Collecting System information
print_manifest will give you most of that but as everybody posted, it do not require ignite to be there in the system. In OS revesion later than perhaps June 2004. It is part of standard OS. Allthough it still resides in /opt/ignite/bin directory.
Also it is included in Support Pack June 2004.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2005 12:58 PM
06-04-2005 12:58 PM
Re: Collecting System information
/opt/ignite/bin/print_manifest
I also use cfg2html and sysinfo (attached)
from cron
# Run the sysinfo script
0 6 1 * * /usr/local/sysinfo/sysinfo -a -b -o /usr/tmp/`hostname`.sysinfo >/tmp/sysinfo.cron 2>&1
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 12:30 AM
06-06-2005 12:30 AM
Re: Collecting System information
you have got enough ways to know the system information now... but the easiest is ...
Go to SAM--> Performance Monitors--> System Properties. Processor, Memory, OS, network info is given there..
the disks info can be seen in SAM--> Performance Monitors-->Disks.
Thanks
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 03:10 PM
06-06-2005 03:10 PM
Re: Collecting System information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2005 01:21 PM
06-11-2005 01:21 PM