- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Question after kernel param config
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
03-18-2002 01:41 PM
03-18-2002 01:41 PM
Are there any implications for not rebooting?
I know the kernel changes don't take place until after reboot, but if I try to look at glance I get the following error
GlancePlus fatal error.
== Fatal Nums Error == C.02.30.00 04/21/99 23:38:36 gailp ==
User: root Date: Mon Mar 18 22:30:13
File: nums.C Line: 4698 Product id: Glance
System: ******* B.10.20 9000/820
MI_GET_LANS failed: -1
== End of Error Msg =============================
Are the 2 connected?
Thanks in advance
Steve
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 01:48 PM
03-18-2002 01:48 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 01:50 PM
03-18-2002 01:50 PM
Re: Question after kernel param config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 02:01 PM
03-18-2002 02:01 PM
Re: Question after kernel param config
I've read up entirely on the parameter changes, but never had to actually make any before. I'm covering for my 3rd level team all week and actually on call. I'm logged on from home waiting for the reboot just to make sure all goes well
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 03:01 PM
03-19-2002 03:01 PM
Re: Question after kernel param config
I found the at command very useful.
You could have scheduled a kernel switching and reboot by using the at command.
You can enter several commands you want to do, like making a backup copy of a kernel/moving new into place aso.
at midnight
command_1
command_2
command_3
^D
warning: commands will be executed using /usr/bin/sh
job 1000000001.a at Wed Mar 20 00:00:00 2002
remember that the at command checks and stores your current environment when you issue the command.
Make sure you have privilegies, is on / directory, dont need to give input to commands (Yes/No) etc.