- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- transfer software 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
11-18-2002 07:50 AM
11-18-2002 07:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 07:58 AM
11-18-2002 07:58 AM
SolutionYou could use a swcopy on the target server, but you sometimes have to deal with sw options. The simpliest way to do it is simply a tar (or rcp) or any tool to transfer the whole directory. You just have to register the depot after transfering using "swreg -l depot
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 08:04 AM
11-18-2002 08:04 AM
Re: transfer software depot
You can use ftp
ftp ip-adres
bin
put depot
Hope this is what you mean ?
Kind regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 08:08 AM
11-18-2002 08:08 AM
Re: transfer software depot
if you want to transfer a depot only for install, you can run:
swreg -l product
swinstall on the remote and when it ask hostname insert the source and on depot if you click on the button you can see your depot.
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 08:21 AM
11-18-2002 08:21 AM
Re: transfer software depot
swpackage -x target_type=tape -s /your/org/depot '*' @ /tmp/your-tape.depot
then transfer that to the other server and read there:
swlist -d @ /tmp/your-tape.depot
or install from it:
swinstall -s /tmp/your-tape.depot
or copy it to a local directory:
swcopy -s /tmp/your-tape.depot -x enforce_dsa=false '*' @ /your/new/depot
HTH,
Wodisch