- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: about the status of lv
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
06-27-2004 12:51 PM
06-27-2004 12:51 PM
sg version OPS 11.14
we created some lvs on VGORA (which is shared by two oracle instances)
now I want to add lv into oracle
but when i lvdisplay the lv(/dev/vgora/app39) which is not added into oracle
Consistency Recovery MWC
Bad block on
I displayed the lv(/dev/vgora/app38)
Consistency Recovery NMWC
Bad block off
the two are different on status
does it has something with added into oracle or not?
is there something wrong with the lv (which is not added into oracle)?
thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 12:57 PM
06-27-2004 12:57 PM
Re: about the status of lv
--- Logical volumes ---
LV Name /dev/vgora/app39
VG Name /dev/vgora
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 2000
Current LE 500
Allocated PE 1000
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
# lvdisplay /dev/vgora/app38
--- Logical volumes ---
LV Name /dev/vgora/app09
VG Name /dev/vgora
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery NOMWC
Schedule parallel
LV Size (Mbytes) 2000
Current LE 500
Allocated PE 1000
Stripes 0
Stripe Size (Kbytes) 0
Bad block off
Allocation strict
IO Timeout (Seconds) default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 12:58 PM
06-27-2004 12:58 PM
Re: about the status of lv
When you created the LV, you didn't specify '-r n' option. Hence the bad block relocation is on by default.
On external stroages like EMC/XP etc., that are intelligent, it is recommended to turn-off bad block relocation. You can do it even after creating the logical volume. Run the command
lvchange -r n /dev/vgora/app39
and then try 'lvdisplay'.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 01:06 PM
06-27-2004 01:06 PM
Re: about the status of lv
the defualt setting(when we create the lv) is :
Consistency Recovery MWC
Bad block on
OR
Consistency Recovery NMWC
Bad block off
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 03:55 PM
06-27-2004 03:55 PM
SolutionI do not believe FC10 does bad block relocation by itself. So, you would need to leave it default on the LVM side. Case is different on EMC or XP. EMC in particular recommends to turn it off for their storage arrays.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 08:43 PM
06-27-2004 08:43 PM
Re: about the status of lv
and the two parameters of lv app39 become
Consistency Recovery NMWC
Bad block off