- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swcopy and swinstall non-interactive
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
09-26-2006 07:00 AM
09-26-2006 07:00 AM
swcopy and swinstall non-interactive
http://hpux.cs.utah.edu/hppd/cgi-bin/search?package=on&description=on&term=lsof
and did swcopy to ServerA:/depot/APPS where I keep all software bundles.
Trying to install lsof onto multiple servers non-interactively but not working. Tried all different ways, it always brings up gui (text based) mode.
Using the following command on one of the server:
Server-hp:# swinstall -s serverA:/depot/APPS/lsof \*
======= 09/26/06 13:56:21 CDT BEGIN swinstall SESSION
(non-interactive) (jobid=server-hp-0034)
* Session started for user "root@server-hp".
* Beginning Selection
* Target connection succeeded for "server-hp:/".
ERROR: There is currently no depot software on host "serverA" at
location "/depot/APPS/lsof". Make sure that an absolute
pathname is specified for location (beginning with "/").
* Source connection failed for "serverA:/depot/APPS/lsof".
WARNING: More information may be found in the daemon logfile on this
target (default location is
serverA:/var/adm/sw/swagentd.log).
* Selection had errors.
Thanks in Advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 07:14 AM
09-26-2006 07:14 AM
Re: swcopy and swinstall non-interactive
Include the file extension:
swinstall -s serverA:/depot/APPS/lsof.blah.depot \*
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 07:15 AM
09-26-2006 07:15 AM
Re: swcopy and swinstall non-interactive
can you try with.
copy the depot file to /depot/APPS/lsof
swreg -L depot /depot/APPS/lsof/
swinstall -s serverA /depot/APPS/lsof/
regards
mano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 07:25 AM
09-26-2006 07:25 AM
Re: swcopy and swinstall non-interactive
Query shows only as fileset:
# swlist -l fileset @serverA:/depot/APPS |grep -i lsof
# lsof 4.77 lsof
lsof.lsof-RUN
so what exactly should I give in the command line to make it work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 07:59 AM
09-26-2006 07:59 AM
Re: swcopy and swinstall non-interactive
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 08:02 AM
09-26-2006 08:02 AM
Re: swcopy and swinstall non-interactive
swinstall -x mount_all_filesystems=false -x autoreboot=false -s serverA:/depot/APPS lsof \*
Need to mention directory name for the depot and then Name of the depot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 08:02 AM
09-26-2006 08:02 AM