[Solved] Solaris list physical volume details

in AIX, we have lspv command to display details of physical volume like below:

[:-/oracle/product/11.2/auto-dwhsu] lspv -l hdisk102
hdisk102:
LV NAME               LPs     PPs     DISTRIBUTION          MOUNT POINT
oradata112lv          1599    1599    320..320..319..320..320 /oracle/oradata11

Can you please tell how to extract same info in solaris?

Perhaps this link will help you. By the way, there are many questions and posted answers already on this site; so you should probably do a search first.

http://www.unix.com/unix-dummies-que...-solaris9.html

Hello!

Per forum rules, and the benefit of all users, please search the forums before posting a question.

You can easily search the forums using our internal Google search engine or our advanced internal search engine. You can also search our huge UNIX and Linux database by user generated tags or search the database for unanswered questions and provide an answer.

Thank you.

The UNIX and Linux Forums

Information about physical disks:

root@testserver # format

Information about SVM (SDS):

root@testserver # metastat

Information about ZFS:

 root@testserver # zpool status
root@testserver # zfs list
 
1 Like