- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- duplicate guest's name -
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
07-18-2007 01:40 AM
07-18-2007 01:40 AM
duplicate guest's name -
/opt/hpvm/bin# hpvmnet -V
Name : localnet
number : 1
PID : 1469
State : Up
Mode : Shared
PPA : n/a
Host MAC Address : N/A
Host IP Address : N/A
Number of guests : 1
Guest's Name : vm001
MAC Address : 0x6A4A6FE4062A
IP Address : 192.168.81.71
Vswitch Port : 1
Name : vs1_ssn
number : 16
PID : 10433
State : Up
Mode : Shared
PPA : lan3
Host MAC Address : 0x0017a4766e5a
Host IP Address : 192.168.81.71
Number of guests : 2
Guest's Name : vm001
MAC Address : 0x7E71C27F906B
IP Address : Unknown
Vswitch Port : 1
Guest's Name : vm001
MAC Address : 0x0AD5AE2C1FD3
IP Address : Unknown
Vswitch Port : 2
=========================================
What's the command to remove the duplicate Guest's name?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2007 03:30 AM
07-18-2007 03:30 AM
Re: duplicate guest's name -
run
hpvmstatus -P vm001 -v
and post. You need to "hpvmmodify -d" the virtual NIC.
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
07-18-2007 04:03 AM
07-18-2007 04:03 AM
Re: duplicate guest's name -
Version A.02.00.00
[Virtual Machines]
Virtual Machine Name VM # OS Type State #VCPUs #Devs #Nets Memory Runsysid
==================== ===== ======= ========= ====== ===== ===== ======= ========
vm001 3 HPUX On (OS) 2 7 4 4 GB 0
=======================================
I need to assign a VNIC.
On my VM Host/#
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/4/2/0 0x0017A451D22A 1 UP lan1 snap1 1 ETHER Yes 119
0/2/1/0 0x0017A476FE89 0 UP lan0 snap0 2 ETHER Yes 119
0/4/2/1 0x0017A451D22B 2 UP lan2 snap2 3 ETHER Yes 119
0/5/1/0 0x0017A4766E5A 3 UP lan3 snap3 4 ETHER Yes 119
ivmhost:root ----------------------------------------------------
/# netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
198.73.83.141 198.73.83.141 UH 0 lan1 4136
192.168.81.71 192.168.81.71 UH 0 lan3 4136
198.73.83.0 198.73.83.141 U 2 lan1 1500
192.168.81.0 192.168.81.71 U 2 lan3 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
default 198.73.83.1 UG 0 lan1 0
ivmhost:root --------------------------------------------------
I want to assign 192.168.81.71 to my guest server. Fot this, I need "bus,device,mac-addr". Where do I get the PCI bus number?. The nic card slot is 7.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2007 04:06 AM
07-18-2007 04:06 AM
Re: duplicate guest's name -
Please post
hpvmstatus -P vm001 -v
(this will give more information)
To add a NIC you must create a vSwitch first, then add this switch to the HPVM config.
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
07-18-2007 05:12 AM
07-18-2007 05:12 AM
Re: duplicate guest's name -
Version A.02.00.00
Name Number State Mode PPA MAC Address IP Address
======== ====== ======= ========= ====== ============== ===============
localnet 1 Up Shared N/A N/A
vs1_ssn 16 Up Shared lan3 0x0017a4766e5a 192.168.81.71
ivmhost:root ----------------------------------------------------
/# /#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2007 05:21 AM
07-18-2007 05:21 AM
Re: duplicate guest's name -
If you want to assign 192.168.81.71 to the guest, you should remove it from the host.
Your lan3 is already assigned to the guest.
Inside the guest this is probably lan0. Assign the IP to this NIC (inside the guest).
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!
