- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: depot file creation
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
12-12-2005 04:20 PM
12-12-2005 04:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 04:52 PM
12-12-2005 04:52 PM
Solutionhttp://docs.hp.com/en/5990-6771/ch02s02.html
http://www.unixadm.net/howto/create_depot.html
mainly depots consists of PSF file, Control scripts like Preinstall, post install, configure, etc..
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 05:00 PM
12-12-2005 05:00 PM
Re: depot file creation
Refer to the doc attached.
Go thr' "man swpackage".
Also have a look at swreg,swinstall,swlist and swremove commands.
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 05:05 PM
12-12-2005 05:05 PM
Re: depot file creation
To know more about SD Depot creation for thru the SD UX. Depot creation is pretty simple.
You need to create one
# /usr/sbin/swpackage -v -s XYZ.psf -x target_type=tape @
Refer this pdf for more in detail.
http://docs.hp.com/en/B2355-90789/B2355-90789.pdf
Cheers,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 05:14 PM
12-12-2005 05:14 PM
Re: depot file creation
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=951560
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=973939
http://docs.hp.com/en/SD/cookbook.html
[SD cook book]
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 07:18 PM
12-12-2005 07:18 PM
Re: depot file creation
i sometimes use the link below when i want to
create depot
http://docs.hp.com/en/SD/cookbook.html
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 07:32 PM
12-12-2005 07:32 PM
Re: depot file creation
http://docs.hp.com/en/B2355-90740/index.html
It is having everything. See man pages of sd, swpackage and SEE Also part pages.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 08:19 PM
12-12-2005 08:19 PM
Re: depot file creation
1. Create a Patch Depot:
Obtain the set of patches you want to place and manage in an SD depot. For example:
PHCO_7891 PHCO_9348 PHKL_9361 PHSS_7726 PHSS_8966 PHSS_9400 PHCO_8353 PHKL_8376 PHKL_9569 PHSS_8667 PHSS_9201
HP patches as delivered by the Response Center or the HP Web site are shar files consisting of a product depot and README file.
2. Unshar the patches:
# for i in PH*
do
sh $i
done
3. Combine all these separate depots into one depot.
To do this, use the swcopy command. First, create the directory to store the patches:
# mkdir /var/opt/ignite/Patches
4. Now take the patch depots and copy them into the target depot:
# for i in PH*.depot
do
swcopy -s ${PWD}/$i \* @ /var/opt/ignite/Patches
done
5. Verify the contents of the depot:
# swlist -d @ /var/opt/ignite/Patches
Assuming the above example list of patches, you would see the following:
# Initializing...
# Contacting target "interop1"...
#
# Target: interop1:/var/opt/ignite/Patches
#
#
# No Bundle(s) on interop1:/var/opt/ignite/Patches
# Product(s):
#
PHCO_7891 B.10.00.00.AA allows mount to turnon hfs-specific opts PHCO_8353 B.10.00.00.AA cumulative awk(1) patch PHCO_9348 B.10.00.00.AA cron(1M) and at(1) patch PHKL_8376 B.10.00.00.AA Fix vmtrace bug. PHKL_9361 B.10.00.00.AA Fix panic caused by MP race PHKL_9569 B.10.00.00.AA NFS and VxFS (JFS) cumulative patch PHSS_7726 B.10.00.00.AA CDE Dtterm August 96 patch PHSS_8667 B.10.00.00.AA CDE Runtime Nov96 Patch PHSS_8966 B.10.00.00.AA LIBCL cumulative patch PHSS_9201 B.10.00.00.AA fix for aC++ dld.sl PHSS_9400 B.10.00.00.AA ld(1) cumulative patch
In the above output, swlist states that the depot has "No Bundles". HP-UX Patches are SD "products", but Ignite-UX can only manage SD "Bundles".
6. Convert the individual patches into a single bundle using the /opt/ignite/bin/make_bundles command. Run the script and create a bundle in the Patches depot:
# make_bundles -B -n Misc_Patches -t "HP-UX 11.00 Patches" \ /var/opt/ignite/Patches
7. Rerun swlist on this depot to verify the Bundle has been created:
# swlist -d @ /var/opt/ignite/Patches
(Output of swlist command assuming the example patches)
# Initializing...# Contacting target "interop1"...# # Target: interop1:/var/opt/ignite/Patches ## # Bundle(s): # Misc_Patches HP-UX 11.00 Patches
The default behavior of swlist is to now show only the higher level software bundles. Individual patches in the bundle can still be viewed by using swlist options. The following will show the patch "products" contained in the bundle:
# swlist -l product -d @ /var/opt/ignite/Patches
Note: If you need to add additional patches to the depot in the future, simply unshar the patches as described above, swcopy them into the Patches depot, and rerun the "make_bundles" command. This will repackage the depot.
If you would like to remove a Patch from the depot, simply use the swremove command. You can either run swremove and use its friendlier user-interface, or run swremove in command line mode. The following will remove the PHKL_8376 patch from the bundle:
# swremove -d Misc_Patches.PHKL_8376 @ /var/opt/ignite/Patches
Regards,
Awadhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 09:07 PM
12-12-2005 09:07 PM
Re: depot file creation
In HPUX, SD-UX software manager. Use #man sd to find all commands available with SD-UX
You can use swpackage command to create the Software Depots. See #man swpackage.
Synopsis
swpackage [-p] [-v] [-s directory] [-x option=value]
[s/w_selections] [@ target]
swpackage packages software products into a depot(directory or tape).
You can use the same command to re-package the entire depots also.
Regards,
Sunil