- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swcopy has errors
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
10-06-2004 08:05 AM
10-06-2004 08:05 AM
I am attempting an swcopy accross a network using
#swcopy -s
however this is sending errors which are attached.
I attempted to swcopy the deopt on the same server and got similar errors.
I have used the commands on a different server for a different depot and this was successful.
can someone please help!
cheers
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 08:09 AM
10-06-2004 08:09 AM
Re: swcopy has errors
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 08:11 AM
10-06-2004 08:11 AM
Re: swcopy has errors
YOu might like to try downloading the product again with all filesets..and or do a swcopy using -x enforce_dependencies=false option.
Hope this helps
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 08:11 AM
10-06-2004 08:11 AM
Re: swcopy has errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 08:12 AM
10-06-2004 08:12 AM
Re: swcopy has errors
-x enforce_dependencies=false
and possibly add @ before
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 08:23 AM
10-06-2004 08:23 AM
Re: swcopy has errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 01:11 PM
10-06-2004 01:11 PM
SolutionIt seems that you are trying to use swcopy to copy software from local system to remote system (push). By default SD-UX allow read-only access to remote depots. To allow write access you can run the following on the remote system (FQDN is full qualified domain name of the system you are copying data from).
# swacl -l root -M user:root@
# swacl -l host -M user:root@
# swacl -l global_soc_template -M user:root@
# swacl -l global_product_template -M user:root@
Another alternative is to simply run swcopy on the remote system as follows (
# swcopy -s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 01:18 PM
10-06-2004 01:18 PM
Re: swcopy has errors
Ermin, I have just attempted this and it is working at last.