- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: what is the option in swinstall to check pkg i...
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-11-2008 10:44 PM
08-11-2008 10:44 PM
I have a any pkg to install a machine .Before install the pkg i want to check the pkg able to install or any dependencies required.
like linux OS have command to check
rpm -i --test
what is equivalent command in HPUX?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 10:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 11:07 PM
08-11-2008 11:07 PM
Re: what is the option in swinstall to check pkg is able to install required machine or not?
In HP-UX swinstall is the command to install the pkg.The sysntax is
swinstall -s
Reagrds
atul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 11:15 PM
08-11-2008 11:15 PM
Re: what is the option in swinstall to check pkg is able to install required machine or not?
Suppose I will write a script for install pkgs. 1st I need to check pkgs able to install or not if not I will not install the pks otherwise I will go for install.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 11:30 PM
08-11-2008 11:30 PM
Re: what is the option in swinstall to check pkg is able to install required machine or not?
the easiest in advance checks have already been mentioned.
However, you can for instance separately query if a depot has any prerequisites (other depots that need to be installed before this depot can be installed), or corequisites (depots that need to be installed before the executable in this depot can run after installation),
provided the depot packager had cared to mention such dependencies at depot build.
This maybe could be useful in a script.
e.g.
$ /usr/sbin/swlist -l fileset -a prerequisites -a corequistes -s /path/to/package.depot