- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /var/spool/sw
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-16-2003 10:01 AM
06-16-2003 10:01 AM
does anyone know how can I modify this default software depot container? and also remove this entry in SD-UX.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2003 10:10 AM
06-16-2003 10:10 AM
Solution/var/adm/sw/sys.default has a list of the various options available.
To change the default depot, go to/ var/adm/sw/defaults and enter
distribution_source_directory = /path/to/depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2003 10:12 AM
06-16-2003 10:12 AM
Re: /var/spool/sw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2003 10:14 AM
06-16-2003 10:14 AM
Re: /var/spool/sw
option(s) were found that are not recognized by this program.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2003 10:14 AM
06-16-2003 10:14 AM
Re: /var/spool/sw
By any chance did you forget to restart swagentd.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2003 10:15 AM
06-16-2003 10:15 AM
Re: /var/spool/sw
Copy defaults file from /usr/lib/sw into /var/adm/sw and modify it to reflect your /mydepots.
#cp /usr/lib/sw/sys.default /var/adm/sw/defaults
#vi /var/adm/sw/defaults
Search for spool. There are directories defined for different kinds of distributions like swcopy, swinstall etc., Modify the ones that you want to redirect to. Restart swagentd by killing it and starting it with 'swagentd -r'.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2003 10:17 AM
06-16-2003 10:17 AM
Re: /var/spool/sw
swagentd -r
to restart the agent daemon?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2003 10:21 AM
06-16-2003 10:21 AM
Re: /var/spool/sw
======= 06/16/03 14:20:11 EDT BEGIN swreg SESSION (non-interactive)
* Session started for user "root@myhp".
* Beginning Selection
* Targets: myhp
* Objects: /var/spool/sw
* Selection succeeded.
======= 06/16/03 14:20:11 EDT END swreg SESSION (non-interactive)
thanks, it works now.
config and restart saved the day. and the removal.