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
06-03-2002 07:31 AM
06-03-2002 07:31 AM
How to find out registerd software depots on the network?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:37 AM
06-03-2002 07:37 AM
Re: depot
If I understood correctly,
swlist is the command you are looking for. This will list the all the software and patches installed on the server,
For example :
swlist -l fileset
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:39 AM
06-03-2002 07:39 AM
Re: depot
# swlist -l depot @ mars
Of course provided you know "mars" has a software depot on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:39 AM
06-03-2002 07:39 AM
Re: depot
swlist -l depot @ hostA
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:43 AM
06-03-2002 07:43 AM
Re: depot
swlist -l depot -v @ hostname
Lists all the software depots on hostname.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:43 AM
06-03-2002 07:43 AM
Re: depot
You can invoke a swinstall session on one server, keep the default value of Network Directory/CDROM. From there you can type in the source depot path (i.e . another servername), and choose select depot path. If there are any entries, then it is a depot registered on the network. Like Sanjay said, though, this will take a little time.
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 08:49 AM
06-03-2002 08:49 AM
Re: depot
Thanks for all of your reply.
What I was looking for is "the command which will poll the network and list the sw depots on that network"
Now I am clear I can not list the depots on the network.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 08:56 AM
06-03-2002 08:56 AM
Re: depot
Yes you can. Build a list of servers you want to check on - call it /tmp/srvrs. Then do:
for srvr in `cat /tmp/srvrs`
do
swlist -l depot @ $srvr
done
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 09:00 AM
06-03-2002 09:00 AM
Re: depot
From your local system, try,
swlist -l depot remoter_server
Here remote_server can be the name of the server or the ip add of the remote server if the name cannot be resolved by the local server.
Hope this helps.
Regds