- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to create 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
08-26-2001 11:23 PM
08-26-2001 11:23 PM
How to create Depot?
I'm not sure about how to create the directory depot. In fact, I would like to put some 3rd parties software in the same depot. Let's say I put all the software into the same directory--- /var/sw/depot, will it be considered I've created the depot?
Thanks in advanced.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2001 11:27 PM
08-26-2001 11:27 PM
Re: How to create Depot?
put all the software in one dir , if you want also HP products you can use the command :
swcopy -s /source and copy it to the dir .
after that you need to use the command swpackage with this params .
swpackage -s /var/sw/depot -d /tmp/new_depot.depot -x target_type=tape ( if you want to create a depot with all the products ) .
tell me if you have any more que.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2001 11:31 PM
08-26-2001 11:31 PM
Re: How to create Depot?
if the software that you want to package is not for install of the SD-UX you will not be able to package them in a depot .
if you have 3rd parties software package in a depot file and you want to put then in one depot use the command swcopy -s /tmp/3rd_software.depot ( the name of the software depot )
you can copy as much as you want to the same dir .
if you are using the swcopy with a few dir the command will not delete the data that is in the dir of the des.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2001 05:08 AM
08-27-2001 05:08 AM
Re: How to create Depot?
if the software you ask for is already in the HP SD-UX
"Software Distributor" format, then you only have to
"swcopy" it to your depot. Assuming it does reside on
a local CD-ROM mounted to 2/cdrom":
swcopy -s /cdrom '*' @ /var/spool/sw
But if it is just some software and is already installed,
then you will have to write a PSF (Product Specification
File) and copy it to your depot using "swpackage":
swpackage -P your-PFS @ /var/spool/sw
Read the man-page for "swpackaged(4)" for the details
of the PSF... or read the attached example, which I used
to copy an installed Oracle7 to a depot.
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2001 06:10 AM
08-27-2001 06:10 AM
Re: How to create Depot?
Do the following:
1. Copy all the software in any directory , essentially it should have all the depot files or *.depot files.
2. swcopy -s /var/opt/ignite/patch\* \* @ < target directory >
this would create a depot for the all the *.depot in that directory.
Please use options for swcopy in case u need to match target etc.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2001 01:20 PM
08-27-2001 01:20 PM
Re: How to create Depot?
I'm attaching a PDF file that tells you how to create a depot.
Hope this help. IT helped me when i first started with depot creation.
Thanks
Sanjay