HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: How to add a node on ServiceGuard Extension Fo...
 
Operating System - HP-UX
        1840212
        Members
    
    
        2710
        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
 
06-19-2008 09:58 AM
06-19-2008 09:58 AM
			
				
					
						
							How to add a node on ServiceGuard Extension For RAC
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hello, 
I look for information on how I can make to add a new node in a MC/Service Guard cluster using CVM/CFS.
Thank you.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
I look for information on how I can make to add a new node in a MC/Service Guard cluster using CVM/CFS.
Thank you.
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
06-20-2008 09:15 AM
06-20-2008 09:15 AM
			
				
					
						
							Re: How to add a node on ServiceGuard Extension For RAC
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Here is a summary of what must be done.
1) Insure the same version of Serviceguard is installed on the new server.
2) Insure the same number of heartbeat LANs are configured on the new server.
3) If LVM is used, create map files (vgexport -pvs -m ...) of shared VGs on a cluster node, and copy them to the server that you want to add to the cluster.
4) Import the VGs onto the new server. mkdir /dev/
mknod /dev//group c 64 0xNNNN (where NN = unique minor number)
vgimport -vs -m /dev/ )
5) Create a cluster configuration file that includes both the old cluster nodes and custom settings, with the new node.
# cmquerycl -c -C  -n 
Review the file, and if it looks good, apply it:
# cmapplyconf -f -C
The node is now a member of the cluster
To start SG daemons on it:
# cmrunnode      
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
1) Insure the same version of Serviceguard is installed on the new server.
2) Insure the same number of heartbeat LANs are configured on the new server.
3) If LVM is used, create map files (vgexport -pvs -m ...) of shared VGs on a cluster node, and copy them to the server that you want to add to the cluster.
4) Import the VGs onto the new server. mkdir /dev/
mknod /dev/
vgimport -vs -m
5) Create a cluster configuration file that includes both the old cluster nodes and custom settings, with the new node.
# cmquerycl -c
Review the file, and if it looks good, apply it:
# cmapplyconf -f -C
The node is now a member of the cluster
To start SG daemons on it:
# cmrunnode
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
06-20-2008 12:50 PM
06-20-2008 12:50 PM
			
				
					
						
							Re: How to add a node on ServiceGuard Extension For RAC
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Thanks Stephen,
But my problem is :
there is not LVM between the two nodes its CVM/CFS, it's for an Oracle RAC.
(ServiceGuard Extension for RAC with CVM/CFS).
I don't know if i can add the new node like a standard cluster MC/Service Guard.
I don't how to export and import the CVM/CFS configuration on the new node ?
Help !!!
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
But my problem is :
there is not LVM between the two nodes its CVM/CFS, it's for an Oracle RAC.
(ServiceGuard Extension for RAC with CVM/CFS).
I don't know if i can add the new node like a standard cluster MC/Service Guard.
I don't how to export and import the CVM/CFS configuration on the new node ?
Help !!!
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
07-22-2008 09:32 AM
07-22-2008 09:32 AM
			
				
					
						
							Re: How to add a node on ServiceGuard Extension For RAC
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						It's closed
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
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