Operating System - HP-UX
1834789 Members
2830 Online
110070 Solutions
New Discussion

Re: 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
Himanshu_Sourav
Occasional Advisor

Re: tftp error: Ignite installation

I am getting the same error while trying to install using golden image

 

 

 * Bringing up Network (lan0)
add net default: gateway 15.213.224.1
       * Reading configuration information from server...

       * NFS mounting clients directory.
       * Using client directory: /var/opt/ignite/clients/0x369C9C73F4D7
       * Checking configuration for consistency...
ERROR:   Failed to load config file:
         "/spare_disk2/himanshu/goldenimage/B.11.31.golden_image.cfg" from
         server.
ERROR:   Failed to load config files from server or media.
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.)

       * tftp error log follows:
tftp> tftp> tftp> tftp> tftp> Error code 2: Access violation
tftp>
ERROR:   File /spare_disk2/himanshu/goldenimage/B.11.31.golden_image.cfg from install tftp server
         was zero-length.
       * Loading configuration user interface, please wait...

 I checked tftp, and it was successful using a different system,

 

# tftp <server>
tftp> get /opt/ignite/boot/nbp.efi
Received 31353 bytes in 0.0 seconds

 I exported the directory using share command and got the following output to verify,

# share -F nfs -o ro /spare_disk2/himanshu/goldenimage/
# exportfs -v
share -F nfs
-               /var/opt/ignite/clients   anon=2   ""
-               /var/opt/ignite/recovery/archives/ghoul8native   sec=sys,anon=2,rw=<some other server>   ""
-               /spare_disk2/himanshu/goldenimage   ro   ""

 

still the error persists, kindly advise.

Torsten.
Acclaimed Contributor

Re: tftp error: Ignite installation

Assuming you use an integrity server, did you use a lanboot profile?


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Himanshu_Sourav
Occasional Advisor

Re: tftp error: Ignite installation

I am a novice, would you be please kind and elaborate why you are suggesting lanboot, and how does it relate to this problem..? (yes I am on Integrity VM )

i did not use lanboot, but tried with bootsys command,

 

# bootsys -i "B.11.31 IA golden image" -f  "HIM-VM:15.213.230.10"
Primary boot path set to 0/0/1/0.0x0.0x0 (/dev/disk/disk1_p2)
        Rebooting HVM now.
        bootsys_prep return code = 0
#

 

after that the VM reboots and shows this error

 * Bringing up Network (lan0)
add net default: gateway 15.213.224.1
       * Reading configuration information from server...
       * NFS mounting clients directory.
       * Using client directory: var/opt/ignite/clients/0xC2C5566E369E
       * Checking configuration for consistency...
ERROR:   Failed to load config file:
         "/spare_disk2/himanshu/goldenimage/B.11.31.golden_image.cfg" from
         server.
ERROR:   Failed to load config files from server or media.
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.)
* tftp error log follows:
tftp> tftp> tftp> tftp> tftp> Error code 2: Access violation
tftp>
ERROR:   File /spare_disk2/himanshu/goldenimage/B.11.31.golden_image.cfg from install tftp server
         was zero-length.
       * Loading configuration user interface, please wait...

 

 and i get this window saying no environment

 

 Configurations:  [ B.11.31 IA golden image  ->] [ Description...  ]       ││
│ │                                                                           ││
│ │ Environments:    [                            ->] (HP-UX B.11.31)         ││
│ │                                                                           ││
│ │ [ Root Disk  ] HP_Virtual_FileDisk, 0/0/1/0.0x0.0x0, 32>                  ││
│ │                                                                           ││
│ │ File System:     [ Logical Volume Manager (LVM) with VxFS  ->]            ││
│ │                                                                           ││
│ │ [ Root Swap (MB)... ] 2048      Physical Memory (RAM) =  3066 MB          ││
│ │                                                                           ││
│ │ [  Languages...   ]                   [ Keyboards...  ] [ Additional...  ]││
│ │                                                                           ││
│ └───────────────────────────────────────────────────────────────────────────┘│
│      [ Show Summary...  ]                          [ Reset Configuration ]   │
│──────────────────────────────────────────────────────────────────────────────│
│ [  Go!   ]                       [ Cancel ]                       [  Help  ] │
└────────────────────────────────────────────────────────────────────────────