- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Route add problem in hpux 11.23
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
12-30-2007 12:54 AM
12-30-2007 12:54 AM
Route add problem in hpux 11.23
UNEXPECTED EXIT: process LANG=C LC_ALL=C /usr/sam/lbin/samx -C -n -p 2248 -s route /usr/sam/lib//route.ui exited with a non-zero exit status.
sh: 2301 Memory fault(coredump)
When we try to add it manually to /etc/rc.config.d/netconf it works until the machine is rebooted. After the reboot we lose the route even though we added it to the netconf file and we also notice that the netconf file timestamp co-insides with the system reboot and hence we have the netconf file the same as it was before we added the route.
We have also tried to add the route using /sbin/set_parms addl_netwrk but again the same problem, after the reboot we lose the route.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2007 03:28 AM
12-30-2007 03:28 AM
Re: Route add problem in hpux 11.23
You need the latest SAM patch.
This has nothing to do with networking.
Probably that is.
If possible can you look for inconsistencies in your /etc/rc.config.d/netconf
Using SAM to do this kind of work often leads to this kind of results. Sometimes in the past SAM has tried to set up two default gateways which is clearly impossible and interferes with the system networking.
I suggest this.
Take a copy of netconf put it in /tmp
Boot
cp /etc/rc.config.d/netconf /tmp netconf.afterboot
diff the two files.
Also you can not keep a backup of netconf in /etc/rc.config.d/ This causes both files to be read and can cause these symptoms.
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
12-30-2007 03:33 AM
12-30-2007 03:33 AM
Re: Route add problem in hpux 11.23
First make sure that you remove any renamed files from /etc/rc.config.d/ e.g. netconf.old...etc
After modify /etc/rc.config.d/netconf file you run the following command to make sure it will work properly after next reboot.
#/sbin/init.d/net start
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=691245&admit=109447626+1199014057842+28353475
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1099787&admit=109447626+1199014041402+28353475
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2007 11:06 PM
12-30-2007 11:06 PM
Re: Route add problem in hpux 11.23
But there is no backup files in /etc/rc.config.d
for the netconf file.
Still we are losing the new inserted lines from the netconf file once the system is restarted.
If we restart the network using /sbin/init.d/net start the file is not getting altered..
Any other possibilities???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2007 08:50 AM
12-31-2007 08:50 AM
Re: Route add problem in hpux 11.23
Check that somebody has not put a script into the /sbin/rc?.d directories which replaces that file have look in /etc/rc.log to see if that gives you a clue
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2007 08:54 AM
12-31-2007 08:54 AM
Re: Route add problem in hpux 11.23
Sanju,
Check that somebody has not put a script into the /sbin/rc?.d directories which replaces that file have look in /etc/rc.log to see if that gives you a clue
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2007 01:02 PM
12-31-2007 01:02 PM
Re: Route add problem in hpux 11.23
As far as SAM is concerned, reason number 54,234 not to use SAM :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2008 05:53 PM
01-25-2008 05:53 PM
Re: Route add problem in hpux 11.23
On boot up I lose my static routes and it defaults to an older version - original one from the installation.
I only have the one netconf file in the rc.config.d dir.
I searched for anything that might be scripted to do this in all the appropriate dirs.
I am running 11.23 8640 on an NPAR.
When I add my routes back in and I do a /sbin/init.d/net start my routes take effect.
On reboot they are gone.
This only effects the routes - all other IP configs stay intact - including virtual IP's that have been set up
Any suggestions???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2008 08:34 AM
02-15-2008 08:34 AM
Re: Route add problem in hpux 11.23
I did an Update-UX a couple of days ago.
I applied the latest 11.23 RECOMMENDED SAM patches:
. PHCO_36563 cumulative SAM patch
. PHCO_32146 libpam cumulative patch
. PHCO_36239 ugm cumulative patch
with no joy.
bv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2008 11:21 AM
02-15-2008 11:21 AM
Re: Route add problem in hpux 11.23
There is a gateway destination probe setting in ndd that will turn off your routes if the gateway does not respond.
ndd -get /dev/ip ip_ire_gw_probe
turn it off with ndd -set and try again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2008 02:59 PM
02-15-2008 02:59 PM
Re: Route add problem in hpux 11.23
SAM actually modifies the route in memory correctly.
The problem occurs when he tries to add the route entry into the netconf file.
He clobbers the existing route entry, but does not add the new entry, even though he added the route in memory
BEFORE SAM:
(/rcd=/etc/rc.config.d)
Pine4 ## netstat -rvn | grep default
default/0.0.0.0 192.168.2.5 UG 0 lan1 0
Pine4 ## cat /rcd/netconf.SAV
ROUTE_DESTINATION[0]="default"
ROUTE_MASK[0]=""
#ROUTE_GATEWAY[0]=172.16.0.254 # temp del #20041216jrv
ROUTE_GATEWAY[0]="192.168.2.5"
ROUTE_COUNT[0]="1"
ROUTE_ARGS[0]=""
AFTER SAM crash:
Pine4 ## netstat -rvn | grep default
default/0.0.0.0 192.168.2.1 UG 0 lan1 0
Pine4 ## cat /rcd/netconf
ROUTE_MASK[0]=""
#ROUTE_GATEWAY[0]=172.16.0.254 # temp del #20041216jrv
ROUTE_ARGS[0]=""
bv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2008 11:30 PM
02-17-2008 11:30 PM
Re: Route add problem in hpux 11.23
I Also fee this is a problem due to a error in the entry which you made in netconf file
Recheck the same
Nair
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2008 08:25 AM
02-18-2008 08:25 AM
Re: Route add problem in hpux 11.23
All we did is UpdateUX to 11.23, and the same file is not handled correctly by the new SAM.
There are 6 identical systems. 2 have been Updated to 11.23. They both have this issue, while the other 4 11.11 systems, with same netconf file (except for IPs), work fine.
ALSO, I cleaned out the route table and netconf route entries and tried an ADD.
It FAILED.
Then manually added route and route entry to netconf and tried a REMOVE.
REMOVE WORKED!
So,
ADD FAILS
MODIFY FAILS
REMOVE WORKS
Further, there is NO error in the sam log file -- it thinks everything went fine !?!?
bv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2008 08:08 AM
05-15-2008 08:08 AM
Re: Route add problem in hpux 11.23
we had a same effect
in your netconf file there must be at least one interface with DHCP_ENABLE[1]=1
The Script is starting with some auto_parms stuff .....