- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Copy a depot from other server
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
05-25-2005 03:32 AM
05-25-2005 03:32 AM
Copy a depot from other server
can i copy from a server ro other server a software depot installed?
I want copy a software that it is installed in a server to other server. For expample export this depot for reinstall to others server.
Thanks,
Emanuele
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 03:44 AM
05-25-2005 03:44 AM
Re: Copy a depot from other server
You can use "swreg" command so that depot on one server can be accessed from other server in the network.
Now suppose you have depot software in Server A at /var/home/software then:
# swreg -l depot /var/home/software
Then on Server B :
# swinstall -s serverA:/var/home/software
Hope this is what you are looking for.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 03:51 AM
05-25-2005 03:51 AM
Re: Copy a depot from other server
From the system where you want to copy the remote depot to...
swcopy -s remothost:/path/depotname \* @ /local_path/depotname
If you want to copy the depot software to a ".depot" file that you can then ftp to another host to install as "swinstall -s /tmp/myfile.depot" use this command from host where depot exists...
swpackage -x target_type=tape -s /path/depotname \* @ /tmp/myfile.depot
hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 04:16 AM
05-25-2005 04:16 AM
Re: Copy a depot from other server
i have OnlineJFS installet on server.
I have found a folder /var/adm/sw/product where there are all software installed.
Can i do swcopy to other server?
If yes , how to?
Thanks a lot,
Regards,
Emanuele
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 04:36 AM
05-25-2005 04:36 AM
Re: Copy a depot from other server
you need to have .depot files in /var/adm/sw/product in order to use swcopy command. Command is as:
# swcopy -s
So why don't you simply register /var/adm/sw/product as software depot so that it it directly accessible to other servers on the network.
# swreg -l depot /var/adm/sw/product
Now if you are concerned about the network traffic then you need to copy depot files from ServerA to ServerB somewhere e.g. /tmp
Then on serverB you can use swcopy to move depot file to software depot.
# swcopy -s /tmp/xyz.depot xyz @ /var/spool/sw
This creates depot at /var/spool/sw and the depot file in it which then can be installed on any system.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 05:25 AM
05-25-2005 05:25 AM
Re: Copy a depot from other server
You can pull these products off of your Application CD set and install them from CD or copy from the CD to a local depot.
If you are trying to clone one system to another, use an Ignite-UX recovery tape.
-denver