- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Removed disks from HP-UX, can't see new disks
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
12-19-2009 04:58 PM
12-19-2009 04:58 PM
Removed disks from HP-UX, can't see new disks
I would like to start off by saying that I am not an HP-UX admin, but I have been tasked with figuring this out and I really need some assistance. We have a Unix admin but he is unable to figure this out and I am trying to assist him. Some background info first, we needed to remove some disks in HP-UX to recreate the RAID group to be RAID 1/0 instead of RAID 5 for Database performance enhancements. What we did:
1. Removed Logical Volumes
2. Removed Volume Groups
3. shutdown HP-UX
4. Removed LUN association in EMC Navisphere
5. Started Unix
6. ran ioscan -fnC (disk still show up)
7. ran diskinfo on c32t0d0 and I received an error message stating SIOC_INQUIRY
This is the point we started researching. I found instructions stating to do the following:
First remove the old device files using rmsf one bye one.
#rmsf
Then remove the devices files pertaining to the entire hardware path using -H option
#rmsf -H
Present the lun again.
#ioscan -fn
#insf -eH
or just
#insf -e
#ioscan -fnC disk
We did this, however the disks still show up as "claimed" when running the ioscan -fnC. There is not associated special file with these disks.
I could really use some assistance on troubleshooting this and getting it resolved. Our Unix admin decided to take a break for the night and clear his head before doing anymore, so it will be tomorrow morning before we can try any suggestions. Thanks in advance for any assistance you can provide.
JustMirsk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2009 05:28 PM
12-19-2009 05:28 PM
Re: Removed disks from HP-UX, can't see new disks
YOu can try following things:
- /var/adm/syslog/syslog.log # check for any error for HW path of disk
- CSTM
# cstm
cstm>map #see device number for your disk by HW path
cstm>sel dev 7 (7 is the dev num for my disk)
cstm>info
cstm>il
- from diskinfo, you already got the error
- pvdisplay -v /dev/dsk/c32t0d0
- Please post :
# ioscan -fnC disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2009 06:47 PM
12-19-2009 06:47 PM
Re: Removed disks from HP-UX, can't see new disks
# lssf /dev/rdsk/c32t0d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2009 02:50 AM
12-20-2009 02:50 AM
Re: Removed disks from HP-UX, can't see new disks
can you please post the ioscan -fnC disk O/p staing which are the old disks and if any is there new disks also.
strings /etc/lvmtab
which disksyou wished removing
also what is the storage, make sure that you are presenting the LUNS from the storage as being presented to HP_UX OS in case this is an EVA.
regards
sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2009 08:48 AM
12-20-2009 08:48 AM
Re: Removed disks from HP-UX, can't see new disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2009 08:49 AM
12-20-2009 08:49 AM
Re: Removed disks from HP-UX, can't see new disks
JustMirsk