- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Integrity guest can't ping anything but itself
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
10-30-2008 04:49 PM
10-30-2008 04:49 PM
Integrity guest can't ping anything but itself
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
10.1.1.18 10.1.1.18 UH 0 lan5981:1 4136
10.11.1.251 10.11.1.251 UH 0 lan5986 4136
10.1.3.251 10.1.3.251 UH 0 lan5982 4136
10.1.1.251 10.1.1.251 UH 0 lan5981 4136
10.1.1.0 10.1.1.251 U 3 lan5981 1500
10.1.1.0 10.1.1.18 U 3 lan5981:1 1500
10.11.1.0 10.11.1.251 U 2 lan5986 1500
10.1.3.0 10.1.3.251 U 2 lan5982 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
default 10.11.1.1 UG 0 lan5986 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2008 04:53 PM
10-30-2008 04:53 PM
Re: Integrity guest can't ping anything but itself
Guest 10.11.1.253
Gateway 10.11.1.1
Would the auto port aggregation cause a problem if not setup correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2008 04:00 PM
10-31-2008 04:00 PM
Re: Integrity guest can't ping anything but itself
What do the routing tables on the guest look like ? Also, the vmswitch config ? I can't remember the exact syntax, it's something like "hpvmnet status " to look at it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2008 04:53 PM
10-31-2008 04:53 PM
Re: Integrity guest can't ping anything but itself
suthpux8:/
#netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
10.11.1.253 10.11.1.253 UH 0 lan0 4136
10.11.1.0 10.11.1.253 U 2 lan0 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
default 10.11.1.1 UG 0 lan0 0
#hpvmnet
Name Number State Mode NamePPA MAC Address IP Address
======== ====== ======= ========= ======== ============== ===============
localnet 1 Up Shared N/A N/A
vsHPVM 7 Up Shared lan900 0x001a4b066424 10.11.1.254
#hpvmstatus -P suthpux8
[Virtual Machine Details]
Virtual Machine Name VM # OS Type State
==================== ===== ======= ========
suthpux8 24 HPUX On (OS)
[Authorized Administrators]
Oper Groups:
Admin Groups:
Oper Users:
Admin Users:
[Virtual CPU Details]
#vCPUs Entitlement Maximum
====== =========== =======
2 20.0% 100.0%
[Memory Details]
Total Reserved
Memory Memory
======= ========
8 GB 64 MB
[Storage Interface Details]
Guest Physical
Device Adaptor Bus Dev Ftn Tgt Lun Storage Device
======= ========== === === === === === ========= =========================
disk scsi 0 0 0 0 0 lv /dev/vgVM/rlvol3
disk scsi 0 0 0 1 0 lv /dev/vgOMNI/rlvol1
tape scsi 0 0 0 2 0 attach /dev/rscsi/c1t2d0
[Network Interface Details]
Interface Adaptor Name/Num PortNum Bus Dev Ftn Mac Address
========= ========== ========== ======= === === === =================
vswitch lan vsHPVM 5 0 1 0 2a-f3-9c-5c-28-da
[Misc Interface Details]
Guest Physical
Device Adaptor Bus Dev Ftn Tgt Lun Storage Device
======= ========== === === === === === ========= =========================
serial com1 tty console
suthpvm1:TESTLAB:/
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2008 04:11 AM
11-01-2008 04:11 AM
Re: Integrity guest can't ping anything but itself
Your guest doesn't have these tags, so the host never sees the guest's packets, and vice versa. You would have to set up a vlan on the guest that uses the same vlan id as lan5986 on the host, since they both seem to be on the same subnet, 10.11.1.x
I'm not sure if virtual machine supports vlans or not. If not, you'll have to set up an untagged vlan (like lan0) on the host for the shared network with the guests.
I'm sorry to be vague in my answer, I know just enough on vlan and virtual machine to be dangerous. Hope this helps, or that someone else can be more specific.