Operating System - HP-UX
1753727 Members
4565 Online
108799 Solutions
New Discussion юеВ

Re: Ignite Server upgrade after swremove

 
SOLVED
Go to solution
lyn10
New Member

Ignite Server upgrade after swremove

Hello,

I wish to upgrade my Ignite server's version of ignite but I don't have enough space so I will do an swremove of the old version of ignite beforehand.
I will save the INDEX , list of depots and instl_adm -d outputs and reapply them if I have to but can anyone else think of any other files I should include?
This server stored Golden Images as well as depots.
Thanks
5 REPLIES 5
Steven E. Protter
Exalted Contributor
Solution

Re: Ignite Server upgrade after swremove

Shalom lyn,

Save your configuration files as planned and you should be fine.

If you customized it, save a copy. If you can tar up the /var/opt/ignite and store it on another location.

You should swremove previous versions of Ignite, if you don't the old version sits out there and makes things very messy.

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
Greg Vaidman
Respected Contributor

Re: Ignite Server upgrade after swremove

You could try doing your swinstall with the "-x enforce_dsa=false" option. Since you're doing an upgrade, you don't really need all the space the product needs to be free, as most of the files will simply overwrite older versions.

That said, I can't imagine running an Ignite-UX in a disk space situation so low that you can't perform an upgrade. Any new make_net_recovery and/or golden image file would surely be as big or bigger than the Ignite install, so you may be blocking application functionality in a low disk space situation.
lyn10
New Member

Re: Ignite Server upgrade after swremove

Greg,

It is the /opt which is short of space , not the directories that store the Golden Images or software depots.

Thanks to you and Steven for your replies
Scot Bean
Honored Contributor

Re: Ignite Server upgrade after swremove

Some stuff in /etc may be reset:
- /etc/inetd.conf
- /etc/fstab
- /etc/opt/ignite/*
Greg Vaidman
Respected Contributor

Re: Ignite Server upgrade after swremove

You have a couple of options if you have additional space available:

1) extend /opt. you'll need online JFS to do this without downtime, or you could do this during a scheduled outage.

2) create a new /opt/ignite filesystem to put your new binaries (I'd initially create this under /opt/ignite_new, move over the old files, then unmount and remount at /opt/ignite). this provides two benefits - more storage for IUX and more headroom in /opt.

3) put the binaries in a different filesystem that has space by creating a soft link from /opt/ignite to the new location. You'll have to do a similar cleanup as mentioned in option 2 above.