HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - root volume extend with vxresize
 
Operating System - HP-UX
        1840212
        Members
    
    
        3152
        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
 
01-10-2008 09:46 PM
01-10-2008 09:46 PM
			
				
					
					
						Hello everyone~~
I put root filesystem(/) in volume "rootvol"
#> vxprint -t rootvol
Disk group: rootdg
V NAME RVG KSTATE STATE LENGTH READPOL PREFPLEX UTYPE
v rootvol - ENABLED ACTIVE 204800 ROUND - root
Disk group "rootdg" still has 25G free space now.
Now my / is coming full, I want to extend volume first and then use fsadm to extend filesysetm:
#> /etc/vx/bin/vxresize -F vxfs -x rootvol 400M
vxvm:vxresize: ERROR: resizing volume other than FSGEN or RAID5 can result in loss of data. Use -f option to force resize this volume.
Now can I just execute "/etc/vx/bin/vxresize -F vxfs -xf rootvol 400M" ?
Will it cause any data loss?
I'm worried about data loss, because it is boot disk. If server cannot boot up, then.....:~
Is there any solution more SAFE and APPLICABLE?
Thanks for any help/suggestion.
(P.S. I have OnlineJFS and want to extend the filesystem online.)
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
I put root filesystem(/) in volume "rootvol"
#> vxprint -t rootvol
Disk group: rootdg
V NAME RVG KSTATE STATE LENGTH READPOL PREFPLEX UTYPE
v rootvol - ENABLED ACTIVE 204800 ROUND - root
Disk group "rootdg" still has 25G free space now.
Now my / is coming full, I want to extend volume first and then use fsadm to extend filesysetm:
#> /etc/vx/bin/vxresize -F vxfs -x rootvol 400M
vxvm:vxresize: ERROR: resizing volume other than FSGEN or RAID5 can result in loss of data. Use -f option to force resize this volume.
Now can I just execute "/etc/vx/bin/vxresize -F vxfs -xf rootvol 400M" ?
Will it cause any data loss?
I'm worried about data loss, because it is boot disk. If server cannot boot up, then.....:~
Is there any solution more SAFE and APPLICABLE?
Thanks for any help/suggestion.
(P.S. I have OnlineJFS and want to extend the filesystem online.)
Solved! Go to Solution.
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
01-11-2008 04:23 AM
01-11-2008 04:23 AM
Solution
			
				
					
					
						Hi Livia,
No rootvol needs to be contiguous, you can only size this volume during the OS install or during an ignite make_tape/net_recovery restore.
http://forums11.itrc.hp.com/service/forums/questionanswer.do;HP-FORUMS-S-WPA-IDX=HYTckxtdBL2nzjp3t7HYMMXybm21vWh72FyMFJJgPD1x0VNhfKBT!-790215598!925717714?threadId=1181975
Regards,
Robert-Jan
		
		
	
	
	
No rootvol needs to be contiguous, you can only size this volume during the OS install or during an ignite make_tape/net_recovery restore.
http://forums11.itrc.hp.com/service/forums/questionanswer.do;HP-FORUMS-S-WPA-IDX=HYTckxtdBL2nzjp3t7HYMMXybm21vWh72FyMFJJgPD1x0VNhfKBT!-790215598!925717714?threadId=1181975
Regards,
Robert-Jan
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
01-11-2008 04:28 AM
01-11-2008 04:28 AM
			
				
					
						
							Re: root volume extend with vxresize
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Thanks :~~
I forgot this.....
root file system size can only change during installation.
So now I have to find another way to reduce the usage of my / filesystem.
		
		
	
	
	
I forgot this.....
root file system size can only change during installation.
So now I have to find another way to reduce the usage of my / filesystem.
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