HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - stripping
 
Operating System - HP-UX
        1840173
        Members
    
    
        2802
        Online
    
    
        110162
        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
 
11-27-2006 04:11 AM
11-27-2006 04:11 AM
			
				
					
						
							stripping
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hello experts,
I have create a volume group without the -g options and also created a logical volume without the distributed stripping. Now I need to change the logical volumes to have distributed stripping. I was told that I will have to break the vg and recreate the all the logical volumes. Is there anyway to achive this?. The status of my present logical volume is
LV Name /dev/vg02FIL/lv1
VG Name /dev/vg02FIL
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 2560
Current LE 160
Allocated PE 160
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
I need it to have distributed stipping over 4 disks
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
I have create a volume group without the -g options and also created a logical volume without the distributed stripping. Now I need to change the logical volumes to have distributed stripping. I was told that I will have to break the vg and recreate the all the logical volumes. Is there anyway to achive this?. The status of my present logical volume is
LV Name /dev/vg02FIL/lv1
VG Name /dev/vg02FIL
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 2560
Current LE 160
Allocated PE 160
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
I need it to have distributed stipping over 4 disks
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-27-2006 05:28 AM
11-27-2006 05:28 AM
			
				
					
						
							Re: stripping
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						This topic has been discussed before.
Google: +lvm +"extent based striping"
Check out topisc like:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1011364
and
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=490589
So how many disks do you have and how are they defined?
What does /etc/lvmpvg look like?
Check out man lvcreate
Notably the -D and -i + -I options.
Sample online reference:
http://docs.hp.com/en/B2355-90905/B2355-90905.pdf
Good luck,
Hein.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
Google: +lvm +"extent based striping"
Check out topisc like:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1011364
and
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=490589
So how many disks do you have and how are they defined?
What does /etc/lvmpvg look like?
Check out man lvcreate
Notably the -D and -i + -I options.
Sample online reference:
http://docs.hp.com/en/B2355-90905/B2355-90905.pdf
Good luck,
Hein.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-27-2006 05:32 AM
11-27-2006 05:32 AM
			
				
					
						
							Re: stripping
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						The step of creating a striped logical volume is accomplished in nearly the identical way as creating any other logical volume through the use of the lvcreate command.
So, suppose you wish to stripe across three disks. You decide on a stripe size of 32 kilobytes. Your logical volume size is 24 megabytes. To create the striped logical volume, you would enter:
 
lvcreate -i 3 -I 32 -L 24 -n lvol1 /dev/vg01
 
lvcreate will automatically round up the size of the logical volume to a multiple of the number of disks times the extent size. For example, if you have three disks you wish to stripe across and choose the default of 4MB extents, even though you indicate a logical volume size of 200 (-L 200), lvcreate will will create a 204MB logical volume since 200 is not a multiple of 12.
http://docs.hp.com/en/B2355-90672/ch08s07.html?btnNext=next%A0%BB
		
		
	
	
	
So, suppose you wish to stripe across three disks. You decide on a stripe size of 32 kilobytes. Your logical volume size is 24 megabytes. To create the striped logical volume, you would enter:
lvcreate -i 3 -I 32 -L 24 -n lvol1 /dev/vg01
lvcreate will automatically round up the size of the logical volume to a multiple of the number of disks times the extent size. For example, if you have three disks you wish to stripe across and choose the default of 4MB extents, even though you indicate a logical volume size of 200 (-L 200), lvcreate will will create a 204MB logical volume since 200 is not a multiple of 12.
http://docs.hp.com/en/B2355-90672/ch08s07.html?btnNext=next%A0%BB
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