- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: delete a vswitch
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
09-21-2009 12:40 PM
09-21-2009 12:40 PM
delete a vswitch
vswitch lan vs2 1 0 2 0
vswitch lan vs2 2 0 4 0
How do i delete the vswitch with port number 2(vs2)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2009 01:37 PM
09-21-2009 01:37 PM
Re: delete a vswitch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 12:54 AM
09-22-2009 12:54 AM
Re: delete a vswitch
but it did not delete it...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 04:10 AM
09-22-2009 04:10 AM
Re: delete a vswitch
Did you remember to stop/start your VMguest to have the changes take affect?
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 04:37 AM
09-22-2009 04:37 AM
Re: delete a vswitch
[Network Interface Details]
Interface Adaptor Name/Num PortNum Bus Dev Ftn Mac Address
========= ========== ========== ======= === === === =================
vswitch lan vs1 1 0 0 0 e6-57-91-ea-11-7d
vswitch lan vs2 1 0 2 0 76-ge-f9-ca-e4-a7
vswitch lan vs3 2 0 4 0 3e-bc-5c-66-56-e1
I need to delete the following fropm the above
vswitch lan vs3 2 0 4 0 3e-bc-5c-66-56-e1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 05:03 AM
09-22-2009 05:03 AM
Re: delete a vswitch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 05:14 AM
09-22-2009 05:14 AM
Re: delete a vswitch
hpvmmodify -P vm-name -d network:adapter-type:[hardware-address]:vswitch:vswitch-name
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 05:41 AM
09-22-2009 05:41 AM
Re: delete a vswitch
hpvmmodify: Invalid adapter type 'adapter-type'.
hpvmmodify: Invalid PCI_bus argument '[3e-ac-5c-66-56-e1]'.
hpvmmodify: Incompatible adapter type 'adapter-type'.
hpvmmodify: Invalid value specified with the -d option (network:adapter-type:[3e-ac-5c-66-56-e1]:vswitch:vs_bk).
usage: hpvmmodify {-P vm_name | -p vm_number} [-F | -s] [-N new_vm_name]
[-l vm_label] [-B start_attr] [-O os_type[:version]]
[-c number_vcpus] [-e percent[:max percent] | -E cycles[:max cycles]]
# hpvmmodify -P hb1tap02 -d network:lan::vswitch:vs_bk
hpvmmodify: More than one device match network:lan::vswitch:vs_bk.
hpvmmodify: Unable to modify the guest.
# hpvmmodify -P hb1tap02 -d network:lan:2:vswitch:vs_bk
hpvmmodify: More than one device match network:lan:2:vswitch:vs_bk.
hpvmmodify: Unable to modify the guest.
# hpvmmodify -P hb1tap02 -d network:lan:4:vswitch:vs_bk
hpvmmodify: More than one device match network:lan:4:vswitch:vs_bk.
hpvmmodify: Unable to modify the guest.
Interface Adaptor Name/Num PortNum Bus Dev Ftn Mac Address
========= ========== ========== ======= === === === =================
vswitch lan vs_fe1 1 0 0 0 e6-17-91-ea-11-7d
vswitch lan vs_bk 1 0 2 0 76-fe-f9-ca-e4-a7
vswitch lan vs_bk 2 0 4 0 3e-ac-5c-66-56-e1-----> I want to delete this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 05:56 AM
09-22-2009 05:56 AM
Re: delete a vswitch
So please post the config details of this guest (hpvmdisplay ...).
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 06:01 AM
09-22-2009 06:01 AM
Re: delete a vswitch
Interface Adaptor Name/Num PortNum Bus Dev Ftn Mac Address
========= ========== ========== ======= === === === =================
vswitch lan vs_fe1 1 0 0 0 e6-17-91-ea-11-7d
vswitch lan vs_bk 1 0 2 0 76-fe-f9-ca-e4-a7
vswitch lan vs_bk 2 0 4 0 3e-ac-5c-66-56-e1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 06:18 AM
09-22-2009 06:18 AM
Re: delete a vswitch
# hpvmmodify -P hb1tap02 -d network:lan:0,4,0:vswitch:vs_bk
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 06:35 AM
09-22-2009 06:35 AM