HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: hpvm, vswitch issue
 
Operating System - HP-UX
        1840208
        Members
    
    
        2800
        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
 
05-29-2008 10:00 AM
05-29-2008 10:00 AM
			
				
					
					
						Hi,
I'm having some issues with a virtual switch, basically the problem is that I removed a vswitch while it was assigned to some guests, ok , the I created another one and it is working for one guest. The problem is that I can see the previous vswitch yet, and I cannot modify the guest's because it says that the switch doesn't exist, but actually the guest are still seeing that assignation.
Someone knows how can I figure out this issue to avoid data corruption when booting the guests, etc.
Thank you,
Marco,
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
I'm having some issues with a virtual switch, basically the problem is that I removed a vswitch while it was assigned to some guests, ok , the I created another one and it is working for one guest. The problem is that I can see the previous vswitch yet, and I cannot modify the guest's because it says that the switch doesn't exist, but actually the guest are still seeing that assignation.
Someone knows how can I figure out this issue to avoid data corruption when booting the guests, etc.
Thank you,
Marco,
	Just unplug and plug in again ....
			
			
				Solved! Go to Solution.
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-29-2008 10:42 AM
05-29-2008 10:42 AM
Solution
			
				
					
					
						I'm still new to VM, but can you do an hpvmstop -px (the servers having the problem).
Run an hpvmstatus -px -v to check the hardware.
Then hpvmmodify and add the new vswitch and then run the hpvmstatus again to confirm it.
Then see if you can restart the VM.
I'm just thinking....like I said I'm fairly new to VM.
Rgrds,
Rita
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
Run an hpvmstatus -px -v to check the hardware.
Then hpvmmodify and add the new vswitch and then run the hpvmstatus again to confirm it.
Then see if you can restart the VM.
I'm just thinking....like I said I'm fairly new to VM.
Rgrds,
Rita
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-29-2008 11:35 PM
05-29-2008 11:35 PM
			
				
					
						
							Re: hpvm, vswitch issue
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Bonjour,
"to avoid data corruption when booting the guests" IMHO there is no risk of data corruption : you just have some trouble with NIC.
I did not understand exactly what you want to do : do you want to substitue a vswitch to an other one ? In this case, before modifying configuration of vNIC in the VM, find actual values of bus and device of the NIC (hpvmstatus -v -P ...) : if you want to have the same instance of vNIC in the VM, you will have to supply them to the hpvmmodify command (hpvmmodify -a network:lan:BUS,DEVICE:vswitch:....)
You can also force the MAC address to the old one. In this case : hpvmmodify -a network:lan:BUS,DEVICE,MACADDR:vswitch:...
Anyway I think the better way to correct the problem is to stop VM, modify its virtual NIC configuration, then restart.
Eric
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
"to avoid data corruption when booting the guests" IMHO there is no risk of data corruption : you just have some trouble with NIC.
I did not understand exactly what you want to do : do you want to substitue a vswitch to an other one ? In this case, before modifying configuration of vNIC in the VM, find actual values of bus and device of the NIC (hpvmstatus -v -P ...) : if you want to have the same instance of vNIC in the VM, you will have to supply them to the hpvmmodify command (hpvmmodify -a network:lan:BUS,DEVICE:vswitch:....)
You can also force the MAC address to the old one. In this case : hpvmmodify -a network:lan:BUS,DEVICE,MACADDR:vswitch:...
Anyway I think the better way to correct the problem is to stop VM, modify its virtual NIC configuration, then restart.
Eric
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-30-2008 09:19 AM
05-30-2008 09:19 AM
			
				
					
						
							Re: hpvm, vswitch issue
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Actually I tried some tests and found exactly that, I must use the hardware address to perform these operations.
Thank you for the help.
Best regards,
Marco,
		
		
	
	
	
Thank you for the help.
Best regards,
Marco,
	Just unplug and plug in again ....
			
			
				
			
			
			
			
			
			
		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