- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cannot ping server 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
05-05-2003 07:59 AM
05-05-2003 07:59 AM
cannot ping server itself
This causes that when my server is disconnected from the network, so is isolated, I cannot acces to the local display.
for exemple, if ny server is serv1, after disconnecting serv1 from the network, ping serv1 doesn't return anything and the display serv1:0.0 is not available anymore.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 08:05 AM
05-05-2003 08:05 AM
Re: cannot ping server itself
Try to use localhost instead of serv1. It uses the loopback adrress.
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 09:24 AM
05-05-2003 09:24 AM
Re: cannot ping server itself
Or you should be able to ping to self ip -address
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 09:32 AM
05-05-2003 09:32 AM
Re: cannot ping server itself
X will not work unless you are in network or you just have stand alone system. use 127.0.0.1 for ip if it is going to be stand alone system.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 10:18 AM
05-05-2003 10:18 AM
Re: cannot ping server itself
1) If you are remotely connecting from a PC using X windows software, the DISPLAY variable needs to be set to the following: IP_ADDRESS_OF_PC:0.0 It needs to be set in the user profile on the Unix machine.
2) You may need to activate the X Windows font server on the HP-UX box.
/etc/rc.config.d/xfs
#
# xfs configuration: set RUN_X_FONT_SERVER to a non-zero value to
# initiate a font server at run level 2.
#
# Installed at /etc/rc.config.d/xfs
#
RUN_X_FONT_SERVER=1
This is a proper configuration that will start up the font server.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 10:40 AM
05-05-2003 10:40 AM
Re: cannot ping server itself
I do ping localhost when I'm disconnected from network, but the problem is that some applications use the display name ( serv1:0.0 ) for exemple
and I cannot modify it to localhost:0.0 because in some cases they are remotely displayed.
I am looking for a way to configure the ethernet device to enable self ping when disconnected. This is the first time I can see this behaviour. With Digital-Alpha or IBM-AIX I've never seen this.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 10:53 PM
05-05-2003 10:53 PM
Re: cannot ping server itself
MI