- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- where is the *.psf located in a SD 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
03-08-2004 09:43 AM
03-08-2004 09:43 AM
where is the *.psf located in a SD depot
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 09:47 AM
03-08-2004 09:47 AM
Re: where is the *.psf located in a SD depot
psf file won't get included in the depot directory structure. However, you can get the contents of the psf file used if you go through catalog/INDEX file.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 09:50 AM
03-08-2004 09:50 AM
Re: where is the *.psf located in a SD depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 10:02 AM
03-08-2004 10:02 AM
Re: where is the *.psf located in a SD depot
You will need to create a PSF file (man 4 swpackage) to make an SD depot. This psf file won't get carried with the depot file as it is. It will get split into INDEX and INFO files under the catalog directory structure which is required for further sw* commands like swverify, swmodify,swremoeve, swconfig etc.,
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 10:05 AM
03-08-2004 10:05 AM
Re: where is the *.psf located in a SD depot
HOw do I located the control scrip, those script swcheckinstall, post install, or pre-install script, how to find them out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 10:13 AM
03-08-2004 10:13 AM
Re: where is the *.psf located in a SD depot
1. You create a psf file say mypackage.psf under current directory.
2. Run 'swpackage -s mypackage.psf -d /tmp/mypackage' followed by 'swreg -l depot /tmp/mypackage'. You will see a directory structure under /tmp/mypackage. However, you will not see mypackage.psf copied into this structure. It is going to lie where it is in your current directory. However, the specifications of it will get merged into INDEX, INFO and control files under /tmp/mypackage/catalog directory structure. You can do a 'find /tmp/mypackage' and find out how the directory got structured. You will see the control scripts under /tmp/mypackage/*/pfiles directory. This structure may slightly vary depending on if the package is a bundle or a simple product.
I am off for today. If you have further questions it may be answered by others or I will answer them tomorrow if I can. Have a good day.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 10:15 AM
03-08-2004 10:15 AM
Re: where is the *.psf located in a SD depot
Have a good day to you too, but please do come back tomorrow. I will have more questions. sounds like you are the right person I should stick with.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 10:19 AM
03-08-2004 10:19 AM
Re: where is the *.psf located in a SD depot
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 11:05 AM
03-08-2004 11:05 AM
Re: where is the *.psf located in a SD depot
As usual, Sri is spot-on. Even though the *actual* .psf file is NOT included on the actual package, it CAN be inferred from the INDEX & INFO files. That's just the way SD is designed. That's why we have to take care to protect our own .spf files when we package our own SW, because even though it *can* be done, it's much harder to reconstruct a .psf file tham it is to reuse it.
Rgds,
Jeff