Operating System - HP-UX
1748235 Members
3527 Online
108759 Solutions
New Discussion юеВ

tftp error: Ignite installation

 
yash123
Regular Advisor

tftp error: Ignite installation

Hi All,

Ignite installation HP UX 11iv3 on rx2620 getting tftp error while contacting ignite server.

error listed as below.
Kindly advice me on this

Thanks
Yash

* Checking configuration for consistency...
ERROR: "/opt/ignite/data/Rel_B.11.31/config", line 147: Illegal character:
"G"
ERROR: "/opt/ignite/data/Rel_B.11.31/config", line 147: syntax error
ERROR: Problems were encountered while parsing config file:
"/opt/ignite/data/Rel_B.11.31/config".
ERROR: net_cfg_prep: Problems were encountered while parsing the
configuration files. See the messages above for details. Using
instl_adm with the -T and/or -D options on the server may help isolate
the problem. (See instl_adm(1M) and instl_adm(4) man pages.)

* Loading configuration user interface, please wait...
ERROR: File /opt/ignite/data/Rel_B.11.23/INSTCMDSIA from install tftp server
was zero-length.
ERROR: Tar: blocksize = 0; broken pipe?
ERROR: File: /usr/ccs not found.
ERROR: File: /usr/dt/lib/hpux32/libDtHelp.so.1 not found.
ERROR: File: /usr/dt/lib/hpux32/libDtSvc.so.1 not found.
ERROR: File: /usr/dt/lib/hpux32/libtt.so.1 not found.
ERROR: File: /usr/lib/hpux32/libCsup.so not found.
ERROR: File: /usr/lib/hpux32/libCsup.so.1 not found.
ERROR: File: /usr/lib/hpux32/X11R6/libICE.so.1 not found.
ERROR: File: /usr/lib/hpux32/libICE.so.1 not found.
ERROR: File: /usr/lib/hpux32/X11R6/libSM.so.1 not found.
ERROR: File: /usr/lib/hpux32/libSM.so.1 not found.
ERROR: File: /usr/lib/hpux32/X11R6/libX11.so.1 not found.
ERROR: File: /usr/lib/hpux32/libX11.so.1 not found.
ERROR: File: /usr/lib/hpux32/X11R6/libXext.so.1 not found.
ERROR: File: /usr/lib/hpux32/libXext.so.1 not found.
ERROR: File: /usr/lib/hpux32/Motif2.1/libXm.so.1 not found.
ERROR: File: /usr/lib/hpux32/libXm.so.1 not found.
ERROR: File: /usr/lib/hpux32/X11R6/libXp.so.1 not found.
ERROR: File: /usr/lib/hpux32/libXp.so.1 not found.
ERROR: File: /usr/lib/hpux32/X11R6/libXt.so.1 not found.
ERROR: File: /usr/lib/hpux32/libXt.so.1 not found.
ERROR: File: /usr/lib/hpux32/libm.so.1 not found.
ERROR: File: /usr/lib/hpux32/libstd.so.1 not found.
ERROR: File: /usr/lib/hpux32/libstream.so.1 not found.
ERROR: File: /usr/lib/hpux32/libuca.so.1 not found.
ERROR: File: /usr/lib/hpux32/libunwind.so.1 not found.
ERROR: File: /usr/lib/hpux32/pa_boot32.so not found.
ERROR: File: /usr/lib/nls not found.
ERROR: File: /usr/obam not found.
ERROR: File: /opt/ignite/bin not found.
ERROR: File: /opt/ignite/ui not found.
ERROR: File: /opt/ignite/help not found.
* tftp error log follows:
tftp> tftp> tftp> tftp> tftp> Error code 1: File not found
tftp>
loadfile command failed, retry? ([y]/n):
12 REPLIES 12
yash123
Regular Advisor

Re: tftp error: Ignite installation

Hi,

Ignite version
Ignite-UX-11-31 C.7.1.93
Steven E. Protter
Exalted Contributor

Re: tftp error: Ignite installation

Shalom,

Most common problem with tftp servers on HP-UX is the ownership of the root directory of the server. It needs to be the tftp user from /etc/passwd

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
yash123
Regular Advisor

Re: tftp error: Ignite installation

Thanks SEP
How do i resolve this.
yash123
Regular Advisor

Re: tftp error: Ignite installation

Dear Experts,

Please help to resolve this.

Regards
Yash
sujit kumar singh
Honored Contributor

Re: tftp error: Ignite installation

Hi yash,


Keep the Ignite Server up and running and try testing the tftp on the server from any UP client by command

#tftp
tftp> get /opt/ignite/boot/nbp.efi

if you are able to get that file vua tftp then ignite server is fine with the tftpp request , else on the Ignite server check /etc/inetd.conf for the tftp and if hashed unhash that.
and give #inetd -c

Also from a client try doing a bootpquery to the ignite server.
from a client do
#bootpquery -s

see that this is successful.


in the /etc/inetd.conf make sure that the following services are through
tftp
bootps
instl_boots

in /etc/services these ports are open and accessible on the server(ignite)
/etc/services


tftp 69/UDP
instl_boots 1067/UDP
intsl_bootc 1068/UDP
bootps 67/UDP
bootpc 68/UDP




Very Important:

Check with the NEtwork Admin that the above ports are not blocked on the network.


Regards
sujit
yash123
Regular Advisor

Re: tftp error: Ignite installation

Hi Sujit,

tftp> get /opt/ignite/boot/nbp.efi
tftp>

/etc/inetd.conf and /etc/services entries are correct.
Presently No OS in this client machine so I cant make bootpquery.
From another client bootpquery request to same ignite server is
bootpquery: Unknown server 192.168.1.100

Thanks & Regards
Yash
yash123
Regular Advisor

Re: tftp error: Ignite installation

tftp>get /opt/ignite/boot/nbp.efi

successufully received nbp.efi
sujit kumar singh
Honored Contributor

Re: tftp error: Ignite installation

Hi,
thats Ok if you can tftp get the files from the ignite server by making tftp requests from som cleint.

"/opt/ignite/data/Rel_B.11.31/config", -- what does the line 147 contain ? "G" illegal character!!!
please check that out also.

Please also post the latest errors after making the above changes.

regards
sujit
sujit kumar singh
Honored Contributor

Re: tftp error: Ignite installation

Hi yash,

what does the line in the script as mentioned earlier ERROR: "/opt/ignite/data/Rel_B.11.31/config", line 147: Illegal character:
"G"
say.

Please tell and i shall suggest that you do the followings oon the Ignites server.

1)#inetd -c
2)check the NFS export settings on the Ignite server /etc/dfs/dfstab and unexport and re-export the Shares and then try the install on the client over network.
please post the latest O/Ps
regards
sujit