Operating System - HP-UX
1833440 Members
3208 Online
110052 Solutions
New Discussion

Error in Ignite-UX installation.

 
Amado A. Diaz Jr.
Occasional Advisor

Error in Ignite-UX installation.

Hello:

I have followed Ignite-UX installation instructions, but my problem is that the /var and /opt directory are nearly full. I tried to install Ignite-UX by choosing a different target under swinstall, but I recieve the error:

Ignite-UX cannot be installed in an alternate root environment (i.e. A diskless client)

I have installed Ignite-UX before, when I had no problems with the size of /var and /opt. Is there any other way I can install Ignite-UX?

Any advice or suggestions will be greatly appreciated.

Thank you.
-Amado
5 REPLIES 5
Sundar_7
Honored Contributor

Re: Error in Ignite-UX installation.

Why not try cleaning up /var and /opt before retrying the installation ?

Learn What to do ,How to do and more importantly When to do ?
Marvin Strong
Honored Contributor

Re: Error in Ignite-UX installation.

If you can't cleanup /var and /opt can you extend them?

Amado A. Diaz Jr.
Occasional Advisor

Re: Error in Ignite-UX installation.

/var includes many files directories used by other users. /var may be able to be cleaned up, but I wouldn't know what to delete from /var (this opens risk of accidently deleting some files used by other users). I have cleaned /var to the degree of files I know can be deleted, but it is still not enough space to accommodate for the Ignite-UX installation.

-Amado
Amado A. Diaz Jr.
Occasional Advisor

Re: Error in Ignite-UX installation.

I was thinking of extending /var and /opt, but I just wanted to know if there were any other possibilities of installing Ignite-UX.

-Amado
Sundar_7
Honored Contributor

Re: Error in Ignite-UX installation.

Hi,

# cd /var
# du -sk * | sort -n

This will sort out the directories based on the size.

Look at /var/adm/crash - if this is not a seperate filesystem then you might have some very old crash dumps that u can get rid of.

Sundar.
Learn What to do ,How to do and more importantly When to do ?