- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: missing L2000 from sched.models
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
01-25-2001 09:53 AM
01-25-2001 09:53 AM
Got an L2000 with HPUX11.00 running. Looking through the sched.models file and an entry for L2000 is not present. I have verified this under /usr/sam/... and under /opt/langtools/...
How to determine the PA type if there is no sched.models entry?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2001 09:57 AM
01-25-2001 09:57 AM
Re: missing L2000 from sched.models
L1000-36 2.0 PA8500
L1000-44 2.0 PA8500
L2000-36 2.0 PA8500
L2000-44 2.0 PA8500
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2001 10:05 AM
01-25-2001 10:05 AM
Re: missing L2000 from sched.models
Thanks for the info. I would believe I can manually insert the entries in the file but I have some scripts that look for the entries as well. If the entries are not there, the script will return nothing - I don't want that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2001 10:42 AM
01-25-2001 10:42 AM
Re: missing L2000 from sched.models
diagnostics might give you this information, in which case you could run cstm with a command file and parse what you're looking for, but I don't know where the diagnostics gets it information from or weather this is even available information from diagnostics.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2001 11:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2001 12:03 PM
01-25-2001 12:03 PM
Re: missing L2000 from sched.models
echo "sc product CPU;info;wait;infolog\ndone\n" | cstm | awk ' /CPU/ { if ($0 ~ "PA" ) print $1;}'
of course you'll have to have diagnostics on every system and while it works for the system I tested on, that doesn't mean it is going to work everywhere.
I know that patch phco_21187 didn't have the L class system. maybe the newer one will