HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Setting maxdsize with ignite-ux
Operating System - HP-UX
1838240
Members
3369
Online
110125
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
Go to solution
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
10-24-2001 02:17 PM
10-24-2001 02:17 PM
I'd like to automatically set the maxdsize to 1.5 times the physical memory of the host machine. Is there a way to do that via ignite-ux scripts? For instance, is there a parameter or config file I can use with bootsys to set the maxdisize on host machine when I ignite it?
The key to understanding is listening with the eyes and the heart.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 02:31 PM
10-24-2001 02:31 PM
Re: Setting maxdsize with ignite-ux
Yes,
read this:
http://www.software.hp.com/products/IUX/docs/sysadm.html#Chapter-4
live free or die
harry
read this:
http://www.software.hp.com/products/IUX/docs/sysadm.html#Chapter-4
live free or die
harry
Live Free or Die
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 03:05 PM
10-24-2001 03:05 PM
Solution
If you just want to hardcode the maxdsiz value, it's easy. Create your own config file (it's better to create under the same directory where your depot config files are there) say kernel.cfg like this
sw_source "Kernel Changes" {
source_format = cmd
}
sw_sel "Others" {
sw_category = "Kernels"
sw_source = "Kernel Changes"
mod_kernel += "maxdsiz xxxxxxxx"
mod_kernel += "npty 1024"
}
Then add this entry to your /var/opt/ignite/INDEX file to the section
where you have your Golden Image/Depot information is kept.
For ex.,
cfg "HP-UX B.11.00 Default N-class" {
description "N-Class OS"
/opt/ignite/data/Rel_B.11.00/config"
"/opt/ignite/data/Rel_B.11.00/hw_patches_cfg" "/var/opt/ignite/data/Rel_B.11.00/Nclass.cfg"
"/var/opt/ignite/data/Rel_B.11.00/kernel.cfg"
"/var/opt/ignite/config.local"
}
To achive what you wanted, you probably have to write a postinstall script to check the memory of the system, then calculate the maxdsiz and then modify system file with kmtune -s, then build the kernel. You can reference this script again from the INDEX file.
-Sri
sw_source "Kernel Changes" {
source_format = cmd
}
sw_sel "Others" {
sw_category = "Kernels"
sw_source = "Kernel Changes"
mod_kernel += "maxdsiz xxxxxxxx"
mod_kernel += "npty 1024"
}
Then add this entry to your /var/opt/ignite/INDEX file to the section
where you have your Golden Image/Depot information is kept.
For ex.,
cfg "HP-UX B.11.00 Default N-class" {
description "N-Class OS"
/opt/ignite/data/Rel_B.11.00/config"
"/opt/ignite/data/Rel_B.11.00/hw_patches_cfg" "/var/opt/ignite/data/Rel_B.11.00/Nclass.cfg"
"/var/opt/ignite/data/Rel_B.11.00/kernel.cfg"
"/var/opt/ignite/config.local"
}
To achive what you wanted, you probably have to write a postinstall script to check the memory of the system, then calculate the maxdsiz and then modify system file with kmtune -s, then build the kernel. You can reference this script again from the INDEX file.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
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