- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: network problem
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-10-2005 06:37 PM
07-10-2005 06:37 PM
network problem
i have HP-UX 11.0 server i have three network cards on it i configure one of the network cards with IP on the DMZ using sam and again using set_parms initial command,when i do a restart to the server the configuration for the network removed from sam and when i do ifconfig to this card nothing found , i check the ifconfig file the configuration is correct on it, one thing through the start of the system it stuck on the NFS server start until i do break and then every thing goes correct,kindly a deeply configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 06:54 PM
07-10-2005 06:54 PM
Re: network problem
check if you have correct entries in files:
1. /etc/rc.config.d/netconf
2. /etc/hosts
NSF usualy hangs if something is wrong with name resolution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 06:58 PM
07-10-2005 06:58 PM
Re: network problem
after configuration check whether its entry
gets generated in /etc/rc.config.d/netconf
file for that lan card.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 07:10 PM
07-10-2005 07:10 PM
Re: network problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 07:25 PM
07-10-2005 07:25 PM
Re: network problem
if you don't use NFS you can modify config file /etc/rc.config.d/nfsconf by setting:
NFS_CLIENT=0
NFS_SERVER=0
But I think that you have to carefully look at your network configuration and name resolution (/etc/resolv.conf, /etc/nsswitch.conf) - somethink is not OK.
You can verify network startup scripts by command:
/sbin/init.d/net start
Check /etc/rc.log - maby there will be some errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 07:35 PM
07-10-2005 07:35 PM
Re: network problem
"ERROR: lan0 interface: ifconfig: ioctl (SIOCSIFNETMASK): bad value
ERROR: lan1 interface: ifconfig: ioctl (SIOCSIFNETMASK): bad value
ERROR: Failed to add route entry because its interface is not
yet initialized. May need to add this route entry with
a route commad after the interface is up :
add net default: gateway 212.14.224.6: Network is unreachable
"/sbin/rc2.d/S340net start" FAILED
Start name server daemon
Output from "/sbin/rc2.d/S370named start":
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 08:11 PM
07-10-2005 08:11 PM
Re: network problem
r u on igelan driver for the network device? or r u on ATM card?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 08:23 PM
07-10-2005 08:23 PM
Re: network problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 08:29 PM
07-10-2005 08:29 PM
Re: network problem
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 08:41 PM
07-10-2005 08:41 PM
Re: network problem
lan0 and lan1 error seems to point to subnet mask checking is disable, to confirm:
# ndd -get /dev/ip ip_check_subnet_addr
also, what is the ARPA transport patch in the server:
# swlist -l patch|grep -i arpa
refer to this doc for more info:
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062905534
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 11:57 PM
07-10-2005 11:57 PM
Re: network problem
# PHNE_18708 1.0 cumulative ARPA Transport
patch
# PHNE_19375 1.0 cumulative ARPA Transport
patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 12:01 AM
07-11-2005 12:01 AM
Re: network problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 12:48 AM
07-12-2005 12:48 AM
Re: network problem
One thing also to control is the parameter contains in the lan interface files. There is one file in the /etc/rc.config.d directory for each type of NIC (Gigabit Eth, 100BT/Gigabit, Ethernet interface, ...).
These files are used to configure some parameter of the NIC and they are use by script in the rc2.d during boot phases. A lan card must be referenced in only one file.
You can control what happen in the boot sequence when reading /etc/rc.log file.
Look at line after network tracing and logging daemon.
Line should begin with Configure HP
Regards,
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 12:54 AM
07-12-2005 12:54 AM
Re: network problem
INTERFACE_NAME[0]="lan1"
IP_ADDRESS[0]="xxx.xxx.xxx.xxx"
SUBNET_MASK[0]="yyy.yyy.yyy.yyy"
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
for both lan1 and lan2 ?
Modification by sam sometimes does strange things. Even better, please attach the whole file if you don't mind.
UNIX because I majored in cryptology...