- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: Mirror Disk UX - Unavailable options
 
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
 
09-27-2001 06:58 AM
09-27-2001 06:58 AM
			
				
					
						
							Mirror Disk UX - Unavailable options
						
					
					
				
			
		
	
			
	
	
	
	
	
I have a K Class running 10.20 it was installed with Mirror disk UX and mirroring was enabled for some raw data logical volumes to the root disk. The root/boot disk died and we got a new disk and reinstalled the applications and software except for Mirror Disk. The existing disk volumes were reimported but they report in sam that they are still mirrored. I installed Mirror Disk but I do not have the option to mirror a volume.
Is it possible to break the non existant mirror of the data volumes without the chance of damaging the data on the disks so that I can uninstall then reinstall Mirror Disk and hope that I then get the Mirror option.
Regards,
Paul
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-27-2001 07:04 AM
09-27-2001 07:04 AM
			
				
					
						
							Re: Mirror Disk UX - Unavailable options
						
					
					
				
			
		
	
			
	
	
	
	
	
try lvreduce ie:
lvreduce -m 0 /dev/vgXX/lvolX /dev/dsk/cXtXd0
Regards
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-27-2001 07:06 AM
09-27-2001 07:06 AM
			
				
					
						
							Re: Mirror Disk UX - Unavailable options
						
					
					
				
			
		
	
			
	
	
	
	
	
you can "lvreduce -m 0" to break/reduce the mirroe, Do a "man lvreduce" for the details.
Hope this helps.
thanks
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-27-2001 07:20 AM
09-27-2001 07:20 AM
			
				
					
						
							Re: Mirror Disk UX - Unavailable options
						
					
					
				
			
		
	
			
	
	
	
	
	
Regards,
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-27-2001 07:34 AM
09-27-2001 07:34 AM
			
				
					
						
							Re: Mirror Disk UX - Unavailable options
						
					
					
				
			
		
	
			
	
	
	
	
	
You are always advised to have adequate recovery procedures when performing any type of maintenance. That said, the best insurance for your boot disk is an Ignite recovery tape.
I'd make an Ignite recovery tape with a current version of Ignite's 'make_tape_recovery' as your insurance. Mirroring is *not* preserved with Ignite anyway, ironically in this case.
You can use:
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Regards!
...JRF...
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-27-2001 07:39 AM
09-27-2001 07:39 AM
			
				
					
						
							Re: Mirror Disk UX - Unavailable options
						
					
					
				
			
		
	
			
	
	
	
	
	
umount all filesystems in the vg's
vgexport -m vg.map vgname
vgimport -m vg.map vgname [PV1] [PV2] ...
mount file systems
With the vgimport command only specify the physical volumes you want, i.e. not the ones that contain the mirrors.
HtH
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-27-2001 10:53 AM
09-27-2001 10:53 AM
			
				
					
						
							Re: Mirror Disk UX - Unavailable options
						
					
					
				
			
		
	
			
	
	
	
	
	
as long as your "surving" disk is not damaged
(and I mean in overwriting some files), then
why not just re-mirror to the *new* one?
Use "vgcfgrestore" to copy the *broken* disk's
PV- and VG-headers to it, and issue a simple
"vgsync". Then watch your "vgdisplay -v" for
the LVs becoming sync'd instead of staying
"stale"...
Just my ?0.02,
Wodisch
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
09-28-2001 03:47 AM
09-28-2001 03:47 AM