- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Newbie questions
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
03-05-2003 03:39 AM
03-05-2003 03:39 AM
I'm trying to connect a 715/50 10.20 via Ethernet to a Linux PC, which I know is OK because everything works fine with another PC.
I specified 192.168.0.4 in "set_parms ip_address", but SAM shows the address 0.0.0.0 for lan0, and when I modify it and enter 192.168.0.4, it says the address already exists and this can cause problems... So I'm confused: is there an IP address for the machine and another one for the network card?
Right now the interface is set back to 0.0.0.0. When I boot with the network cable connected, the sequence is very long and just before CDE starts, the system reboots, and so on. With the cable disconnected, it boots normally and CDE starts. In both cases, the DNS client service fails during boot sequence.
Would you be kind enough to help me, or to let me know where I can find these informations on the Web?
Thanks in advance.
Best regards
Frederic
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 03:51 AM
03-05-2003 03:51 AM
Re: Newbie questions
Look in
/etc/rc.config.d/netconf
This is what defines your networking
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 03:52 AM
03-05-2003 03:52 AM
Re: Newbie questions
Is 192.168.0 not the subnet MS use for ICS ? if this is what your trying to set up the WKS should be setup for DHCP.
If not might be useful to give a print of
lanscan
more /etc/rc.config.d/netconf
ifconfig lan0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 04:03 AM
03-05-2003 04:03 AM
Re: Newbie questions
post the output of netstat -in, ifconfig lan0, and your netconf file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:28 AM
03-05-2003 06:28 AM
Re: Newbie questions
Host ip
Host name
Netmask (* This may be your problem *)
Gateway ip
DNS ip (* if exists *)
NIS server ip (* if exists *)
NTP server ip (* if exists *)
set_parms ip_address
enter all but hostname
set_parms hostname
verify and set if needed.
reboot
ping your hostname/ip
if ok
ping your gateway
if fail
check cable to switch or hub
ping gateway again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:42 AM
03-05-2003 06:42 AM
Re: Newbie questions
ioscan -fnC btlan
or
ioscan -fnC
You have link light on the card and the switch?
You should get an IP address either way.
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
03-05-2003 07:59 AM
03-05-2003 07:59 AM
Re: Newbie questions
You could also have an old version of SAM which needs a patch.
to find out what you are really using for an IP address do
netstat -anv
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 10:44 AM
03-05-2003 10:44 AM
Re: Newbie questions
but also take a look at your
/etc/hosts
/etc/resolv.conf
and
/etc/nsswitch.conf
files as well
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 11:47 AM
03-05-2003 11:47 AM
Re: Newbie questions
HOSTNAME="hpux"
OPERATING_SYSTEM=HP-UX
LOOPBACK_ADDRESS=127.0.0.1
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=192.168.0.4
SUBNET_MASK[0]=255.255.255.0
BROADCAST_ADDRESS[0]=
LANCONFIG_ARGS[0]=ether
DHCP_ENABLE[0]=0
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=192.168.0.3
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
GATED=0
GATED_ARGS=""
RDPD=0
RARPD=0
Thanks to all for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 12:02 PM
03-05-2003 12:02 PM
Re: Newbie questions
Hardware path 2/0/2
Station address 0x080009786362
Crd In# 0
Hardware state UP
Net-Interface Nameunit lan0
State UP
NM ID 4
MAC type ETHER
HP DLPI support Yes
Mjr num 52
and ifconfig lan:
lan0: flags=863
inet 192.168.0.4
netmask ffffff00
broadcast 192.168.0.255
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 12:35 PM
03-05-2003 12:35 PM
Re: Newbie questions
is the hostname in /etc/hosts with the correct IP ?
can you ping yourself?
can you ping the loopback addr?
can you ping the broadcast addrs?
does nslookup work ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 12:40 PM
03-05-2003 12:40 PM
Re: Newbie questions
Sound like everythings there but some SAM patches.
You can ping your gateway, right?
Use these commands for trouble shooting:
lanadmin -x 4 (* Current speed and duplex mode must match with switch *)
lanadmin -X 100FD 4 (* Set to Full Duplex 100BaseT *)
netfmt -LN -f /var/adm/nettl.LOG* > /tmp/file
vi /tmp/file and search for disasters and errors
Match and verify the next two:
what /stand/vmunix | grep -i btlan
swlist -l product | grep -i 100
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 01:07 PM
03-05-2003 01:07 PM
Re: Newbie questions
When the system boots with the LAN cable connected, the DNS client service fails and it reboots again and again so I don't have a chance to try pinging. Meanwhile, I can ping it from the Linux box by IP and by name .
When it boots with the LAN cable disconnected, it pings itself by IP and name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 01:25 PM
03-05-2003 01:25 PM
Re: Newbie questions
I apologize: this is not the DNS client service that fails during the boot sequence, it's the NFS CLIENT SUBSYSTEM...
Sorry for this mistake.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 01:33 PM
03-05-2003 01:33 PM
Re: Newbie questions
B) Obtain the MAC address of the switch port.
C) Verify with arp -a
D) linkloop MAC (* of switch *)
F) Obtain the speed and duplex of the switch
E) Set your LAN to same with: lanadmin -X 100FD 4, or, lanadmin -X 10FD 4, or, lanadmin -X 100HD 4, etc.
NOTE: Depending on the switch there may be some latency before connectivity. Maybe an hour. Check with the manufacturer or network admin.
G) Ping the default gateway router
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 01:35 PM
03-05-2003 01:35 PM
Re: Newbie questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 01:46 PM
03-05-2003 01:46 PM
Re: Newbie questions
Also I'm not sure I explained clearly that the NFS client subsystem starts without the cable, and doesn't with it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 02:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 03:29 PM
03-05-2003 03:29 PM
Re: Newbie questions
Disable every network utility you don't need including: /etc/rc.config.d/named, and the default route in netconf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 05:04 PM
03-05-2003 05:04 PM
Re: Newbie questions
It's OK after removing all useless utilities.
Thanks to all who helped!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 11:31 PM
03-05-2003 11:31 PM
Re: Newbie questions
Glad you got it working.