- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Question on obtaining configuration
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
10-10-2002 10:57 AM
10-10-2002 10:57 AM
HP version
Number of processors
Processor speed
RAM (Believe I have this from dmesg)
Hard drives
NIC info
Normally I would just run SAM, however when I do so I get:
Awin-E-ScreenSize: asking for screen size failed
Thanks in advance.
-Robert
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 11:06 AM
10-10-2002 11:06 AM
Re: Question on obtaining configuration
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 11:06 AM
10-10-2002 11:06 AM
Re: Question on obtaining configuration
HP-UX:
uname -a
Drives and processors:
ioscan
NIC:
lanscan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 11:07 AM
10-10-2002 11:07 AM
Re: Question on obtaining configuration
uname -a
If Ignite is on this version of HP-UX, you can use:
/opt/ignite/bin/print_manifest
Using stm/cstm/xstm:
CPU information
echo "selclass qualifier cpu;info;wait;infolog"|cstm
memory information
echo "selclass qualifier memory;info;wait;infolog"|cstm
serial number
echo "sel path system\ninfolog\nexit"|cstm|grep "System Serial Number"
HTH
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 11:11 AM
10-10-2002 11:11 AM
Re: Question on obtaining configuration
HP version - uname -a
# of processors and proc speeds - use this program:
#include
main () {
struct pst_dynamic psd;
pstat_getdynamic(&psd, sizeof(struct pst_dynamic), 1, 0);
printf("Number of Active Processors: %d\n", psd.psd_proc_cnt);
}
RAM - swapinfo -a or from dmesg.
Hard drives - ioscan -fnC disk - one of them will be your cdrom if you have one.
NIC - lanscan - to see how many cards you have
then do ifconfig lan[#].
do a - landadmin -x [#] - gives you current speed of lan card.
Hope this helps.
GL
FG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 11:13 AM
10-10-2002 11:13 AM
Re: Question on obtaining configuration
Number of processor - ioscan -fn
RAM - dmesg, syslog.log
Hard Drive - ioscan -fnCdisk
NIC Info - sam
Processor Speed - sam
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 11:14 AM
10-10-2002 11:14 AM
Re: Question on obtaining configuration
dont forget to be kind and assign points to responses received.
Have a good day
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 11:24 AM
10-10-2002 11:24 AM
Re: Question on obtaining configuration
# uname -r
# ioscan -kfnC processor|awk 'END{print NR-2}'
# echo itick_per_usec/D|adb -k /stand/vmunix dev/mem
# grep -i physical /var/adm/syslog/OLDsyslog.log
# ioscan -kfnC disk
# lanscan
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 12:43 PM
10-10-2002 12:43 PM
Re: Question on obtaining configuration
Most were very helpful. I still am unable to tell the CPU speeds or the NIC speeds.
# echo itick_per_usec/D|adb -k /stand/vmunix dev/mem
resulted in output of 9 ???
lanadmin does not seem to support the -x flag. I see 4 NICS but cannot ascertain their speeds (though I'm fairly certain they are 10/100 I want to be sure).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 12:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 01:04 PM
10-10-2002 01:04 PM
Re: Question on obtaining configuration
My favorite utility to do ALL of this is sysinfo. Will give you everything you'd ever need info-wise in one command. Will even create html pages.
Can be had, free, at
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/
Highly recommended.
Rgds,
Jeff