- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swcopy from cdrom to local depot
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-04-2003 04:53 AM
09-04-2003 04:53 AM
swcopy -s /cdrom/B8724AA \*
@ /cpm_depot/11.00/uxas02/sync-up_depot
======= 09/04/03 08:37:03 EDT BEGIN swcopy
* Session started for user "root@uxas02".
* Beginning Selection
* Target connection succeeded for
"uxas02:/cpm_depot/11.00/uxas02/sync-up_depot".
ERROR: There is currently no depot software on host "uxas02" at
location "/cdrom/B8724AA". Make sure that an absolute pathname
is specified for location (beginning with "/").
* Source connection failed for "uxas02:/cdrom/B8724AA".
WARNING: More information may be found in the daemon logfile on this
target (default location is uxas02:/var/adm/sw/swagentd.log).
* Selection had errors.
======= 09/04/03 08:37:07 EDT END swcopy
Can I include this install with the depot, and if so how do I copy it over ???
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2003 04:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2003 05:01 AM
09-04-2003 05:01 AM
Re: swcopy from cdrom to local depot
to use the cdrom as a source, there shouild be a depot.
i suspect that you mistype something, check if it there with "swlist -s /cdrom" or "swlist -s /cdrom/BA..." and then use the one that answer.
Also add the -x enforce_dependencies=false to prevent futile messages.
swcopy -x enforce_dependencies=false -s ???? "*" @/your_depot....
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2003 05:04 AM
09-04-2003 05:04 AM
Re: swcopy from cdrom to local depot
If the product requires a codeword to unlock it, be sure that you have applied it.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2003 05:05 AM
09-04-2003 05:05 AM
Re: swcopy from cdrom to local depot
Another thought - are you sure that "/cdrom/B8724AA" is exactly the way the product name is specified? You could try using file name completion to make sure you've got it right: assuming you're using the posix shell (you are doing this as root and you haven't changed root's shell, right?), type in "swcopy -s /cdro", then hit the
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2003 05:10 AM
09-04-2003 05:10 AM
Re: swcopy from cdrom to local depot
Thanks