- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall problem faced by us
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-12-2001 04:50 AM
04-12-2001 04:50 AM
swinstall problem faced by us
I have created a product(PROXYZ) using swpackage command and product specification file(swpackage -s psf). The product contains a set of executables and scripts. The product was created properly without any ERRORs or Warnings. I registered the product using swreg command (swreg -l depot /var/spool/sw),without any errors or warnings.
If i run swinstall command (GUI)I can select the product which I have created and install it also without any problem.
BUT WHEN I TRY TO DO THE INSTALLATION THROUGH COMMAND LINE USING THE swinstall -s
Please suggest how to install the PRODUCT through command line without getting into the GUI.
thanks,
srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 04:59 AM
04-12-2001 04:59 AM
Re: swinstall problem faced by us
To run swinstall non-interactively, specify the name of the product on the command line:
swinstall -s /tmp/PROXYZ.depot PROXYZ
When using the -s parameter, type in the full path to the depot file or else it won't work.
Hope this helps.
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 05:18 AM
04-12-2001 05:18 AM
Re: swinstall problem faced by us
Do a swlist to identify the registered product name (first column).
Then use swinstall -s
Hope this helps. Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 05:51 AM
04-12-2001 05:51 AM
Re: swinstall problem faced by us
Do a swlist -d to identify ...
This will list the software available in your depot. Without the -d option it would list the software already installed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 03:40 PM
04-12-2001 03:40 PM
Re: swinstall problem faced by us
usually the message comes up when you have a typo in the command line. Make sure that the spelling is correct and that you have upper and lower case letters straightened out :-)
Steffi Jones