- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DIOC_DESCRIBE IOCTL returned errno 25
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-13-2007 07:14 AM
тАО06-13-2007 07:14 AM
DIOC_DESCRIBE IOCTL returned errno 25
DIOC_DESCRIBE ioctl for an lvm logical volume, that is also a clustered Serviceguard volume, returned errno 25.
What does it mean?
Thanks, Yulia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2007 07:25 AM
тАО06-13-2007 07:25 AM
Re: DIOC_DESCRIBE IOCTL returned errno 25
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2007 07:37 AM
тАО06-13-2007 07:37 AM
Re: DIOC_DESCRIBE IOCTL returned errno 25
I see it in our application, I just printed the errno to the syslog.
The thing we need is to get the size of the folume. First, get the number of logical blocks by DIOC_CAPACITY IOCTL, and then the block size of the volume - lgblksz field of the structure sent to the ioctl function - by DIOC_DESCRIBE IOCTL.
Does this error means that the LVM's logical volume doesn't support this ioctl?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2007 07:45 AM
тАО06-13-2007 07:45 AM
Re: DIOC_DESCRIBE IOCTL returned errno 25
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2007 07:52 AM
тАО06-13-2007 07:52 AM
Re: DIOC_DESCRIBE IOCTL returned errno 25
As per my understanding, these ioctl calls should be run against the physical disk as they are meant for them. They are not meant for logical stuff like logical volumes etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2007 11:25 PM
тАО06-19-2007 11:25 PM
Re: DIOC_DESCRIBE IOCTL returned errno 25
For example if path to logical volume name is lvm1, the ioctl should be sent to rlvm1.
Then, everything works.
Nobody here annswered to my question.