- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- depot problems
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
01-24-2002 12:27 PM
01-24-2002 12:27 PM
depot problems
swreg -l depot /u01/depot
i get errors stating that no depot software in /u01/depot. Excuse me in advance, but do i need to swcopy of software first to this destination so i can register it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 12:36 PM
01-24-2002 12:36 PM
Re: depot problems
'swreg' normally using for registering a depot created by 'swpackage'. By default, the swcopy command registers newly created depots.
You can use 'swreg' to explicitly register/unregister a depot when the automatic behaviors of swcopy, swinstall, swpackage and swremove do not suffice.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 07:36 PM
01-24-2002 07:36 PM
Re: depot problems
"swreg" can only be used to register an existing depot, so you have to use "swpackage" or "swcopy" first.
That problem does not exist for un-registering depots, though...
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 07:46 PM
01-24-2002 07:46 PM
Re: depot problems
Here is the procedure I've used once I've downloaded the patches and placed into a directory.
# mkdir /tmp/patches
# for i in PH*
> do
> sh $i
> done
# for i in PH*.depot
> do
> swcopy -s ${PWD}/$i \* @/tmp/patches
> done
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 06:26 AM
01-25-2002 06:26 AM
Re: depot problems
make sure you don't have a typo in the command line. Sometimes that is the reason for the error message.
Swinstall is very case sensitive.
Take care,
Steffi JOnes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 06:48 AM
01-25-2002 06:48 AM
Re: depot problems
you should first copy some depot software to the directory using swcopy or swpackge and then register the depot.
Hope this helps.
Regds