- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: can't detect new hard disk
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
08-23-2005 04:14 PM
08-23-2005 04:14 PM
ioscan -funC disk does not list the new disk. I got around this by rebooting the server.
My question, is what command must I use or is there a way for the OS to detect the new disk without restarting the server.
Thanks in advance!
Kenneth
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 05:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 05:03 PM
08-23-2005 05:03 PM
Re: can't detect new hard disk
ioscan -funC disk will take the list from memory and will not probe the scsi devices. This caused the system not to detect the new disk. You should use "ioscan -fnC disk". On the other hand if you know the hardware path of new disk use, "ioscan -H
Once the disk is claimed, you can go ahead and do insf -e.
Hope this helps.
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 05:25 PM
08-23-2005 05:25 PM
Re: can't detect new hard disk
Both the commands
ioscan -fnkCdisk and
ioscan -fnuCdisk will scan the usable IO devices from the kernel (from memory) insteading of probing the hardware.
The best is to use ioscan -fnCdisk and see if it appears as claimed
once it appears and doesn't have any device files associated with it you can then run insf -e to build the device files.
You dont need to reboot the system for this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 05:31 PM
08-23-2005 05:31 PM
Re: can't detect new hard disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 08:29 PM
08-23-2005 08:29 PM
Re: can't detect new hard disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 08:31 PM
08-23-2005 08:31 PM
Re: can't detect new hard disk
Following steps will detect the new hard drive without rebooting the server
#insf -e
#ioscan -fnC disk
Regards
Mahesh