Ignite-UX (IUX) Frequently Asked Questions (July 2013)
in the installation file system or config.local files and you have a
nearly full / or /usr file system.
=============================================================================
==
1.16
Q: What do I do when I get an error reading files greater than 2 GB in size?
A: The C.6.5.61 (December 2005) and newer versions of Ignite-UX contain
the B.11.23 patch PHKL_33110 which includes install kernels to
resolve an issue where files on ISO9660 media cannot be correctly
read if they are 2 GB or greater in size. When encountering this
problem the symptoms look like:
* Loading_software: Begin
* Installing boot area on disk.
* Formatting HP Service Partition.
* Enabling swap areas.
* Backing up LVM configuration for "vg00".
* Processing the archive source (hp client archives).
* Thu Nov 03 12:37:56 EST 2005: Starting archive load of the
source (B.11.23 client archive IA).
* Completed 0% of archive
gunzip: stdin: unexpected end of file
pax_iux: The archive is empty.
ERROR: Cannot load OS archive (B.11.23 client archive IA)
The configuration process has incurred an error, would you
like to push a shell for debugging purposes? (y/[n]):
Patch PHKL_33110 contains the defect fixes for JAGaf44970 and
JAGaf67476.
Ignite-UX version C.6.8 contains the equivalent fix for HP-UX 11.11.
=============================================================================
==
1.17
Q: Why is the network boot of my Itanium-based system slow?
A: To reduce the amount of time it takes to perform a network boot, you
should use an Ignite-UX server that is running a tftp daemon (tftpd)
which supports the "tsize" option.
When the firmware on an Itanium-based system is downloading a file
(i.e. booting), it first attempts to determine the size (in bytes)
of the file. If the tftp daemon (tftpd) on the server does not
support the "tsize" option, the client downloads the file using the
following steps:
1. download the entire file (not storing the data), counting the
bytes
2. allocate a buffer which is the exact size of the file
3. download the entire file (again) into the allocated buffer
The B.11.11 patch which enables the "tsize" feature is PHNE_32825