- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Using swmodify to update IPD
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
07-26-2002 08:43 AM
07-26-2002 08:43 AM
Using swmodify to update IPD
I am trying to update IPD and insert an entry for the application that is not installed using SD-UX.
The command to do that is
swmodify -s new_fileset_definition
Can somebody suggest what new_fileset_definition
file should look like.
Thanks
Milan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 08:48 AM
07-26-2002 08:48 AM
Re: Using swmodify to update IPD
cd /var/adm/sw/products
vi void.psf
Add the following lines to the void.psf file.
product
tag void
fileset
tag void
swpackage -s ./void.psf
swinstall void
Are you wanting this so that you can track what software is installed on the system? If so, alternatively you may be able to package the app differently with swpackage.
Cheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 08:51 AM
07-26-2002 08:51 AM
Re: Using swmodify to update IPD
You have to create a psf (Product Specification File) file for swmodify to reference.
See the following for info on how to do this
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90154/B2355-90154_top.html&con=/hpux/onlinedocs/B2355-90154/00/00/32-con.html&toc=/hpux/onlinedocs/B2355-90154/00/00/32-toc.html&searchterms=swmodify&queryid=20020726-095251
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 09:35 AM
07-26-2002 09:35 AM
Re: Using swmodify to update IPD
but when I tried to run swmodify -s test.pfs
cat test.psf
product
tag TEST
fileset
tag test
directory /tmp
file *
end
I am getting error message:
ERROR: You have not specified any software selections. To add the
objects defined in a source Product Specification File (PSF),
you must specify which objects, or specify "*" to select all
objects. See the SD user manual or the swmodify(8) manual
page for more details.
Can you please provide the template for the
"new_fileset_definition" file
Thanks
Mila
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2002 11:39 PM
07-28-2002 11:39 PM
Re: Using swmodify to update IPD
You are on the right track, but for swmodify command to work on your psf file, you should add the product name at the end of command line:
swmodify -s test.psf TEST
Now if you check the IPD, product TEST and its filesets are added to the INDEX file
Regards,
Mateja