- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Creating a depot of scripts
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-19-2009 04:19 AM
08-19-2009 04:19 AM
Creating a depot of scripts
I have some scripts in /opt/support/sbin.
I intend to create depot of these scripts and install it on the other servers using the swinstall command.
Please let me know the steps
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2009 04:44 AM
08-19-2009 04:44 AM
Re: Creating a depot of scripts
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SwPkgBuilder
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2009 04:45 AM
08-19-2009 04:45 AM
Re: Creating a depot of scripts
If you insist on creating a depot, I'd suggest you pint out the man pages of swpackage command and start reading and testing it as you go. I personally do not want to deal with it. Good luck if you will go that route.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2009 07:13 AM
08-20-2009 07:13 AM
Re: Creating a depot of scripts
# swpackage -p -x write_remote_files=true -x media_type=tape -vv -s qqsudo-1.00.00.psf @ qqsudo-1.00.00.depot
This psf file is a Product Specification File, see 'man 4 swpackage', you will have a psf file in order to create a depot.
'man 1m swpackage' is a very recommended to read!
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2009 07:14 AM
08-20-2009 07:14 AM
Re: Creating a depot of scripts
i forgot to mention that the output will be a .depot tape depot, you can simply swcopy it to your network depot.
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2009 09:00 PM
08-20-2009 09:00 PM
Re: Creating a depot of scripts
Or you can remove "-x media_type=tape" if you want a directory depot.