HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: Volume Groups Migration
 
Operating System - HP-UX
        1840133
        Members
    
    
        2862
        Online
    
    
        110161
        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
 
12-09-2009 03:48 AM
12-09-2009 03:48 AM
			
				
					
					
						Hello all,
We need to migrate data from an old server to new one, both machines are integrity, and both are hp-ux 11.23 OS. The target is to move the 20 TB data (surely configured as volume groups on SAN disks (EMC)).
My question is:
Can we migrate the volume groups from the old server to the new one? like making the SAN team present the disks to the new server and somehow we do vgexport from the old one then vgimport to the new one to transfer the volume group configurtion?
Or we should have to ask for the same amount of storage to the new server and configure the new volume groups, then copy the data (through network (NFS) or maybe through tape)?
Best Regards
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
We need to migrate data from an old server to new one, both machines are integrity, and both are hp-ux 11.23 OS. The target is to move the 20 TB data (surely configured as volume groups on SAN disks (EMC)).
My question is:
Can we migrate the volume groups from the old server to the new one? like making the SAN team present the disks to the new server and somehow we do vgexport from the old one then vgimport to the new one to transfer the volume group configurtion?
Or we should have to ask for the same amount of storage to the new server and configure the new volume groups, then copy the data (through network (NFS) or maybe through tape)?
Best Regards
Solved! Go to Solution.
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
12-09-2009 04:06 AM
12-09-2009 04:06 AM
Solution
			
				
					
					
						>>>Can we migrate the volume groups from the old server to the new one? like making the SAN team present the disks to the new server and somehow we do vgexport from the old one then vgimport to the new one to transfer the volume group configurtion?<<<<
yes your correct,
Old server:-
vgexport -pvs -m /dev/vgxx
Request SAN Team to present the LUNS, to
new server:-
1. Recreate the directory
>>>>mkdir -p /dev/vgxx
2. Recreate the VG group file
>>>mknod /dev/vgxx/group c 64 0xMM0000
where MM is a unique identifier (ex 01 for vg01)
3. Preview the vgimport to check for any possible error
>>>>vgimport -pvs -m /dev/vgxx
where mapfile is the one copied from the first node
4. If no error, remove the preview mode
>>>>vgimport -vs -m /dev/vgxx   
					
				
			
			
				
		
		
	
	
	
yes your correct,
Old server:-
vgexport -pvs -m
Request SAN Team to present the LUNS, to
new server:-
1. Recreate the directory
>>>>mkdir -p /dev/vgxx
2. Recreate the VG group file
>>>mknod /dev/vgxx/group c 64 0xMM0000
where MM is a unique identifier (ex 01 for vg01)
3. Preview the vgimport to check for any possible error
>>>>vgimport -pvs -m
where mapfile is the one copied from the first node
4. If no error, remove the preview mode
>>>>vgimport -vs -m
	Problems are common to all, but attitude makes the difference
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
12-09-2009 04:11 AM
12-09-2009 04:11 AM
			
				
					
						
							Re: Volume Groups Migration
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Check below thread, 
Comment by >>Sridhar Bhaskarla <<
Also its straight forward, I hope hence your "VG" not under Cluster aware.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=619265
		
		
	
	
	
Comment by >>Sridhar Bhaskarla <<
Also its straight forward, I hope hence your "VG" not under Cluster aware.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=619265
	Problems are common to all, but attitude makes the difference
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
12-09-2009 04:25 AM
12-09-2009 04:25 AM
			
				
					
						
							Re: Volume Groups Migration
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Thanks
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
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