HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to Find Unused Luns
Operating System - HP-UX
1837208
Members
3521
Online
110115
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
09-20-2007 06:31 PM
09-20-2007 06:31 PM
How to Find Unused Luns
Hi team,
Can anybody let me know how do i check my HP VA7410 for unused Lun.
This storage is connected with Two Host and it is containing the FS of both storage.
I would appriciate if anybody can help me out in this
Can anybody let me know how do i check my HP VA7410 for unused Lun.
This storage is connected with Two Host and it is containing the FS of both storage.
I would appriciate if anybody can help me out in this
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2007 06:54 PM
09-20-2007 06:54 PM
Re: How to Find Unused Luns
you can go to command view adm and see unused/ungrouped luns.
on OS side,
ioscan -funCdisk > /tmp/disk.used
ioscan -fnCdisk
insf -C disk
ioscan -funCdisk > /tmp/disk.all
diff /tmp/disk.used /tmp/disk.all
if disks are assigned and drives installed,
use vgdisplay -v |grep "PV N"
Regards,
on OS side,
ioscan -funCdisk > /tmp/disk.used
ioscan -fnCdisk
insf -C disk
ioscan -funCdisk > /tmp/disk.all
diff /tmp/disk.used /tmp/disk.all
if disks are assigned and drives installed,
use vgdisplay -v |grep "PV N"
Regards,
It's kind of fun to do the impossible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2007 06:56 PM
09-20-2007 06:56 PM
Re: How to Find Unused Luns
Best solution:
Refer to your documentation!
You should document what LUNs are assigned to which host and used for what application.
If you don't have, it could be hard.
Look at every system what disks are under LVM control.
Disks not used for a filesystem could even be used as "raw" space for a database for example - be careful!
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!
Refer to your documentation!
You should document what LUNs are assigned to which host and used for what application.
If you don't have, it could be hard.
Look at every system what disks are under LVM control.
Disks not used for a filesystem could even be used as "raw" space for a database for example - be careful!
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
09-20-2007 09:12 PM
09-20-2007 09:12 PM
Re: How to Find Unused Luns
Hello,
Simple way.
ioscan -f (Reason:- It will detect all the disk forcefully which are not having permission and specifically required from storage perspective)
insf -evd sdisk
dv -dv 2>&1(this will give you the details of LUN's which are not assigned to any VG)
Output:-
C#t#d# lone disk(not in any vg): at
Simple way.
ioscan -f (Reason:- It will detect all the disk forcefully which are not having permission and specifically required from storage perspective)
insf -evd sdisk
dv -dv 2>&1(this will give you the details of LUN's which are not assigned to any VG)
Output:-
C#t#d# lone disk(not in any vg):
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP