HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: lvlnboot
 
Operating System - HP-UX
        1840133
        Members
    
    
        2681
        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
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-15-2007 11:31 PM
11-15-2007 11:31 PM
			
				
					
						
							lvlnboot
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi Gurus,
What is the use of lvlnboot command in HP with all arguments.
Thanx
Bhushan
		
		
	
	
	
What is the use of lvlnboot command in HP with all arguments.
Thanx
Bhushan
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-15-2007 11:39 PM
11-15-2007 11:39 PM
			
				
					
						
							Re: lvlnboot
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						lvlnboot -
The lvlnboot command updates all physical volumes in the volume group so that the logical volume becomes the root, boot, primary swap, or a dump volume when the system is next booted on the volume group. If a nonexistent logical volume is specified, this command fails. If a different logical volume is already linked to the root or primary swap, the command fails.
					
				
			
			
				
		
		
	
	
	
The lvlnboot command updates all physical volumes in the volume group so that the logical volume becomes the root, boot, primary swap, or a dump volume when the system is next booted on the volume group. If a nonexistent logical volume is specified, this command fails. If a different logical volume is already linked to the root or primary swap, the command fails.
	If Life gives u a ROCK, its upto u to build a BRIDGE or a WALL !!!
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-15-2007 11:46 PM
11-15-2007 11:46 PM
			
				
					
						
							Re: lvlnboot
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi,
The lvlnboot prepares a LVM logical volume to be root, boot, primary swap, or dump volume.
Have a look at the following documentation.
http://docs.hp.com/en/B9106-90008/lvlnboot.1M.html
The lvlnboot command must be used to identify the boot, root, swap or dump volume.
Other utilities that I can think of is
backing up LVM configuration information.
Increaing primary swap as given below
-------------------------------------
1) lvcreate -C y -L 240 /dev/vg00
The name of this new logical volume will be displayed on the
screen, note it, it will be needed later. (let say it
is /dev/vg00/lvol8)
Note: This new logical volume has to be in vg00
2) lvlnboot -v /dev/vg00
This will display the current root and swap volumes
Note: lvol2 is the default primary swap.
3) lvlnboot -s /dev/vg00/lvol8 /dev/vg00
Note: use the logical volume name from step 1
4) lvlnboot -R /dev/vg00
Recover any missing links to all of the logical volumes specified
in the BDRA and update the BDRA of each bootable physical volume in
the volume group
5) reboot the system
Thanks,
Srikanth
		
		
	
	
	
The lvlnboot prepares a LVM logical volume to be root, boot, primary swap, or dump volume.
Have a look at the following documentation.
http://docs.hp.com/en/B9106-90008/lvlnboot.1M.html
The lvlnboot command must be used to identify the boot, root, swap or dump volume.
Other utilities that I can think of is
backing up LVM configuration information.
Increaing primary swap as given below
-------------------------------------
1) lvcreate -C y -L 240 /dev/vg00
The name of this new logical volume will be displayed on the
screen, note it, it will be needed later. (let say it
is /dev/vg00/lvol8)
Note: This new logical volume has to be in vg00
2) lvlnboot -v /dev/vg00
This will display the current root and swap volumes
Note: lvol2 is the default primary swap.
3) lvlnboot -s /dev/vg00/lvol8 /dev/vg00
Note: use the logical volume name from step 1
4) lvlnboot -R /dev/vg00
Recover any missing links to all of the logical volumes specified
in the BDRA and update the BDRA of each bootable physical volume in
the volume group
5) reboot the system
Thanks,
Srikanth
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-16-2007 01:25 AM
11-16-2007 01:25 AM
			
				
					
						
							Re: lvlnboot
						
					
					
				
			
		
	
			
	
	
	
	
	
Hope this helps!
Update the root volume group information:
# lvlnboot -R /dev/vg00
7. Verify that the mirrored disk is displayed as a boot disk and that the boot, root, and swap logical volumes appear to be on both disks:
# lvlnboot â v
8. Specify the mirror disk as the alternate boot path in nonvolatile memory:
# setboot â a 2/0/7.15.0
9. Add a line to /stand/bootconf for the new boot disk using vi or another text editor:
# vi /stand/bootconf
l /dev/dsk/c#t#d0
where l denotes LVM. 25
sp,
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