- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Added disk drives, but devices didn't get crea...
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
тАО09-17-2001 11:59 AM
тАО09-17-2001 11:59 AM
Added disk drives, but devices didn't get created
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 12:11 PM
тАО09-17-2001 12:11 PM
Re: Added disk drives, but devices didn't get created
To create your device files, use 'mksf':
# mksf -C disk -I INSTANCE -v
# mksf -C disk -I INSTANCE -v -r
...where INSTANCE is the instance number from your ioscan. The '-r' option creates the raw device files you need. The '-v' specifies verbose messages.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 12:17 PM
тАО09-17-2001 12:17 PM
Re: Added disk drives, but devices didn't get created
Here is another post from you for the same question.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x8874abe92dabd5118ff10090279cd0f9,00.html
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 12:54 PM
тАО09-17-2001 12:54 PM
Re: Added disk drives, but devices didn't get created
Devices don't get created automatically.
You would need to run ?nsf command to
create the device entries.
Get the Hardware path of the device(s)
from the ioscan -nf output. Then, run
insf -e -H
The devices which you thought got
created automatically may have been done
by the device install scripts (whichever
device they are) or by a Reboot (insf runs
during boot process).
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 01:29 PM
тАО09-17-2001 01:29 PM
Re: Added disk drives, but devices didn't get created
If you want to do this from SAM, it's quite easy as well:
SAM->Disks & Filesystems -> Disk Devices -> Actions -> Diagnose Missing Disks.
It will essentially do the mksf command for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2001 12:56 AM
тАО09-18-2001 12:56 AM
Re: Added disk drives, but devices didn't get created
This can be fixed with "rmsf -k -H ...".