- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ioscan question
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
05-20-2007 10:02 PM
05-20-2007 10:02 PM
There are 2 local mirrored disks on this server. Does this ioscan look right?
i.e Does disk 73.4GST373454LC have 3 paths and 73.4GST373453LC just one ?
It should be split with 2 paths to each disk.
disk 1 0/1/1/0.0.0 sdisk CLAIMED DEVICE HP 73.4GST373454LC
/dev/dsk/c2t0d0 /dev/rdsk/c2t0d0
disk 2 0/1/1/0.1.0 sdisk CLAIMED DEVICE HP 73.4GST373454LC
/dev/dsk/c2t1d0 /dev/rdsk/c2t1d0
disk 3 0/4/1/0/4/0.0.0 sdisk CLAIMED DEVICE HP 73.4GST373454LC
/dev/dsk/c4t0d0 /dev/rdsk/c4t0d0
disk 4 0/4/1/0/4/0.2.0 sdisk CLAIMED DEVICE HP 73.4GST373453LC
/dev/dsk/c4t2d0 /dev/rdsk/c4t2d0
This is setboot:
# setboot
Primary bootpath : 0/1/1/0.0.0
Alternate bootpath : 0/4/1/0/4/0.0.0
comments/advice pls,
Brian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2007 10:12 PM
05-20-2007 10:12 PM
Solutionioscan does not show you any mirror configuration. From the ioscan you have 4 different disk,
disk 1 0/1/1/0.0.0 sdisk CLAIMED DEVICE HP 73.4GST373454LC
/dev/dsk/c2t0d0 /dev/rdsk/c2t0d0
and
disk 3 0/4/1/0/4/0.0.0 sdisk CLAIMED DEVICE HP 73.4GST373454LC
/dev/dsk/c4t0d0 /dev/rdsk/c4t0d0
are mirrored each other
regards,
Sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2007 10:23 PM
05-20-2007 10:23 PM
Re: ioscan question
If you want to chack your mirror, please check
# strings /etc/lvmtab ( make sure vg00 have 2 disks)
# vgdisplay -v vg00 ( check occupy for each disk. have same free PE, and check each lvol used 2 disk and the status is sync)
# lvdisplay -v /dev/vg00/lvol1 ( make sure your lvol layout used 2 disk or not)
I agree with sandy, ioscan can't show your mirror configuration.
thanks
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2007 10:24 PM
05-20-2007 10:24 PM
Re: ioscan question
ioscan doesn't show mirror disk information. For that you need to check from strings "/etc/lvmtab".
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2007 10:28 PM
05-20-2007 10:28 PM
Re: ioscan question
Your right, i do have 4 disks and it makes sense to me now. All is well.
Thought there was a problem at first glance.
Many thanks,
Brian