Operating System - HP-UX
1834459 Members
2778 Online
110067 Solutions
New Discussion

Can't see new disk after ioscan

 
WSS
Frequent Advisor

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
9 REPLIES 9
David Dot
New Member

Re: Can't see new disk after ioscan

Hi WWS,
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.
Steven E. Protter
Exalted Contributor

Re: Can't see new disk after ioscan

Shalom,

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
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
WSS
Frequent Advisor

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
David Bellamy
Respected Contributor

Re: Can't see new disk after ioscan

run insf -e -C disk, this should put out the driver for the new disk.
Sandman!
Honored Contributor

Re: Can't see new disk after ioscan

Try running ioscan w/o any arguments and see if the new disk shows up. Another thing you can do is to lookup the tail end of the syslog file and see if any new devices were logged in there owing to the ioscan.
Victor BERRIDGE
Honored Contributor

Re: Can't see new disk after ioscan

Exactly,
ioscan -funC disk doesnt rescan for new hardware, ioscan without argument does...

All the best
Victor
rariasn
Honored Contributor

Re: Can't see new disk after ioscan

Hi WWS,

verify SAN zonning.

If you have "symcli,

and on HPUX server:

# symconfigure
# symmask
# ioscan -fnC disk
# insf
# symcfg discover

rgs,
David de Beer
Valued Contributor

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.
siva0123
Trusted Contributor

Re: Can't see new disk after ioscan

Hi ,

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