- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swcopy issue
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
04-19-2007 02:07 AM
04-19-2007 02:07 AM
Hi,
I have 3 Nos of software .depot files ( which are good install , swinstall -p succeded without any error ) and a patch depot diretory created by the standard create_depot_hp-ux_11 utility.
All these softeares are good to install individually,
Now, my problem is I want to get all these .depot softwares and patch depot in a single source, I have tried teh following command,
swcopy /var/tmp/XXXXX.depot @ /var/tmp/depot
but it failed while copying to /var/tmp/depot and the error I am seeing is "dependancy not met " ( infact all the dependancies are met on the system )
Please help in getting all these softwares to single depot.
Thanks,
Popy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2007 02:17 AM
04-19-2007 02:17 AM
Re: swcopy issue
-x autoselect_dependencies=false
so your command will look like this:
swcopy autoselect_dependencies=true /var/tmp/XXXXX.depot @ /var/tmp/depot
hope it helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2007 02:18 AM
04-19-2007 02:18 AM
Re: swcopy issue
swcopy -x autoselect_dependencies=false /var/tmp/XXXXX.depot @ /var/tmp/depot
I have copied and pasted the default selection in my previous message.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2007 02:23 AM
04-19-2007 02:23 AM
Re: swcopy issue
you also could start 'swcopy' then you'll get a GUI where you can choose source and target.
I know, the gurus don't like this, but sometimes this optical medium helps :-)
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2007 02:46 AM
04-19-2007 02:46 AM
Re: swcopy issue
I have tried the one you suggested but it did not work...see the error am getting..
ERROR: The dependencies for fileset â
â â "FC-TACHYON-TL.FC-TL-RUN,r=B.11.11.13" cannot be resolved (see â
â â previous lines). â
â â You must resolve the above dependencies before operating on â
â â this fileset or change the "enforce_dependencies" option to â
â â "false". vâ
â â <
Thanks
Popy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2007 02:48 AM
04-19-2007 02:48 AM
Re: swcopy issue
Popy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2007 03:00 AM
04-19-2007 03:00 AM
Solution-x enforce_dependencies=false after autoselect_dependencies=false directive. I thought not autoselecting should be enough but obviously not.
Hope this solves your problem
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2007 03:34 AM
04-19-2007 03:34 AM
Re: swcopy issue
It worked....I got it in one depot.
Thank you very much Mel. Take ur points.
Popy