- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Application CD: How to Share?
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
09-11-2002 12:49 PM
09-11-2002 12:49 PM
This is the scenario.
Production: 6 servers(three of them have MC/SG version A.11.13 and three of them A.11.14
Testing: 2 servers one on A.11.09 and one on A.11.14
Development: 2 servers both on A11.13
We need a good approach to syncup everything with A.11.14. We have the Application CD which has A.11.14. How do we have a common approach to get this installed on all the boxes? Also any issues with the upgrade? should the older version be removed etc... Please advise.
Thanks
Joe.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 01:36 PM
09-11-2002 01:36 PM
Re: Application CD: How to Share?
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 01:46 PM
09-11-2002 01:46 PM
SolutionI'd set up a central depot server - if you don't already have one & swcopy the MC/SG 11.14 from the CD over to it then you can just swinstall from it now & any time in the future.
Don't have to worry about losing the CD.
HP recommends a "rolling" upgrade which essentially means fail all the pkg(s) off a system at a time & install there. Then reverse the process to get the other(s).
And no, you don't have to swremove the older version.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 04:25 AM
09-12-2002 04:25 AM
Re: Application CD: How to Share?
Thanks. So I understand it would not be necessary to swremove any older versions when you install 11.14. Is that correct?
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 04:40 AM
09-12-2002 04:40 AM
Re: Application CD: How to Share?
As far as sharing the CD, it is actually very easy. Simply mount it, for instance as /cdrom, then register the Application CD with swreg as in:
swreg /cdrom
And now every machine on your network can use the CD without NFS or swcopy or any other special setup. The SD utilities have their own network communication mechanism. Be sure to unregister the CD before you unmount it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 07:56 AM
09-12-2002 07:56 AM
Re: Application CD: How to Share?
swlist -l patch @
Cheers
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 09:13 AM
09-12-2002 09:13 AM
Re: Application CD: How to Share?
From the man 5 sd page
"SD uses a method based on credentials & passwords to authenticate the user and the SD command performing a given operation."
SD can also use ACL (Access Control Lists) in it's secure mode as well run_as_superuser & non-privileged modes. These perms can be set system-wide or down to the user-specific level.
These can be set in default config files or even as command line options.
But essentially by default only root has perms to do swinstalls, swremoves & swlists. And SD essentially "trusts" root users coming in from remote systems.
Hope that answers your question.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 09:22 AM
09-12-2002 09:22 AM
Re: Application CD: How to Share?
what you need to do is to do a rolling upgrade of the cluster.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90053/B3936-90053_top.html&con=/hpux/onlinedocs/B3936-90053/00/00/74-con.html&toc=/hpux/onlinedocs/B3936-90053/00/00/74-toc.html&searchterms=rolling%7cupgrade&queryid=20020912-102343
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062922323
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90024/B3936-90024_top.html&con=/hpux/onlinedocs/B3936-90024/00/00/67-con.html&toc=/hpux/onlinedocs/B3936-90024/00/00/67-toc.html&searchterms=rolling%20upgrade&queryid=20020912-102719
Hope this helps.
Regds