- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kcweb not working how to edit kernel parameters wi...
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-12-2005 04:24 PM
01-12-2005 04:24 PM
kcweb not working how to edit kernel parameters with out web interface.
I have HP-UX 11i IA64 (Itanium Servers) while changing kernel paramets using web interface (kcweb) I am getting error "https://LNIT-1:1188/casey/top.cgi" . Please let me know how to edit the kernel paramters thru sam or console command line.
Thanks & Regards
Walter Crasto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 04:41 PM
01-12-2005 04:41 PM
Re: kcweb not working how to edit kernel parameters with out web interface.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 05:06 PM
01-12-2005 05:06 PM
Re: kcweb not working how to edit kernel parameters with out web interface.
1. in console do #sam -> kernel config: it will show absolute path that you have to copy this to your web browser.
2. In web browser, check connection if you have choosen proxy server (not choose if it has)
3. Changing hostname server to IP address of server
HMT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 06:37 PM
01-12-2005 06:37 PM
Re: kcweb not working how to edit kernel parameters with out web interface.
I am getting same error while I am acceessing url from my windows base desktop.
https://lnit-1:1188/casey/top.cgi
The error is "ERROR: Unable to read title of configuration 'current': KRS error code 2"
Please help, Thanks in Advance.
Regards
Walter Crasto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 03:10 AM
08-22-2005 03:10 AM
Re: kcweb not working how to edit kernel parameters with out web interface.
exm: kmtune namevar=value
It'll tell you if the new value is applied or if you need to reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 04:02 AM
08-22-2005 04:02 AM
Re: kcweb not working how to edit kernel parameters with out web interface.
You can also change kernel parameters using kmtune from command line. For static parameter , it needs a reboot.
[ kmtune -s name=value ]
Ex:
# kmtune -s nfile=12000 [ example ]
# cp /stand/vmunix vmunix.old [ Just a backup copy , in case new kernel doesnot boot , you can still boot the system from old kernel.]
# cp /stand/system system.old [ Just a backup copy ]
# /usr/sbin/mk_kernel
# ./kmupdate [ will move the current kernel to vmunix.prev ]
# shutdown -r -y 0
Cheers ,
RajD.
----