![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mount points of available Vxvm disks | nimish_mehta | SUN Solaris | 0 | 01-05-2008 12:53 AM |
| NFS Mount Points | davidra | UNIX for Dummies Questions & Answers | 1 | 11-28-2007 12:49 PM |
| Mount Points at reboot | AIXdumb455 | UNIX for Dummies Questions & Answers | 1 | 06-20-2006 12:12 AM |
| tar using mount points | legato | UNIX for Dummies Questions & Answers | 3 | 03-30-2005 08:54 PM |
| mount points | manderson19 | UNIX for Advanced & Expert Users | 3 | 04-29-2002 12:11 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Mount points to hard disks
Hi
I am oracle DBA and sometimes need to see on which disks oracle data files are residing . How can we check that . The file system is jfs on aix 5.2.0.0 The method is use is to use mount |grep oracle_dir_name or lsfs mount_point_name command to see what /dev/logical_volume_name is mounted . Then use lslv -l to get at the PV . I am sure there are better methods which may provide all the info from the name of mount points . Regards |
| Forum Sponsor | ||
|
|
|
|||
|
Actually you are using the "correct" method already. If you want the process automated write a little script which will do exactly that for you.
I hope this helps. bakunin |
|||
| Google The UNIX and Linux Forums |