HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Mirror Disk Readiness Help
 
Operating System - HP-UX
        1840213
        Members
    
    
        4316
        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
	
		
			
            
                
            Go to solution
        
            
		
		
			
            	
	
		
        
		
	
	
		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-19-2002 05:32 AM
09-19-2002 05:32 AM
			
				
					
					
						Hi,
Would someone comment how to tell the readiness of disk mirrored, hardware and software point of views?
From software to check:
swlist |grep -i mirror
From hardware??
Does the software need to buy first? Strangly the server is the new one, with no clue of whether the 2 internal drives are mirrored or not.
Appreciated.
Steven
					
				
			
			
				
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
Would someone comment how to tell the readiness of disk mirrored, hardware and software point of views?
From software to check:
swlist |grep -i mirror
From hardware??
Does the software need to buy first? Strangly the server is the new one, with no clue of whether the 2 internal drives are mirrored or not.
Appreciated.
Steven
	Steve
			
			
				Solved! Go to Solution.
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-19-2002 05:36 AM
09-19-2002 05:36 AM
Solution
			
				
					
					
						To see if your drives are mirrored;
lvlnboot -v
If it lists 2 boot drives and 2 drives for root, swap etc. then theyre mirrored.
To check each lvol do;
for i in 1 2 3 4 5 6 7 8
do
lvdisplay /dev/vg00/lvol${i} | grep -i mirror
done
If theyre mirrored then it will return mirror copies = 1
					
				
			
			
				
		
		
	
	
	
lvlnboot -v
If it lists 2 boot drives and 2 drives for root, swap etc. then theyre mirrored.
To check each lvol do;
for i in 1 2 3 4 5 6 7 8
do
lvdisplay /dev/vg00/lvol${i} | grep -i mirror
done
If theyre mirrored then it will return mirror copies = 1
	Im from Palmerston North, New Zealand, but somehow ended up in London...
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-19-2002 05:37 AM
09-19-2002 05:37 AM
			
				
					
						
							Re: Mirror Disk Readiness Help
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						MirrorDisk is not installed by default unless you've paid for it.  It is held on the application CD's, but it codeword protected to make sure that it's not used without authorisation.
swlist -l fileset | grep -i mirror would show
LVM.LVM-MIRROR-RUN B.11.00 LVM-MIRROR-RUN
If it was installed on an HP-UX 11 system.
To check if a volume is mirrored, use
lvdisplay -v /dev/vgXX/lvolYY | more
If it's mirrored, you will see
Mirror copies 1
and
--- Logical extents ---
LE PV1 PE1 Status 1 PV2 PE2 Status 2
00000 /dev/dsk/c6t0d0 00000 current /dev/dsk/c7t0d0 00000 current
00001 /dev/dsk/c6t0d0 00001 current /dev/dsk/c7t0d0 00001 current
00002 /dev/dsk/c6t0d0 00002 current /dev/dsk/c7t0d0 00002 current
00003 /dev/dsk/c6t0d0 00003 current /dev/dsk/c7t0d0 00003 current
Where PV1 and PV2 are the mirrored disks
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
swlist -l fileset | grep -i mirror would show
LVM.LVM-MIRROR-RUN B.11.00 LVM-MIRROR-RUN
If it was installed on an HP-UX 11 system.
To check if a volume is mirrored, use
lvdisplay -v /dev/vgXX/lvolYY | more
If it's mirrored, you will see
Mirror copies 1
and
--- Logical extents ---
LE PV1 PE1 Status 1 PV2 PE2 Status 2
00000 /dev/dsk/c6t0d0 00000 current /dev/dsk/c7t0d0 00000 current
00001 /dev/dsk/c6t0d0 00001 current /dev/dsk/c7t0d0 00001 current
00002 /dev/dsk/c6t0d0 00002 current /dev/dsk/c7t0d0 00002 current
00003 /dev/dsk/c6t0d0 00003 current /dev/dsk/c7t0d0 00003 current
Where PV1 and PV2 are the mirrored disks
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-19-2002 05:49 AM
09-19-2002 05:49 AM
			
				
					
						
							Re: Mirror Disk Readiness Help
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi Steven:
In addition to the information already provided, remember that LVM implements mirroring at the *software* level with the optional product 'MirrorDisk/UX'.
Remember, too, that LVM mirroring is done at the *logical volume* level, not the physical disk nor volume group level.
That said, VxVM also offers mirroring cabability as an optional product:
http://docs.hp.com/hpux/onlinedocs/B7961-90023/B7961-90023.html
Regards!
...JRF...
		
		
	
	
	
In addition to the information already provided, remember that LVM implements mirroring at the *software* level with the optional product 'MirrorDisk/UX'.
Remember, too, that LVM mirroring is done at the *logical volume* level, not the physical disk nor volume group level.
That said, VxVM also offers mirroring cabability as an optional product:
http://docs.hp.com/hpux/onlinedocs/B7961-90023/B7961-90023.html
Regards!
...JRF...
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