- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- copy the kernel parameters value
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
07-03-2003 05:09 PM
07-03-2003 05:09 PM
Thank
Jorge A. Prado T.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2003 05:16 PM
07-03-2003 05:16 PM
Re: copy the kernel parameters value
* Tunable parameters
from the /stand/system file to the other servers, be carefull dont copy the whole /stand/system file as the drivers may be different for other systems, so just copy the below portions of * Tunable parameters from /stand/system file.
and the recreate the kerenel with this new system file.
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2003 05:16 PM
07-03-2003 05:16 PM
SolutionTo generate a fresh file.
# cd /stand/build
# /usr/lbin/system_prep -s system
either use rcp or ftp to copy the file.
TO generate a kernel
# cd /stand/build (assuming the file is there)
# vi system (make your changes)
# mk_kernel -s system
# kmupdate
Once your completed, you will need to reboot.
# cd /
# shutdown -r -y now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2003 05:35 PM
07-03-2003 05:35 PM
Re: copy the kernel parameters value
If all the hpux 11i servers are having the same configuration then you can use the same /stand/system and generate the new kernel (through sam or command line) and restart the system as advised by Michael.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2003 05:44 PM
07-03-2003 05:44 PM
Re: copy the kernel parameters value
- first of all generate the system file
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
make your changes required and copy "system" file to new server.
On new test, rebuild the kernel using system from production server & reboot:
# mk_kernel -s system
# kmupdate
# cd /
# shutdown -r -y now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2003 11:12 PM
07-03-2003 11:12 PM
Re: copy the kernel parameters value
Do this:
cd /stand/build
/usr/lbin/system_prep -s system
copy system to the other server to /stand/build
cd /stand/build
mk_kernel -s system
kmupdate
reboot the server for update.
Caesar