HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Changing SAN on MC/SG cluster questions
 
Operating System - HP-UX
        1840176
        Members
    
    
        2780
        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
 
11-16-2009 09:08 AM
11-16-2009 09:08 AM
			
				
					
					
						Hi
Servers: rp5470, HPUX 11.11 MC/SG (2 nodes), SAN (EMC SYM)
We are moving our 2 servers to another SAN (EMC SYM). My understanding is that in order for the cluster and systems to see the new disks we need to make configuration changes - Create new volume groups, LVM changes, quorum disk, change the cluster configuration, etc.
Does anyone have a list of procedures on what needs to be done?
10 points to any answer.
Thank you
-Gino
					
				
			
			
				
			
			
				
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
Servers: rp5470, HPUX 11.11 MC/SG (2 nodes), SAN (EMC SYM)
We are moving our 2 servers to another SAN (EMC SYM). My understanding is that in order for the cluster and systems to see the new disks we need to make configuration changes - Create new volume groups, LVM changes, quorum disk, change the cluster configuration, etc.
Does anyone have a list of procedures on what needs to be done?
10 points to any answer.
Thank you
-Gino
Solved! Go to Solution.
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-16-2009 10:03 AM
11-16-2009 10:03 AM
Solution
			
				
					
					
						dear
this can be done in two ways
Firstly
you will use the disks that are now associated with the server in the new SAN
if this is necessary you should make the zonning that these disks are seen by the OS on the new SAN
run the command
vgexport-s -m -p vgname /tmp/vgname_map
after the new SAN you should recognize the disks with the command insf
and then importing the map created vgimport /tmp/vgname_map
If you plan to use new disks
just create new vgs
new lvols
change the scripts cluster /etc/cmcluster
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
this can be done in two ways
Firstly
you will use the disks that are now associated with the server in the new SAN
if this is necessary you should make the zonning that these disks are seen by the OS on the new SAN
run the command
vgexport-s -m -p vgname /tmp/vgname_map
after the new SAN you should recognize the disks with the command insf
and then importing the map created vgimport /tmp/vgname_map
If you plan to use new disks
just create new vgs
new lvols
change the scripts cluster /etc/cmcluster
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-17-2009 05:31 AM
11-17-2009 05:31 AM
			
				
					
						
							Re: Changing SAN on  MC/SG cluster questions
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Do you have MirrorDisk/UX available on your server ? If so, that could make the migration easier, since you could mirror the database on the old storage to the new storage, while you can keep one database instance operational.
Otherwise, you will probably have to make a cold copy, and shutdown your database completely during that time.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
Otherwise, you will probably have to make a cold copy, and shutdown your database completely during that time.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-17-2009 06:18 AM
11-17-2009 06:18 AM
			
				
					
						
							Re: Changing SAN on  MC/SG cluster questions
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Shalom,
1) Take a cold backup of any data. Things can go wrong.
2) Connect new SAN, pvcreate the new disks.
3) Stop the cluster
4) use lvextend -m 1 lvol_name new_disk
Step 4 requires mirror/ux. It will permit you to back copy the data very quickly. There are SAN utilities that are even faster.
5) Make changes to cluster configuration. Change you lock disk.
6) cmquerycl/cmcheckconf/cmapplyconf
Step 6 will have you end up with a new, hopefully working cluster.
The lesson here is to cover you options ahd schedule downtime. This can not be done safely on a running system, especially a database server.
SEP
		
		
	
	
	
1) Take a cold backup of any data. Things can go wrong.
2) Connect new SAN, pvcreate the new disks.
3) Stop the cluster
4) use lvextend -m 1 lvol_name new_disk
Step 4 requires mirror/ux. It will permit you to back copy the data very quickly. There are SAN utilities that are even faster.
5) Make changes to cluster configuration. Change you lock disk.
6) cmquerycl/cmcheckconf/cmapplyconf
Step 6 will have you end up with a new, hopefully working cluster.
The lesson here is to cover you options ahd schedule downtime. This can not be done safely on a running system, especially a database server.
SEP
	Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
			
			
				
			
			
			
			
			
			
		Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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