HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Selecting specific hardware in the HARDWARE_MODEL ...
Operating System - HP-UX
1834152
Members
2996
Online
110064
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-18-2003 06:49 AM
09-18-2003 06:49 AM
Selecting specific hardware in the HARDWARE_MODEL statement
I need to choose specifically a N-class, L-Class, A-Class, and K-Class to in the statement so the proper patch bundle is loaded. How can I do this. Below is the origional statement, but I can figure out how to make it select one specific platform. Maybe my problem is that I am not sure what it is looking for:
HARDWARE_MODEL ~ "9000/8.*" | MODEL ~ "ia64 .* server .*" {
I have tried:
HARDWARE_MODEL ~ "9000/800/N.*" | MODEL ~ "ia64 .* server .*" {
and:
HARDWARE_MODEL ~ "9000/800/N*" | MODEL ~ "ia64 .* server .*" {
Nothing makes it pick this if installing to an N-Class.
HARDWARE_MODEL ~ "9000/8.*" | MODEL ~ "ia64 .* server .*" {
I have tried:
HARDWARE_MODEL ~ "9000/800/N.*" | MODEL ~ "ia64 .* server .*" {
and:
HARDWARE_MODEL ~ "9000/800/N*" | MODEL ~ "ia64 .* server .*" {
Nothing makes it pick this if installing to an N-Class.
Where wisdom is called for, force is of little use. --Of course, a hammer does wonders for relieving stress.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2003 09:28 AM
09-18-2003 09:28 AM
Re: Selecting specific hardware in the HARDWARE_MODEL statement
I solved it... Need to use:
MODEL ~ "9000/800/N.* {
Hardware_model returns the uname -m and MODEL returns the model command which is exactly what I am looking for. Found the answer in the instl_adm (4) man page.
Now, how can I assign ME 10 pts!!!
MODEL ~ "9000/800/N.* {
Hardware_model returns the uname -m and MODEL returns the model command which is exactly what I am looking for. Found the answer in the instl_adm (4) man page.
Now, how can I assign ME 10 pts!!!
Where wisdom is called for, force is of little use. --Of course, a hammer does wonders for relieving stress.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2003 08:12 AM
09-19-2003 08:12 AM
Re: Selecting specific hardware in the HARDWARE_MODEL statement
swinstall -s depotserverhere:pathofdepothere -x patch_match_target=true -x autoreboot="true"
This will only install that match the target system.
hope this helps
This will only install that match the target system.
hope this helps
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP