- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: New disks added to EMC not seen in HPUX
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
02-28-2006 01:27 AM
02-28-2006 01:27 AM
New disks added to EMC not seen in HPUX
Is there anything we can do to be able to see the new space without the reboot?
Thanks,
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 01:31 AM
02-28-2006 01:31 AM
Re: New disks added to EMC not seen in HPUX
please see thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1003871
Same problem, some suggestion, but no solution marked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 01:32 AM
02-28-2006 01:32 AM
Re: New disks added to EMC not seen in HPUX
If you already have EMC disk on the hardware path, try the following commands:
ioscan -u -H /x/x/x/x.x - this will find usable devices on that path
insf -e -H /x/x/x/x.x - install special files, it will tell you if any special files were added.
You should then be able to see the new disks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 02:26 AM
02-28-2006 02:26 AM
Re: New disks added to EMC not seen in HPUX
Just do an "ioscan" and "insf -e"
However, you may also need to run EMC specific command utilities beofre this ( commands like "xpinfo -a" on an XP Storage )
rgds....Ashish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 02:32 AM
02-28-2006 02:32 AM
Re: New disks added to EMC not seen in HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 02:36 AM
02-28-2006 02:36 AM
Re: New disks added to EMC not seen in HPUX
ioscan -fnC disk
insf -eC disk
You may also need to issue a syminq
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 02:42 AM
02-28-2006 02:42 AM
Re: New disks added to EMC not seen in HPUX
..like others have said, run your ioscan and insf -e on HPUX. You might also run:
symcfg discover
and give it a couple minutes. I've noticed thru the years that EMC does not always wake up and present things, as fast as the UNIX box. So get a cup of coffee and run the commands again...depending on how many were added, it might take a couple minutes.
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 03:02 AM
02-28-2006 03:02 AM
Re: New disks added to EMC not seen in HPUX
# ioscan -fnC disk
# insf -eC disk
f. halili
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 12:52 AM
03-01-2006 12:52 AM
Re: New disks added to EMC not seen in HPUX
Do you have "Solutions Enabler" or PowerPath installed on this system (If you don't have PowerPath you SHOULD.)
Do this:
symcfg discover
symmask refresh
ioscan -Cdisk
insf -eCdisk
symcfg discover
syminq
powermt restore
powermt check
powermt config
powermt save
powermt display paths
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 06:13 AM
03-28-2006 06:13 AM
Re: New disks added to EMC not seen in HPUX
Thanks for all the replies. Great info!