- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Find LUNs/arrays are mounted filesystems
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-16-2008 07:26 PM
12-16-2008 07:26 PM
Find LUNs/arrays are mounted filesystems
We are having HP UX 11.11 server. Currently two storage HP XP12000 are attached with this server.The server is having differnt mount point.i want,which LUNs/arrays are these filesystems/mount point on?
/oracle /oracle/xyz1
/oracle/xyz2
/oracle/xyz3
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2008 07:34 PM
12-16-2008 07:34 PM
Re: Find LUNs/arrays are mounted filesystems
1. vgdisplay -v vgname --> from that pick the disk name.
or
strings /etc/lvmtab
2. diskinfo /dev/rdsk/cXtXdX---> gives the space and storage details.
3.ioscan -fnC disk --> the local/storage details.
Thanks,
Analyst.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2008 07:41 PM
12-16-2008 07:41 PM
Re: Find LUNs/arrays are mounted filesystems
>>>bdf /oracle /oracle/xyz1 /oracle/xyz2 /oracle/xyz3
from that check vgname
and proceed below.
1. vgdisplay -v vgname --> from that pick the disk name.
or
strings /etc/lvmtab
2. diskinfo /dev/rdsk/cXtXdX---> gives the space and storage details.
3.ioscan -fnC disk --> the local/storage details.
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2008 08:04 PM
12-16-2008 08:04 PM
Re: Find LUNs/arrays are mounted filesystems
/oracle/xyz2
/oracle/xyz3 <<
bdf /oracle -> command will show logical volume name of the File system using that you can also find which LUN are your file system mounted or point on .
Example:-
# bdf /u33
Filesystem kbytes used avail %used Mounted on
/dev/vg01/lvol13 40960000 38280558 2595716 94% /u33
# lvdisplay -v /dev/vg01/lvol13 |more
--- Logical volumes ---
LV Name /dev/vg01/lvol13
VG Name /dev/vg01
LV Permission read/write
LV Status available/stale
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 400
Current LE 25
Allocated PE 50
Stripes 0
Stripe Size (Kbytes) 0
Bad block off
Allocation strict/contiguous
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
--> /dev/dsk/c2t0d0 25 25
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2008 08:15 PM
12-16-2008 08:15 PM
Re: Find LUNs/arrays are mounted filesystems
# bdf |grep oracle
# vgdisplay -v vg_name
# strings /etc/lvmtab --> find the vg
# diskinfo /dev/rdsk/cxtxdx -->
# to make sure for each logical volume, run command "lvdisplay -v /dev/vgname/lvname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2008 08:24 PM
12-16-2008 08:24 PM
Re: Find LUNs/arrays are mounted filesystems
If you donâ t know more about storage then better do #vgdisplay -v vgname then take the /dev/dsk/cXtXdX and ask with your storage team they are having some commands to know easily.
Suraj