- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Creating depots
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
04-17-2007 05:53 PM
04-17-2007 05:53 PM
Creating depots
Have any one tried to create a depot that will install a "FULL" product?
For example, oracle's instalation contains only files so creating a depot that copies their files is not a problem, but creating a depot that will create the whole "shell" of oracle, filesystem group and user (maybe some other configurations).
Thanks ahead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2007 06:23 PM
04-17-2007 06:23 PM
Re: Creating depots
Not yet tried that, but it is a good idea to
create a depot for Oracle Software which
creates oracle user,group etc. and installs
required patches.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2007 06:46 PM
04-17-2007 06:46 PM
Re: Creating depots
You can do it through post-install scripts, I guess. All your configurations should be defined in a script and should be called pd file.
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2007 10:40 PM
04-17-2007 10:40 PM
Re: Creating depots
In my group we have a "program" writen in shell , but it doesn't have the capabilities we want which sd-ux has.
So now I'm re-writing the scripts to add a remove option and make them work threw depots.
So the quation was if some-one has something similar that is ready.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 02:00 AM
04-18-2007 02:00 AM
Re: Creating depots
Find an existing package that does what you need, and peek inside to see how it is done.
A .depot file is just a tar file with a different suffix and a strictly-defined directory structure packed inside. A directory depot (on a CD-ROM, or a .depot file copied to disk with swcopy) is already unpacked for easy examination.
For example, installing HP's SSH depot will shutdown the old sshd and ssh-agent processes if SSH is already installed, create some links differently depending on whether the system is a 32- or 64-bit one, and create a new user for sshd's privilege separation mechanism. If there are no pre-existing SSH host keys, it will create them too. That should contain a lot of useful ideas.
If you can do everything needed to create the environment for your product on the command line, just write the commands into a file and you'll have your script right there.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 05:29 PM
04-18-2007 05:29 PM
Re: Creating depots
1. Creating an removing a FS
2. And the hardest script (as I see it) modifing kernel parameters (a script that would be able to scheduale a modification to the next boot and take in mind if the scirpt was activated several times before the boot remembering the largest value set).