HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Does vgcfgrestore of replaced boot disk automatica...
Operating System - HP-UX
        1839837
        Members
    
    
        3190
        Online
    
    
        110156
        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
07-26-2005 07:46 PM
07-26-2005 07:46 PM
			
				
					
					
						Hello,
 
I have the recepie for root disk replacement from the Cookbook's LVM chapter at my disposal.
 
However, since it doesn't mention a "pvcreate -B" I assume that the vgcfgrestore of the failed disk from LVM conf will automatically initialize the replacment PV such that the required extra space for boot data will be provided for.
 
I couldn't find any remarks confirming my assumption in man vgcfgrestore.
 
Would I have to initialize the new disk with a prior pvcreate -B?
 
Well I think it wouldn't hurt,
just to be on the safe side.
Would it? 
					
				
			
			
				
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
I have the recepie for root disk replacement from the Cookbook's LVM chapter at my disposal.
However, since it doesn't mention a "pvcreate -B
I couldn't find any remarks confirming my assumption in man vgcfgrestore.
Would I have to initialize the new disk with a prior pvcreate -B?
Well I think it wouldn't hurt,
just to be on the safe side.
Would it?
	Madness, thy name is system administration
			
			
				Solved! Go to Solution.
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 07:51 PM
07-26-2005 07:51 PM
Solution
			
				
					
					
						yes it does.
If you read the backup file using vgcfgrestore you can see what disks were bootable at the time vgcfgbackup ran
e.g.
vgcfgrestore -n vg00 -l
Not sure if you have seen this, but it may also be of use
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
		
		
	
	
	
If you read the backup file using vgcfgrestore you can see what disks were bootable at the time vgcfgbackup ran
e.g.
vgcfgrestore -n vg00 -l
Not sure if you have seen this, but it may also be of use
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
	My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
			
			
				
			
			
			
			
			
			
		- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 08:25 PM
07-26-2005 08:25 PM
			
				
					
						
							Re: Does vgcfgrestore of replaced boot disk automatically provide for boot header in PV?
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi Melvyn,
  
the failed disk shows up in the vgcfgbackup as being a boot disk.
Thus a vgcfgrestore will most likely inititalize the PV with boot space.
 
# vgcfgrestore -l -n vg00
Volume Group Configuration information in "/etc/lvmconf/vg00.conf"
VG Name /dev/vg00
---- Physical volumes : 2 ----
/dev/rdsk/c1t2d0 (Bootable)
/dev/rdsk/c2t2d0 (Bootable)
 
Thanks also for providing the link to the fine LVM whitepaper about failed disks.
I haven't seen this one yet.
So it must be a rather new release?
 
From what I've read by quickly browsing through it I fear LVM OLR will only be available for 11i?
 
Too sad this box runs 11.00,
but I'm prepared to fix manually.
					
				
			
			
				
		
		
	
	
	
the failed disk shows up in the vgcfgbackup as being a boot disk.
Thus a vgcfgrestore will most likely inititalize the PV with boot space.
# vgcfgrestore -l -n vg00
Volume Group Configuration information in "/etc/lvmconf/vg00.conf"
VG Name /dev/vg00
---- Physical volumes : 2 ----
/dev/rdsk/c1t2d0 (Bootable)
/dev/rdsk/c2t2d0 (Bootable)
Thanks also for providing the link to the fine LVM whitepaper about failed disks.
I haven't seen this one yet.
So it must be a rather new release?
From what I've read by quickly browsing through it I fear LVM OLR will only be available for 11i?
Too sad this box runs 11.00,
but I'm prepared to fix manually.
	Madness, thy name is system administration
			
			
				
			
			
			
			
			
			
		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
