- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PA 2.0 or PA 1.X ??
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
03-15-2002 08:11 AM
03-15-2002 08:11 AM
And to determine a compilers upgrade history,
would I do so by listing all the compiler
patches which list the compiler versions, and
via the swinstall.log file?.
Thanks,
Randy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 08:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 08:22 AM
03-15-2002 08:22 AM
Re: PA 2.0 or PA 1.X ??
# model
9000/785/B2000
# cd /usr/sam/lib/mo
# grep B2000 sched.models
B2000 2.0 PA8500
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 08:22 AM
03-15-2002 08:22 AM
Re: PA 2.0 or PA 1.X ??
You can look at the swinstall.log file. Also swlist -lfileset.
For PA RISC level, SAM->Performance monitors -> system properties -> Processor
Also look at STM
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 08:23 AM
03-15-2002 08:23 AM
Re: PA 2.0 or PA 1.X ??
To view your compilers patch history, try this:
# swlist -l patch
Eg for aCC:
# swlist -l patch ACXX
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 08:28 AM
03-15-2002 08:28 AM
Re: PA 2.0 or PA 1.X ??
If you are trying to create code that will run on all (well, most) HP platforms then your best option is to use the +DAportable compiler option. While this will sacrifice some performance on the high-end boxes, you will be able to run on a broader equipment range. Because the vast majority of UNIX programs are not CPU bound or computationally intensive the performance hit will be very small.
If you are doing CAD/CAM/analysis work and performance is a major concern then compiling for the different architectures makes sense.
Food for thought, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 08:56 AM
03-15-2002 08:56 AM
Re: PA 2.0 or PA 1.X ??
this is, that I can throw a question out there
and get an answer (and then some)just like that!. Great answers everybody, and thank you
very much. I will assign those points now!
Randy