- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall works very slow
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
06-27-2005 09:18 PM
06-27-2005 09:18 PM
swinstall works very slow
Since i install 180 packages installation takes hours together. Is there any things which i can skip and make installation fast.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 12:01 AM
06-28-2005 12:01 AM
Re: swinstall works very slow
Please check if there are any performance monitoring process are running. If yes, disable them during installation process.
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 12:17 AM
06-28-2005 12:17 AM
Re: swinstall works very slow
I could not get what is the answer.
Since swinstall will spend lots of amount of time in analysis phase, we need to avoid that.
So what all the ways to avoid these.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 12:44 AM
06-28-2005 12:44 AM
Re: swinstall works very slow
I don't believe, that you want to avoid the analysis phase.
There the system checks if the patch is for this system, if it is already installed, if there are dependencies for it, if there's enough space on disk.
If you don't do this, your system can become unbootable very soon.
Are you doing swinstall from cd or from remote system?
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 12:55 AM
06-28-2005 12:55 AM
Re: swinstall works very slow
However, atre you actually installing 180 different programs? Or are you installing 180 patches? For programs and patches, these can be puit together in a single depot using swcopy. Did you create the swinstall packages? The scripts inside the packages control what happens during the analysis, pre- and post- install phses.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 01:45 AM
06-28-2005 01:45 AM
Re: swinstall works very slow
Thanks for lots of inputs.
My requirement is i have individual depots for products not for patches.
And i cannot put them in one scipt since installation and other things i am doing in java based application.
Hence i will be installing only required deptos some time all.
Hence i would like to know any way to reduce time of installation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 07:31 PM
06-28-2005 07:31 PM
Re: swinstall works very slow
only some thoughts:
You can collect all your depots to one depot with swcopy.
Then you can choose these packages you want to install.
Are these products from OS (hp-ux) or are they other software?
Some software you can make a tar and copy it or you distribute it with NFS mounts so you only have to install it once.
HTH
Volkmar