- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- On-line Package Upgrade using Mirrors, VA's Snapsh...
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
07-08-2003 07:18 AM
07-08-2003 07:18 AM
does anybody know if it is possible to take advantage of Disk Mirroring or something similar in order to get a Package Upgrade procedure with minimum service interruption and no extra disk required?
We have HP-UX 11i and the SG A.11.14.
Hint: the lvsplit command doesn't work with shared volume groups
Thanks in Advance,
Sergio
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 07:22 AM
07-08-2003 07:22 AM
Solutionif you mean a change in the cluster software, i see no way to accomplish this.
If you mean something like upgrading an oracle or similar, again no way, because you will have to upgrade the original executables and database after.
You can use mirroring and snapshot to have a fast backup/restore in case of needs, but for further help is better if you specify a little better your intentions...
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 07:32 AM
07-08-2003 07:32 AM
Re: On-line Package Upgrade using Mirrors, VA's Snapshots...
It will make a copy called lvolname_copy or something similar.
You can then mount that as a different filesystem, perform the upgrade.
It will take some downtime to switch the logical volumes.
umount the old filesystem
umount the copy filesystem
lvremove or just rename the old logical volume.
rename or simply mount the copy logical volume under the old folder.
Restart your application.
You may have problems with the upgrade due to environment variables. Oracle for example has one called ORACLE_HOME which includes the filesystem name, but these issues are application dependent.
If you are using Service Guard, why not take one of the machines out of the Cluster, perform the upgrade at a leisurely pace, and follow procedures for rejoining the cluster when done.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 07:55 AM
07-08-2003 07:55 AM
Re: On-line Package Upgrade using Mirrors, VA's Snapshots...
As a matter of fact, I'd like to have a procedure to upgrade an application (executable binaries + a local propietary database) configured as a Service Guard Package. The database can be mounted either on the same or on another logical volume. Regardless any environment variables issues, do you think that SEP's procedure can accomplish this? Are there any database consistency implications?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 07:59 AM
07-08-2003 07:59 AM
Re: On-line Package Upgrade using Mirrors, VA's Snapshots...
SEP technical hints are perfect, but you will loose any transaction that you will not be able to transfer to the new (patched) DB.
I think that the DB will be consistent, but lacking of the transaction held during the upgrade phase. Unless it is acceptable and sensed to put it in read-only mode before the split.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 05:57 AM
07-09-2003 05:57 AM
Re: On-line Package Upgrade using Mirrors, VA's Snapshots...
My solution should have indicated that the database should be down.
Since the application was not specified, that wasn't a blanket statement I could make.
If you split a mirror on a running Oracle database you are going to have trouble with the data. It can be recovered, depending on how much information was in redo logs, etc.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com