Operating System - HP-UX
1753835 Members
8204 Online
108806 Solutions
New Discussion юеВ

Re: Ignite make_depot problem

 
shashi kanth
Super Advisor

Ignite make_depot problem

I have 11.11 DVD ISO image. copied this ISO to a Linux box, mounted that ISO, exported the mounted directory through NFS.

On HP-UX, mounted that Linux NFS share on /11.11 and issued the make_depot command.

/opt/ignite/bin/make_depots -v -s /11.11 -d /share/33_ignite_depots/11iv1/core_media

The command fails with error "ERROR: swcopy command failed"

WARNING: Volume for file
"/share/33_ignite_depots/11iv1/core_media/OS-Core/C-KRN" not
found.
WARNING: Volume for file
"/share/33_ignite_depots/11iv1/core_media/OS-Core/C-KRN/usr"
not found.
WARNING: Volume for file
"/share/33_ignite_depots/11iv1/core_media/OS-Core/C-KRN/usr/ccs"
not found.
WARNING: Volume for file
"/share/33_ignite_depots/11iv1/core_media/OS-Core/C-KRN/usr/ccs/bin"
not found.


................... so on.................
ERROR: Disk space analysis has encountered problems. See the above
output for details. You may proceed with the installation by
retrying with the "enforce_dsa" option set to "false", but the
disk space requirements as calculated (if any) may not be
correct. You should check that all filesystems are properly
mounted and listed in "/etc/fstab".
* The "enforce_dsa" option may be set to "false" to override
disk space analysis failures. However, proceeding in this case
could result in an unusable system if you exceed available
space.
NOTE: All products will be skipped because there was a global error.

* Summary of Analysis Phase:
* 1441 of 1441 filesets had no Errors or Warnings.
ERROR: The Analysis Phase had errors. See the above output for
details.



Any hint what i am doing wrong ?

Thanks.
7 REPLIES 7
merieux
Frequent Advisor

Re: Ignite make_depot problem

Hi ,

Have you checked the md5sum of your iso file ?

Regards ,
shashi kanth
Super Advisor

Re: Ignite make_depot problem

It was the right ISO file.
Ganesan R
Honored Contributor

Re: Ignite make_depot problem

Hi Shasikanth,

Did you see only the disk space analysis related error? In that case you should consider to increase the space where you are going to put the depot. That is what the errors.

Best wishes,

Ganesh.
shashi kanth
Super Advisor

Re: Ignite make_depot problem

I am getting the error like bellow

A problem was encountered while attempting to perform Disk Space Analysis on the patch rollback save area for fileset *


The directory where I am storing the depots have plenty of space.


Ganesan R
Honored Contributor

Re: Ignite make_depot problem

Hi Shashkanth,

Patch rollback save area is /var/adm/sw/save.

Could you check the space on /var filesystem and free up or extend it?
Best wishes,

Ganesh.
shashi kanth
Super Advisor

Re: Ignite make_depot problem

# df -k /var
/ (/dev/vg00/lvol3 ) : 20890992 total allocated Kb
10243384 free allocated Kb
10647608 used allocated Kb
51 % allocation used
Dennis Handly
Acclaimed Contributor

Re: Ignite make_depot problem

>shashi: # df -k /var

The better command is "bdf /var", not df.