- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Create Disk Device Special File
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
05-06-2005 03:02 AM
05-06-2005 03:02 AM
Create Disk Device Special File
The notes from the previous admin state that one can create the disk device files with:
insf -e
I am wondering if the "-e" is necessary and whether a preferrable method for a live system is instead:
insf -C disk
A second question is whether the "-e" option would have disrupted active processes on the system.
Goal: add disk, system live and active. How best to create device file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2005 03:06 AM
05-06-2005 03:06 AM
Re: Create Disk Device Special File
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2005 03:10 AM
05-06-2005 03:10 AM
Re: Create Disk Device Special File
If the kernel drivers are in place a fresh ioscan -fn should see your new disks after running insf -e
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2005 03:11 AM
05-06-2005 03:11 AM
Re: Create Disk Device Special File
No, I have never had a problem with 'insf -e' disrupting anything and I have done it on live production system numerous times, including yesterday.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2005 03:12 AM
05-06-2005 03:12 AM
Re: Create Disk Device Special File
My approach for connecting a new disk to a live system would be this:
add the disk (or LUN)
ioscan -fn
insf -e
You should now be able to pvcreate or use the raw device and assuming the hardware is "hot-plug" there is no need to shutdown.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2005 03:14 AM
05-06-2005 03:14 AM
Re: Create Disk Device Special File
1) Define LUNs on array and set up appropriate WWNs in LUN access table (we use a VA7400 with Secure Manager)
2) Do an 'ioscan -fnC disk' to verify the machine can see the LUNs.
3) Do an 'insf -e' to create /dev/dsk and /dev/rdsk files.
4) Do an 'ioscan -fnC disk' again to verify /dev/dsk and /dev/rdsk files.
5) Do whatever LVM (create or extend VGs and LVs) work is necesssary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2005 03:18 AM
05-06-2005 03:18 AM
Re: Create Disk Device Special File
Either way you will get you device files.