- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ignite upgrade steps
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2010 10:46 PM
05-05-2010 10:46 PM
ignite upgrade steps
Steps for ignite upgrade
1)First Take the Ignite tape backup for the nodes
2) take the backup of /var/opt/ignite/clients and /var/opt/ignite/recovery/archives
3) Remove the older vesrion Ignite-UX (C.6.10.97) using swremove command
4) Install the new ignite software version Ignite-UX (C.7.10) using swinstall
5) After upgradtion verify it. scheduled the backup for testing.
Backout Plan:-
1) Restore the ignite tape backup .
Please suggest if is there any modification require or need to add any steps for this plan.
Regards,
Rkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2010 10:54 PM
05-05-2010 10:54 PM
Re: ignite upgrade steps
Your procedure is ok , go ahead with this procedure.
Cheers//
Taifur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2010 11:28 PM
05-05-2010 11:28 PM
Re: ignite upgrade steps
As backout plan, I would restore the Ignite backup, I just would swremove the new ignite software and then swinstall the old version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2010 08:53 PM
05-09-2010 08:53 PM
Re: ignite upgrade steps
After steps (2), (3) and (4) I'd like to do swverify \* and run the swjob commands following it, and ensure there are no errors/warnings.
I believe you can install the latest ignite bits on top of the older ignite bits without uninstalling it. You can try that.
But let me warn you, you may have to take the backup of /var/opt/ignite/INDEX file. Otherwise, the swinstall may overwrite the existing INDEX file having your config entries.
Regards,
Raghu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2010 11:07 PM
05-09-2010 11:07 PM
Re: ignite upgrade steps
1. copy /var/opt/ignite or take a Backup to have all customised things in a safe place
2. Install 7.10 - as far as i know there is no need for a remove the old version
3. Check the installation (swverify \* will need a lot of time)
# swlist -l fileset -a state | grep -v -E '^#|configured'
There should be no output, if there any output you will have to check the fileset shown.
4. Make sure the recovery cmd's depot exist
# /opt/ignite/lbin/pkg_rec_depot
You can force the creation of the depot bei using '-f', but make sure that you don't have any customisation in it before using it.
5. Update the clients
SERVER="Your Ignite Server"
/opt/ignite/lbin/check_version -s $SERVER
if [ $? != 0 ]; then
swinstall -x mount_all_filesystems=false -s $SERVER:/var/opt/ignite/depots/recovery_cmds IUX-Recovery
fi
6. Check the Client - use command from point 3
hth
Stephan