- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unable to install Software
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
12-14-1999 05:54 PM
12-14-1999 05:54 PM
Unable to install Software
I have downloaded Software from 'Software Porting And Archive Centre for
HP-UX'. Then I unpacked it and now I want to install. But I do not know how. Is
it to do with swinstall? How is the complete Syntax? Can anybody give me tips
how to install software from '*_depot'?
I'm working on HP-UX 10.20.
I'm thankfull for any help.
Thanks in advance.
Daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-1999 08:20 PM
12-14-1999 08:20 PM
Re: Unable to install Software
The syntax for installing from 1 depot is:
swinstall -s
This will install all software from the depot.
Best regards
Jesper Sivertsen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-1999 08:22 PM
12-14-1999 08:22 PM
Re: Unable to install Software
Som if the syntax dissapired from the privius mail, sorry.
The syntax for installing all software from 1 depot-file is:
swinstall -s "full path to depot-file" \*
Best regards
Jesper Sivertsen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-1999 08:28 PM
12-14-1999 08:28 PM
Re: Unable to install Software
You can use sam to do this but once you have unpacked your software, #swinstall
-s /~/*_depot should do.
where /~/ is the path where your depot is located.
You can also run swinstall on its own and then specify the path when it prompts
you.
Make sure swagentd is running.
Good luck
Ish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-1999 09:41 PM
12-14-1999 09:41 PM
Re: Unable to install Software
But I still have a problem:
I created a Directory in /var/spool/sw.
I put the archieve in it and start the swinstall:
swinstall -s host archive (*_depot)
Now the following Error occurs:
ERROR: There is currently no depot software on host "Lust_a" at location
"/var/spool/sw".
* Source connection failed for Lust_a:/var/spool/sw".
Is there an error when I started
'unzip tcpdump-3_4-sd-10_20_depot.gz'?
Please help me!
Regards
Daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-1999 03:02 AM
12-15-1999 03:02 AM
Re: Unable to install Software
Is your download in tar format and extension is .gz?
if yes then do: unzip XXX |tar xv
Looks like your 10.20 is not recognzing your .depot.
one more thing 10.20 will not recongnize 11.00's *.depot and vice versa.
Good Luck
Sachin