- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swinstall/swpackage psf???
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
05-03-2006 08:41 AM
05-03-2006 08:41 AM
I have a tar file that I want to use and install APA on my server. I untared it and got the following files:
drwx------ 4 bin bin 96 May 3 15:46 HP-APA-FMT
drwx------ 4 bin bin 96 May 3 15:46 HP-APA-KRN
drwx------ 4 bin bin 96 May 3 15:46 HP-APA-LM
drwx------ 6 bin bin 96 May 3 15:46 HP-APA-RUN
drwx------ 4 bin bin 96 May 3 15:46 HP-APA-SAM
-rwx------ 1 root sys 1710080 May 3 15:33 J4240AA.tar
drwx------ 8 root sys 1024 May 3 15:46 catalog
I am trying to swinstall it and a bit lost at the moment as to what steps I need to take to make swinstall understand this as an install depot? package?
Thanks for your quick response!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 08:46 AM
05-03-2006 08:46 AM
Re: swinstall/swpackage psf???
If you extracted it in /var/spool/sw, you should be able to simply do
swinstall
to start an interactive session.
If you extracted it somwhere else, you probably need to register the location of the depot before running swinstall.
swreg -l depot /depot/path
swinstall -s /depot/path
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 08:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 08:48 AM
05-03-2006 08:48 AM
Re: swinstall/swpackage psf???
Assuming you are in the directory that is the depot.
swinstall -x autoreboot=true -s $PWD \*
This will install the depot and if called on boot the machine.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 09:15 AM
05-03-2006 09:15 AM
Re: swinstall/swpackage psf???
Mel u were correct the tar file WAS a depot on its own!
)-;