- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Command to get System Details - Processor, Spe...
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
Discussions
Discussions
Discussions
Forums
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
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-20-2004 04:49 PM
тАО09-20-2004 04:49 PM
Command to get System Details - Processor, Speed
How or Which command to use to get System Details as shown below:
Processor- 400 mhz, Ram-1GB SDRam , Harddisk- 9Gb 10K rpm SCSI HDD, Disk Drive- 32X ATAPI CDROM, Graphics- Visualize FX4 PCI length,
Thanks,
Sai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2004 05:06 PM
тАО09-20-2004 05:06 PM
Re: Command to get System Details - Processor, Speed
This question has been asked and enswerred many times before.
Please use the SEARCH function at the top of this page for prior discussions.
Hint: use 'more options', fill in search string for example "processor speed", drop down 'hpux' as forum, mark 'subject line only' (instead of 'all text').
One amongst several answers there:
/usr/contrib/bin/machinfo
hth,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2004 05:44 PM
тАО09-20-2004 05:44 PM
Re: Command to get System Details - Processor, Speed
copy the following file in to your system in binary mode and execute.
it will give the output like following.
HP-UX prod5 B.11.11 U 9000/813 2000747627 unlimited-user license
CPU Count: 1
CPU Speed: 160 MHz
CPU HW Support: 32-bit
Kernel Support: 32-bit
RAM Size: 512 MB
bufpages: 158 MB
maxuprc: 75
maxvgs: 10
maxfiles: 512
max_thread_proc: 64
nfile: 4779
nflock: 200
nproc: 2420
ninode: 2888
shmmax: 1073741824
shmmni: 200
dbc_max_pct: 50
for machine model you can use model command.
for io-devices you have to use ioscan command.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2004 06:04 PM
тАО09-20-2004 06:04 PM
Re: Command to get System Details - Processor, Speed
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2004 08:00 PM
тАО09-20-2004 08:00 PM
Re: Command to get System Details - Processor, Speed
/usr/contrib/bin/machinfo
Else use sysinfo script over,
http://www.unixguide.net/scripts/hpsysinfo146
copy and paste in /usr/bin/sysinfo
chmod 755 /usr/bin/sysinfo
Execute as sysinfo -h
It will give options.
-g : general stats (default)
-d : disk info
-n : network info (IP, MAC)
-p : patches installed
-a : all of the above
-q : quiet mode (no progress status; use if redirecting output to a file)
-v : sysinfo version
-? : describe options
It will give disk, cpu informations to you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2004 08:04 PM
тАО09-20-2004 08:04 PM
Re: Command to get System Details - Processor, Speed
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2004 08:09 PM
тАО09-20-2004 08:09 PM
Re: Command to get System Details - Processor, Speed
If you have ignite installed then ...
/opt/ignite/bin/print_manifest will also be helpful.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2004 11:13 PM
тАО09-20-2004 11:13 PM
Re: Command to get System Details - Processor, Speed
Thanks once again
Sai Prashant