Operating System - HP-UX
1833776 Members
1957 Online
110063 Solutions
New Discussion

Re: Ignite UX installation problem

 
Raghu Chikkamenahalli
Frequent Advisor

Ignite UX installation problem

Hi,
I am facing a problem while installing thro' ignite server.
I am installing 11.23 and when I started the installation, it popped up an error saying SYSCMDS for 11.23 is not available in /opt/ignite/data/Rel_B.11.23/. Checked the above mentioned direcotry and the SYSCMDS file was not there. So copied the respective one from the ignite source ( it was available under /var/opt/ignite/core/Ignite-UX/FILE-SRV-11-23/opt/ignite/data/Rel_B.11.23/SYSCMDS.

Once again restarted installation process, but this time it gave me an different error, the error is
==============================================
* Configure_Disks: Begin

* Will install B.11.23 onto this system.
* Creating LVM physical volume "/dev/rdsk/c1t15d0" (0/0/1/1.15.0).
* Creating volume group "vg00".
* Creating logical volume "vg00/lvol1" (/stand).
* Creating logical volume "vg00/lvol2" (swap_dump).
* Creating logical volume "vg00/lvol3" (/).
* Creating logical volume "vg00/lvol4" (/opt).
* Creating logical volume "vg00/lvol5" (/var).
* Creating logical volume "vg00/lvol6" (/usr).
* Extending logical volume "vg00/lvol1" (/stand).
* Extending logical volume "vg00/lvol2" (swap_dump).
* Extending logical volume "vg00/lvol3" (/).
* Extending logical volume "vg00/lvol4" (/opt).
* Extending logical volume "vg00/lvol5" (/var).
* Extending logical volume "vg00/lvol6" (/usr).
ERROR: directory checksum error
ERROR: File: /sbin/fs/hfs/mkfs not found.
ERROR: File: /sbin/fs/hfs/newfs not found.
ERROR: directory checksum error
ERROR: File: /sbin/fs/hfs/mkfs not found.
ERROR: File: /sbin/fs/hfs/newfs not found.
NOTE: Retrying loadfile command...
NOTE: Retrying loadfile command...
ERROR: directory checksum error
ERROR: File: /sbin/fs/hfs/mkfs not found.
ERROR: File: /sbin/fs/hfs/newfs not found.
ERROR: directory checksum error
ERROR: File: /sbin/fs/hfs/mkfs not found.
ERROR: File: /sbin/fs/hfs/newfs not found.
NOTE: Retrying loadfile command...
NOTE: Retrying loadfile command...
ERROR: directory checksum error
ERROR: File: /sbin/fs/hfs/mkfs not found.
ERROR: File: /sbin/fs/hfs/newfs not found.
ERROR: directory checksum error
ERROR: File: /sbin/fs/hfs/mkfs not found.
ERROR: File: /sbin/fs/hfs/newfs not found.
NOTE: Retrying loadfile command...
NOTE: Retrying loadfile command...
ERROR: directory checksum error
ERROR: File: /sbin/fs/hfs/mkfs not found.
ERROR: File: /sbin/fs/hfs/newfs not found.
ERROR: directory checksum error
ERROR: File: /sbin/fs/hfs/mkfs not found.
ERROR: File: /sbin/fs/hfs/newfs not found.
ERROR: directory checksum error
ERROR: File: /sbin/fs/hfs/mkfs not found.
ERROR: File: /sbin/fs/hfs/newfs not found.
NOTE: Retrying loadfile command...
NOTE: Retrying loadfile command...
ERROR: directory checksum error
ERROR: File: /sbin/fs/hfs/mkfs not found.
ERROR: File: /sbin/fs/hfs/newfs not found.
ERROR: File: /sbin/fs/hfs/mkfs not found.
ERROR: File: /sbin/fs/hfs/newfs not found.
loadfile command failed, retry? ([y]/n): *
Response was: n

ERROR: Could not load HFS commands, out of space? Command was "/sbin/loadfile
/sbin/fs/hfs/mkfs /sbin/fs/hfs/newfs".

The configuration process has incurred an error, would you like
to push a shell for debugging purposes? (y/[n]): *
Response was: n



* Configure_Disks: Error
==============================================
can you please help me to debug this problem.

Regards,
Raghu
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: Ignite UX installation problem

You are probably going to want to push a shell to get on the machine and diagnose the error.

You also might want to use tusc to track the Ignite process on the Ignite server. Sometimes that is the only way to spot an error.

If this sometimes tedious path does not work, consider making the /usr filesystem a little bigger in the configuration, or the one that would be next.

You may have a configuration that exceeds available diskspace or a filesystem that is too small.

tusc
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.7/

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
Eric Antunes
Honored Contributor

Re: Ignite UX installation problem

Hi,

Check this thread:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=555209

I think it have to do with the way you rewind the tape: you must use /dev/rmt/0mn
device when doing a make_tape_recovery!

Best Regards,

Eric
Each and every day is a good day to learn.
Michael Roberts_3
Honored Contributor

Re: Ignite UX installation problem

There is a good chance that the SYSCMDS you copied from the depot was gzip'd (twice) so just copying it in place is not sufficient.

to test:

gzcat SYSCMDS > sys
file sys

If it says
sys: tar file

Then it was singly compressed.

If it says
sys: gzip compressed

Then it was double compressed in the depot
and the file 'sys' is what you should put in as SYSCMDS
etouq ot hguone revelc ton m'i
Jimmy Roux_1
Advisor

Re: Ignite UX installation problem

What version of Ignite-UX are you using?