- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- device file missing /dev/rdsk/...
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-13-2007 07:45 AM
11-13-2007 07:45 AM
The problem showed up while increasing a logical volume size. The error was "A device is missing from lvmtab"
All devices have 4 paths to an EMC DMX
device file /dev/dsk/c15t1d5 exists but the device file /dev/rdsk/c15t1d5 does NOT exist.
All other device files are OK
I was thinking insf -e would fix this. Can someone please confirm this.
To fix the lvm issue, I have a copy of lvmtab before the problem occured. A diff between this file and the current running file shows this 1 device missing. Can I just copy this previous file back over the existing and all will be OK ?
Thanks John
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2007 07:48 AM
11-13-2007 07:48 AM
Re: device file missing /dev/rdsk/...
1. insf -C disk
if not solved
2. find hw path of this disk by ioscan -funC disk and "rmsf -H hw_path" and insf -C disk.
Hasan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2007 07:53 AM
11-13-2007 07:53 AM
Re: device file missing /dev/rdsk/...
After you delete with rmsh, you should run ioscan -fnC disk before insf -C disk
Best Regards
Murat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2007 07:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2007 01:24 PM
11-13-2007 01:24 PM
Re: device file missing /dev/rdsk/...
Please make sure that you are using the correctã major and minor no... please refer the block special file for the same disk for details on major and minor no.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2007 01:42 PM
11-13-2007 01:42 PM
Re: device file missing /dev/rdsk/...
Thanks John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2007 04:42 PM
11-13-2007 04:42 PM
Re: device file missing /dev/rdsk/...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2007 04:55 PM
11-13-2007 04:55 PM
Re: device file missing /dev/rdsk/...
Copied the backup lvmtab into place.
All ok