1833742 Members
2952 Online
110063 Solutions
New Discussion

Re: X25init

 
Lucent
Occasional Advisor

X25init

after the reboot of the server the followig msg is displayed:
Configure X.25 interfaces
...........................................
FAIL*

I checked in the file /etc/rc.log and the error is
onfigure X.25 interfaces
Output from "/sbin/rc2.d/S335x25 start":
----------------------------
[x25init] Unable to open the input configuration file
CAUSE : File is missing, unreachable or corrupted
ACTION : Check path and access permissions
EXIT CODE: 1
[x25init] Configuration has been initialized successfully
[x25init] 09/12/2004 10:02:06 IP mapping has been initialized successfully
[x25init] Unable to open the input configuration file
CAUSE : File is missing, unreachable or corrupted
ACTION : Check path and access permissions
EXIT CODE: 1
[x25init] Configuration has been initialized successfully
[x25init] 09/12/2004 10:02:08 IP mapping has been initialized successfully
[x25init] 09/12/2004 10:02:08 IP mapping has been initialized successfully
"/sbin/rc2.d/S335x25 start" FAILED
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: X25init

I would suggest before the real code of the /sbin/init.d scrip the S335x25 script references:

set -x

Not before the shell.

Now you'll get diagnostics that might help someone solve this issue.

It would however appear that the configuration file for x.25 in /etc/rc.config.d is missing.

Maybe get it from a working system.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Armin Kunaschik
Esteemed Contributor

Re: X25init

Check the config files in /etc/x25.
The configuration file names depend on the X.25 hardware.

Check http://docs.hp.com/en/J2793-90046/index.html
for further configuration info.

Hope this helps,
Armin
And now for something completely different...
Vishwas Pai
Regular Advisor

Re: X25init


# tail -10 /etc/rc.config.d/x25

You will get all X.25 configurations file
names (such as /etc/x25/x25config_0p1 etc).

Check to see if all the files are readable
by root and also check if a FSCK required.

You can execute the following after you fix
the file issue to get the ports re-initiated.

# /sbin/init.d/x25 stop
# /sbin/init.d/x25 start

HTH -vishwas