- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swreg -l depot /repository
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-05-2003 01:13 AM
06-05-2003 01:13 AM
swreg -l depot /repository
I need to register /repository as my depot
when I run above command I am getting below
error mesg.
any idea...?
Regards
Ashan
ashan@UADMIN >>>#swreg -l depot /repository
======= 06/05/03 17:11:13 SST BEGIN swreg SESSION (non-interactive)
* Session started for user "root@uxadmin".
* Beginning Selection
* Targets: uxadmin
* Objects: /repository
ERROR: There is currently no depot software on host "uxadmin" at
location "/repository". Make sure that an absolute pathname is
specified for location (beginning with "/").
ERROR: More information may be found in the daemon logfile on this
target (default location is uxadmin:/var/adm/sw/swagentd.log).
* Selection had errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 01:23 AM
06-05-2003 01:23 AM
Re: swreg -l depot /repository
it looks like you dont have a sw-depot on /repository.
Are you sure that you have, and that it is not .depot file, or in subdirectory of /repository ?
If you use swcopy, to copy in sw to a directory, the depot will automagically be registered for you.
Rgds Jarle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 01:29 AM
06-05-2003 01:29 AM
Re: swreg -l depot /repository
If you do not make a depot you cannot register it
see man swreg
Create a new depot with swpackage, then register it with swreg:
swpackage -s psf -d /var/spool/sw
swreg -l depot /var/spool/sw
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 01:41 AM
06-05-2003 01:41 AM
Re: swreg -l depot /repository
Are you sure it's a depot ?
If you copied it from another server, did you copy all the files ?
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 02:35 AM
06-06-2003 02:35 AM
Re: swreg -l depot /repository
The depot should be in the form of .depot and you have to give exactly the depot name not only the location for swreg. If the depot name is xyz.depot and it is present at /repository, you have to give
swreg -l depot /repository/xyz.depot
Regards
VJ.