Operating System - HP-UX
1834570 Members
3781 Online
110069 Solutions
New Discussion

Ignite UX check_version question for HPUX 11.11

 
SOLVED
Go to solution
ddwx2
Occasional Contributor

Ignite UX check_version question for HPUX 11.11

What files are used by check_version to determine if the server and client are running the same version of Ignite? Running check_version -v -s server shows it is using tftp but it doesn't give any indication of what files it is using/referencing. The Ignite-UX Reference pdf for HPUX 11.0 and 11.11 doesn't provide this information either.

Thanks in advance.
D
4 REPLIES 4
Ramesh S
Esteemed Contributor
Solution

Re: Ignite UX check_version question for HPUX 11.11

Hi

/opt/ignite/lbin/check_version probably uses this file /opt/ignite/Version to check the versions or it may run swlist to fetch information from IPD.

Best Regards,
Ramesh
whiteknight
Honored Contributor

Re: Ignite UX check_version question for HPUX 11.11

D,

Please use swlist command
# swlist -l fileset | grep -i ignite
# Ignite-UX C.7.2.94 HP-UX System Installation Services
Ignite-UX.BOOT-COMMON-PA C.7.2.94 Common Boot Components for PA-RISC clients
Ignite-UX.BOOT-KRN-11-11 C.7.2.94 Installation Boot Kernel for B.11.11 clients
Ignite-UX.BOOT-SERVICES C.7.2.94 Network Boot Services for System Installations
Ignite-UX.CD-TOOLS C.7.2.94 Tools for creating CD media
Ignite-UX.CD-TOOLS-DOC C.7.2.94 Documentation for CD-TOOLS
Ignite-UX.CD-TOOLS-SRC C.7.2.94 Source for CD-TOOLS
Ignite-UX.DVD-TOOLS C.7.2.94 Tools for creating DVD media
Ignite-UX.DVD-TOOLS-DOC C.7.2.94 Documentation for DVD-TOOLS
Ignite-UX.DVD-TOOLS-SRC C.7.2.94 Source for DVD-TOOLS
Ignite-UX.FILE-SRV-11-11 C.7.2.94 File Archives Used By Clients During HP-UX Install
Ignite-UX.IGNITE C.7.2.94 Graphical Ignite User Interface for Installations
Ignite-UX.IGNT-ENG-A-MAN C.7.2.94 Ignite-UX Manual Pages
Ignite-UX.IGNT-JPN-E-MAN C.7.2.94 Ignite-UX Japanese EUC Manual Pages
Ignite-UX.IGNT-JPN-S-MAN C.7.2.94 Ignite-UX Japanese SJIS Manual Pages
Ignite-UX.IGNT-OBAM-RUN C.7.2.94 User Interface Libraries Needed for Older Systems
Ignite-UX.MGMT-TOOLS C.7.2.94 Tools for Managing Data Files on an Ignition Server
Ignite-UX.RECOVERY C.7.2.94 System disaster recovery tools


WK

don't forget to assign points
Problem never ends, you must know how to fix it
Sajjad Sahir
Honored Contributor

Re: Ignite UX check_version question for HPUX 11.11


Dear
u can use

# swlist -l fileset | grep -i ignite

thanks and regards

Sajjad Sahir
ddwx2
Occasional Contributor

Re: Ignite UX check_version question for HPUX 11.11

Thanks for the information.