- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't see new disk after ioscan
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-08-2006 01:55 AM
11-08-2006 01:55 AM
Can't see new disk after ioscan
Hi there,
I was wondering if there was a way to see some new disk that has been presented to one of our servers, without having to reboot.
I have had some unwanted disk devices taken away from the EMC, and one additional disk added, but when doing an ioscan -funC disk, I am not seeing anything different. ioscan still reports on all the devices that it did before the changes were made to the EMC (changes not made by me)...
Running HP-UX 11i Rx4640 servers, with the disk being on EMX storage arrays.
Is there a way I can see the disk without having to reboot?
Thanks in advance.
Trev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 02:05 AM
11-08-2006 02:05 AM
Re: Can't see new disk after ioscan
It is not necessary a reboot after installing EMC disk on HP-UX.
With ioscan and insf should be enough.
The problem could be the ZONE.
Bye.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 02:05 AM
11-08-2006 02:05 AM
Re: Can't see new disk after ioscan
HP storage usually does not require a reboot. Other vendors do.
Try
insf -C disk
The usual problem with this is the disk isn't properly presented to the correct WWN, Worldwide Name by EMC configuration.
fcmsutil -remote -all (see the man page this one is fuzzy in my pea brain molecules)
This should show you everything including proerly assinged LUNS.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 02:15 AM
11-08-2006 02:15 AM
Re: Can't see new disk after ioscan
Steven, will running insf mess about with any of my current disk structure, re is it totally safe to run at anytime?
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 08:12 AM
11-08-2006 08:12 AM
Re: Can't see new disk after ioscan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 08:26 AM
11-08-2006 08:26 AM
Re: Can't see new disk after ioscan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 09:01 AM
11-08-2006 09:01 AM
Re: Can't see new disk after ioscan
ioscan -funC disk doesnt rescan for new hardware, ioscan without argument does...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 08:13 PM
11-08-2006 08:13 PM
Re: Can't see new disk after ioscan
verify SAN zonning.
If you have "symcli,
and on HPUX server:
# symconfigure
# symmask
# ioscan -fnC disk
# insf
# symcfg discover
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 10:29 PM
11-08-2006 10:29 PM
Re: Can't see new disk after ioscan
It might also help if you use 'ioscan -fnC disk' instead of 'ioscan -funC disk'.
man page for ioscan:
" -u
Scan and list usable I/O system devices instead of the actual hardware. Usable I/O devices are those having a driver in the kernel and an assigned instance number. The -d, -C, -I, and -H options can be used to restrict listings. The -u option cannot be used with -k."
Then when you find it with ioscan, 'insf -e' should install the necessary device files.
Good luck.
Kind regards,
David de Beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 02:58 AM
11-09-2006 02:58 AM
Re: Can't see new disk after ioscan
Dont use ioscan -funC disk as it gives the result from the cache .
Use ioscan -fnC disk which does a fersh scan on the hardware and hopefully it should show your added disks.
Thanks,
Siva