HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Queries regarding VGs in HP UX
 
Operating System - HP-UX
        1840174
        Members
    
    
        3424
        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
 
08-07-2006 01:05 AM
08-07-2006 01:05 AM
			
				
					
						
							Queries regarding VGs in HP UX
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						I am configuring HP UX serviceguard for oracle RAC..
Now i have few queries ...
1 Do i have to mention the OCR and voting disk in the OPS_VOLUME group in cluster configuration file or in the cluster aware LVM
wht about the quoram disk..
2 i removed a VG by removing the /dev/vg directory and rebuilding the /etc/lvmtab
and recreated new VG with same name and using pvcreate -f cmd/vgcreate cmd
if i run vgscan -a i can see the new vg but also it says physical volume belong to a volume group (use vgimport).
where is this refrence to earlier vg..
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
Now i have few queries ...
1 Do i have to mention the OCR and voting disk in the OPS_VOLUME group in cluster configuration file or in the cluster aware LVM
wht about the quoram disk..
2 i removed a VG by removing the /dev/vg directory and rebuilding the /etc/lvmtab
and recreated new VG with same name and using pvcreate -f cmd/vgcreate cmd
if i run vgscan -a i can see the new vg but also it says physical volume belong to a volume group (use vgimport).
where is this refrence to earlier vg..
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-07-2006 01:20 AM
08-07-2006 01:20 AM
			
				
					
						
							Re: Queries regarding VGs in HP UX
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Answer;
1. you need to reflect the cluster LOCK vg and disks in cluster config file
and then have to compile for initial RAC cluster configuration
 
you have to do
2. what are you meaning that pvcreate -f cmd/vgcreate ???
when you remove vgs, use vgexport
"if i run vgscan -a i can see the new vg but also it says physical volume belong to a volume group (use vgimport)."
is that the previous vgs information is remain because you didn't format disks.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
1. you need to reflect the cluster LOCK vg and disks in cluster config file
and then have to compile for initial RAC cluster configuration
you have to do
2. what are you meaning that pvcreate -f cmd/vgcreate ???
when you remove vgs, use vgexport
"if i run vgscan -a i can see the new vg but also it says physical volume belong to a volume group (use vgimport)."
is that the previous vgs information is remain because you didn't format disks.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-07-2006 01:31 AM
08-07-2006 01:31 AM
			
				
					
						
							Re: Queries regarding VGs in HP UX
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						To my knowledge you need all that information in the cluster configuration. 
When removing vg's vgexport is the preferred method.
If you did pvcreate -f /dev/rdsk/c??t??d??
if that was executed correctly then you will not get the belongs to a volume group error.
		
		
	
	
	
When removing vg's vgexport is the preferred method.
If you did pvcreate -f /dev/rdsk/c??t??d??
if that was executed correctly then you will not get the belongs to a volume group error.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-07-2006 02:13 AM
08-07-2006 02:13 AM
			
				
					
						
							Re: Queries regarding VGs in HP UX
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Shalom,
Its better to use vgexport to remove volume groups. That give you the option if you forgot to back something up of restoring it using vgimport.
SEP
		
		
	
	
	
Its better to use vgexport to remove volume groups. That give you the option if you forgot to back something up of restoring it using vgimport.
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