- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sysdef command cannot run
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
11-02-2001 01:54 AM
11-02-2001 01:54 AM
This error occur after creating additional swap space device and remove it on A500 system.
sysdef - display system definition
# sysdef
ioctl: Function is not available
Anyone encounter this issue
TQ
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 02:03 AM
11-02-2001 02:03 AM
Re: sysdef command cannot run
Is your /stand file system mounted ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 04:02 AM
11-02-2001 04:02 AM
Solution1. cd /stand/build
2. /usr/lbin/sysadm/system_prep -s system
3. mk_kernel -s ./system
4. kmupdate
5. shutdown -r 0
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 04:59 AM
11-02-2001 04:59 AM
Re: sysdef command cannot run
Been through this one, once before. In all
probability, a kernel change was done
manually without running the kmupdate command.
Here is the way out:
*****
Description: 11.0 sysdef: ioctl function is not available; use kmupdate
Document Id : A5220881
When I run the sysdef command, I get the error:
ioctl function is not available.
Why does this occur?
Solution
The current version of the kernel doesn't match the current version
of the symbol table symtab in /stand/dlkm. This can result if
kmupdate is not run after building a new kernel. To fix your problem
use the following procedure:
1. cd /stand/build
2. /usr/lbin/sysadm/system_prep -s system
3. mk_kernel -s ./system
4. kmupdate /stand/build/vmunix_test
5. shutdown -r 0 (don't use reboot.)
****
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 06:03 AM
11-02-2001 06:03 AM
Re: sysdef command cannot run
Here is the solution.
quote //
The current version of the kernel doesn't match the current version of the symbol table symtab in /stand/dlkm. This can result if kmupdate is not run after building a new kernel. To fix your problem use the following procedure:
1. cd /stand/build
2. /usr/lbin/sysadm/system_prep -s system
3. mk_kernel -s ./system
4. kmupdate /stand/build/vmunix_test
5. shutdown -r 0 (don't use reboot.)
//unquote
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2001 09:22 PM
11-05-2001 09:22 PM
Re: sysdef command cannot run
Thank you, it's work.
Regards,