Operating System - HP-UX
1752563 Members
4500 Online
108788 Solutions
New Discussion

Re: Could not find any valid "cfg" entries in the INDEX file

 
unix55
Advisor

Could not find any valid "cfg" entries in the INDEX file

Hi,

 

When i run the ignite command on several servers to setup the ignite server i facing this error message

 

# ignite

 

Could not find any valid "cfg" entries in the INDEX file (/var/opt/ignite/data/INDEX).  You will be unable to perform installations from the server.    

 

ERROR:   Could not find any valid "cfg" entries in the INDEX file (/var/opt/ignite/data/INDEX).  You will be unable to perform installations from the server.


Failed to update the client's ability to write to the server.The command "/opt/ignite/lbin/setup_server -n" failed. See  /var/opt/ignite/logs/ignite for details.       

 

and also when execute this command

 

#/opt/ignite/lbin/setup_server -n

ERROR: This machine is not an NFS server (no nfsd running).
       The -n option will not be processed.

SUMMARY: There was 1 error detected.

and the ignite software is installed

 

# swlist IGNITE


# Initializing....
#
#

# IGNITE                C.7.11.439     HP-UX Installation Utilities (Ignite-UX)   
  IGNITE.Ignite-UX      C.7.11.439     HP-UX System Installation Services

 

# swlist Ignite-UX
# Initializing....
#
#

# Ignite-UX                                     C.7.11.439     HP-UX System Installation Services
  Ignite-UX.BOOT-COMMON-IA                      C.7.11.439     Common Boot Components for IPF clients
  Ignite-UX.BOOT-COMMON-PA                      C.7.11.439     Common Boot Components for PA-RISC clients
  Ignite-UX.BOOT-KRN-11-31                      C.7.11.439     Installation Boot Kernel for B.11.31 clients
  Ignite-UX.BOOT-SERVICES                       C.7.11.439     Network Boot Services for System Installations
  Ignite-UX.CD-TOOLS                            C.7.11.439     Tools for creating CD media
  Ignite-UX.CD-TOOLS-DOC                        C.7.11.439     Documentation for CD-TOOLS
  Ignite-UX.CD-TOOLS-SRC                        C.7.11.439     Source for CD-TOOLS
  Ignite-UX.DVD-TOOLS                           C.7.11.439     Tools for creating DVD media
  Ignite-UX.DVD-TOOLS-DOC                       C.7.11.439     Documentation for DVD-TOOLS
  Ignite-UX.DVD-TOOLS-SRC                       C.7.11.439     Source for DVD-TOOLS
  Ignite-UX.FILE-SRV-11-31                      C.7.11.439     File Archives Used By Clients During HP-UX Install
  Ignite-UX.IGNITE                              C.7.11.439     Graphical Ignite User Interface for Installations
  Ignite-UX.IGNT-ENG-A-MAN                      C.7.11.439     Ignite-UX Manual Pages
  Ignite-UX.IGNT-JPN-E-MAN                      C.7.11.439     Ignite-UX Japanese EUC Manual Pages
  Ignite-UX.IGNT-JPN-S-MAN                      C.7.11.439     Ignite-UX Japanese SJIS Manual Pages
  Ignite-UX.MGMT-TOOLS                          C.7.11.439     Tools for Managing Data Files on an Ignition Server
  Ignite-UX.RECOVERY                            C.7.11.439     System disaster recovery tools
                
How to solve this issue ?

 

Thanks

5 REPLIES 5
unix55
Advisor

Re: Could not find any valid "cfg" entries in the INDEX file

Hi,

 

i still facing this issue on some servers.

 

OS: 11.31

 

Thanks

Arunabha Banerjee
Valued Contributor

Re: Could not find any valid "cfg" entries in the INDEX file

Please check nfs is running on the server and client or not (ps -ef | grep -i nfs*) otherwise start nfs.core nfs.server and nfs.clinet in Ignite server and nfs.core and nfs.client in client machine.

 

If you still facing this problem then remove the old depot and re-install it.

 

# swremove IGNITE

# swremove Ignite-UX

 

Then

 

# swinstall -s /var/opt/ignite/package/Ignite-UX-11-ALL_C.7.11.444.depot IGNITE Ignite-UX-11-11 Ignite-UX-11-23 Ignite-UX-11-31

 

# /opt/ignite/lbin/pkg_rec_depot

AB
unix55
Advisor

Re: Could not find any valid "cfg" entries in the INDEX file

Hi,

 

Thanks, this error it's resolved 

 

Failed to update the client's ability to write to the server.The command "/opt/ignite/lbin/setup_server -n" failed. See  /var/opt/ignite/logs/ignite for details.       

 

but still i facing this error

ERROR:   Could not find any valid "cfg" entries in the INDEX file (/var/opt/ignite/data/INDEX).  You will be unable to perform installations from the server

 

Ho to resolve this issue ?

 

Thanks

V. Nyga
Honored Contributor

Re: Could not find any valid "cfg" entries in the INDEX file

Hi,

as the message says - you don't have a cfg entry in the INDEX file.
There should be one from installation.
Something like in the attachment .... (this is from 11.11 server - see also the hints in the comment)

[edit](file has to be named INDEX only - can`t post it with that name)

 

HTH

V.

 

*** Say 'Thanks' with Kudos ***
Arunabha Banerjee
Valued Contributor

Re: Could not find any valid "cfg" entries in the INDEX file

Please re-install the entire depot. First remove it with swremove command and then again install it (swinstall)

 

If possible please create a separate LVM for /var/opt/ignite (30GB or higher) and then install the whole Ignite depot.

AB