- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fileset installation
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
02-23-2010 02:28 AM
02-23-2010 02:28 AM
I want to install a fileset to resolve the dependencies in deploying DP patches.
I have the DP bundle which consists the fileset.
i want to know whether i have to install whole bundle or can i install only that fileset by extracting the depot.
And please tell me how to retrieve a single depot from bundle
Quick response will be appreciated!!
Regards
himacs
How to extract the single depot
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2010 02:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2010 03:04 AM
02-23-2010 03:04 AM
Re: fileset installation
Thanks for ur suggestion.
Please tell can i copy particular fileset to another system
Regards
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2010 03:12 AM
02-23-2010 03:12 AM
Re: fileset installation
if it is .depot file copy it as it is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2010 03:15 AM
02-23-2010 03:15 AM
Re: fileset installation
You do not need to copy the .depot file is your agent is running on that server. You can have a server with all your .depot files and runn the appropriate daemons and you simply swinstall from that host (use hostname:/path_to_depot_depot.depot).
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2010 03:34 AM
02-23-2010 03:34 AM
Re: fileset installation
And when I say "agent" I mean swagentd.
/sbin/init.d/swagentd start
(if not allready running: ps-e |grep swagentd)
This keeps a log file in: /var/adm/sw/swagentd.log if you have to troubleshoot the connection problems.
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2010 03:54 AM
02-23-2010 03:54 AM
Re: fileset installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2010 03:58 AM
02-23-2010 03:58 AM
Re: fileset installation
in order to install software from remote server, you need to have registered depot
You will not be able to install from a .depot "file" remotely. For that you need to create a depot out of that ".depot file" (eg PHKL_xxyy.depot)
swcopy -x enforce_dependencies=false -s /tmp/PHKL_xxyy.depot \* @ /tmp/testdepot
then register it with
swreg -l depot @ /tmp/testdepot
then you can install from that depot from a remote machine
swinstall -s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2010 04:03 AM
02-23-2010 04:03 AM
Re: fileset installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2010 12:41 AM
02-24-2010 12:41 AM
Re: fileset installation
You can use swcopy to copy subsets of a depot:
swcopy -x enforce_dependencies=false -s /tmp/foo.depot fileset1 fileset2 \
@ /tmp/testdepot
And your source could be a registered directory depot on another system.