- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can I find out which File system is controlled...
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-08-2008 11:49 AM
05-08-2008 11:49 AM
How can I find out which File system is controlled by what controller?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2008 12:14 PM
05-08-2008 12:14 PM
Re: How can I find out which File system is controlled by what controller?
Yes my logical analysis. There is no single command or report that will do this for you. There may be a well designed script that can.
http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=178514
ioscan
Take note of which disks are on which controller.
pvdisplay the disks.
Take a look at which logical volumes, therefore file systems on are on which disk.
bdf output should be used to confirm this.
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
05-08-2008 08:08 PM
05-08-2008 08:08 PM
Re: How can I find out which File system is controlled by what controller?
#bdf filesystem
will show you vg and lvol
#lvdisplay -v
you will see the disk name and from disk name u can find the controller name.
or ioscan -fnC disk|grep disk
will tell you exact information.
Anyways genrally you'll have a alternate link as well which u can see by vgdisplay -v vgname,
Hope this help,
BR,
Kapil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2008 09:32 PM
05-08-2008 09:32 PM
Re: How can I find out which File system is controlled by what controller?
This is just too general. A filesystem is not controlled by a controller.
A file system based on a LVOL can span multiple disks, each connected to a different disk controller.
Please try to explain again what you are looking for.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2008 03:37 PM
05-09-2008 03:37 PM
Re: How can I find out which File system is controlled by what controller?
2>>>then give vgdisplay for all those vg's
3>>>this vl tell you which PV is included in those VG's.
which would also tell you the Controller which is controlling those PV's.
it can also b alternate paths
which alternate paths used to access da PV is the controller controlling respective file system