- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Two Ignite questions. (no netscape/kernel para...
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
05-24-2002 05:44 AM
05-24-2002 05:44 AM
Two Ignite questions. (no netscape/kernel paramaters)
Is something wrong with my ignite core depot? Is something wrong with my setup? Is something wrong with me? :)
Ah, the other quick question (that I could muck thru if I RTFM, but this is faster :). How can I change a kernel parameter after the install. For example I wish to set fs_async to 1 for my workstations. (Unless this is a very-bad-idea(tm) and it should never be touched)
I think I've wasted enough bits. Thanks for the help that I am about to receive.
-paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 07:49 AM
05-24-2002 07:49 AM
Re: Two Ignite questions. (no netscape/kernel paramaters)
I am replying to the quick question.
You can setup config files to do post install setup.
In /var/opt/ignite/INDEX you would reference them. This is our 11.11 config in INDEX ***
cfg "HP-UX B.11.11 compute" {
description "default config - B.11.11 + 18Gb compute disk changes."
"/opt/ignite/data/Rel_B.11.11/config"
"/opt/ignite/data/Rel_B.11.11/hw_patches_cfg"
"/var/opt/ignite/data/Rel_B.11.11/compilers_cfg"
"/var/opt/ignite/data/Rel_B.11.11/core_sep2001_eo_cfg"
"/var/opt/ignite/data/Rel_B.11.11/patches_2001_sep_cfg"
"/var/opt/ignite/data/Rel_B.11.11/F90_patches_cfg"
"/var/opt/ignite/data/Rel_B.11.11/11i_load_patches_cfg"
"/var/opt/ignite/data/Rel_B.11.11/kernel_cfg"
"/var/opt/ignite/config.local"
"/var/opt/ignite/saved_cfgs/HP-UX_B.11.11_compute"
}
This is the kernel_cfg file ************
sw_source "Compute Kernel Mods" {
source_format = CMD
}
sw_sel "Compute Kernel Mods" {
description= "compute kernel mods"
sw_source = "kernel mods"
sw_category = "System Tuning"
mod_kernel += "maxusers 400"
mod_kernel += "maxdsiz 2063835136"
mod_kernel += "maxdsiz_64bit 4826531848"
mod_kernel += "maxssiz 401604608"
mod_kernel += "maxssiz_64bit 1073741824"
mod_kernel += "maxtsiz 1073741824"
mod_kernel += "maxtsiz_64bit 2063835136"
mod_kernel += "maxswapchunks 9000"
}
there is an Ignite manual on the HP web site
Generally it is difficult to get information about setting up the config files.
Eileen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:18 AM
06-03-2002 07:18 AM
Re: Two Ignite questions. (no netscape/kernel paramaters)
I set it all up so in theory after I re-ignite one of the clients it will do my tweaks. Thanks a ton :)
Now back to the more annoying problem.. I still don't have netscape available as a selection. I even have all the app disks copied up.
I just don't get it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:30 AM
06-03-2002 07:30 AM
Re: Two Ignite questions. (no netscape/kernel paramaters)
Have you rebuilt your ignite depot cfg file. The command to rebuild the depot config file would be make_config. I have forgotten where the cfg files are located, but they should be easy to locate.
Hope this helps.
Regds
P.S. : I think the directory which holds this cfg file is /var/opt/ignite.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 08:13 AM
06-03-2002 08:13 AM
Re: Two Ignite questions. (no netscape/kernel paramaters)
Yeah, they are all built up and there.
The part that I find really strange is that if I do a GUI swinstall and sort by product on my core depot netscape is there.
I currently have 5 cfg files; Apps, Misc_Tools, Patches, core and kernel.
its confusing
-paul