- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP architecture / settings
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-14-2005 11:04 PM
04-14-2005 11:04 PM
HP architecture / settings
Are there any tools for listing the primary comparison (Kernal/other settings) of two HP-UX machines, besides the following :
*********************************
ulimit -Sa
ulimit -Ha
/usr/sbin/swapinfo
cat /stand/system
kmtune
cat /etc/nsswitch.conf
cat /etc/resolv.conf
*********************************
Also, what command would indicate the CPU architecture. E.g., PARISC2.0 (or) PARISC1.1
Please indicate.
Thanks,
Jaideep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 11:09 PM
04-14-2005 11:09 PM
Re: HP architecture / settings
# file /stand/vmunix
vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)
http://mirrors.develooper.com/hpux/faq.html
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 11:11 PM
04-14-2005 11:11 PM
Re: HP architecture / settings
| awk '{print $NF}') \
/usr/sam/lib/mo/sched.models \
| awk '{print $NF}')
echo $MODEL
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2005 12:47 AM
04-15-2005 12:47 AM
Re: HP architecture / settings
echo 'selclass qualifier all;info;wait;infolog' | /usr/sbin/cstm
If cstm is not found, stop immediately and download the online diagnostics and monitoring software from:
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6191AAE
This will list all the hardware details including firmware revs, etc. To see just the processor details:
echo "selclass qualifier cpu;info;wait;infolog" | /usr/sbin/cstm
At the end of the listing is the processor model (ie, PA 8600). All processors PA-8000 or higher are PA 2.0 and are 64bit capable. PA-7xxx are PA 1.1 and cannot run a 64bit operating system.
For software, the list is extensive. Basically, EVERYTHING in /etc is for configuration, including subdirectories. For instance, one machine may have /etc/defaults/security and the other does not. Also check the entire contents of /tcb (the security and authentication directory for Trusted systems).
Then there's standard software installation found with: swlist -l product
Probably the most siginifcant differences here will be patches.
And non-standard installs in /usr/contrib and /usr/local.
The ulimit values are unique to each user because they can be changed in local profiles. If this is of interest, then profiles for each user should be compared.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2005 01:09 AM
04-15-2005 01:09 AM
Re: HP architecture / settings
cell 0:
parstatus -V -c 0
and cell 1:
parstatus -V -c 1
Rgds...Geoff