- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SW package / copy on Remote Server
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
05-02-2007 03:04 AM
05-02-2007 03:04 AM
SW package / copy on Remote Server
Hi,
I am trying to run 'swpackage' from a depot avialble on a remote server.
Here is the syntax, I had used, which failed eventually .
swpackage -x target_type=tape -s
Could you tell me why it failed ?
Similary, I was unable to use 'swcopy' for a Depot file available on the remote server. I tried regisering the Depot file on the remote server, but no use.
But when I convert the *.depot file to directory format, I can do 'swcopy'.
Any thoughts ?
Thankz
ABCD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 03:25 AM
05-02-2007 03:25 AM
Re: SW package / copy on Remote Server
Marc0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 02:34 PM
05-02-2007 02:34 PM
Re: SW package / copy on Remote Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 05:40 PM
05-02-2007 05:40 PM
Re: SW package / copy on Remote Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 07:09 PM
05-02-2007 07:09 PM
Re: SW package / copy on Remote Server
Hi All,
Many thanks for your replies.
I did regeister the depot in either case. May be it is not supported for 'swpackage' .
Can you tell me why I was unable to 'swocpy' a *.depot file available on a remote server ?
Thanks
ABCD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 11:48 AM
05-03-2007 11:48 AM
Re: SW package / copy on Remote Server
It very clearly says it isn't:
The swpackage command is not distributed; it only operates on the local host.
>Can you tell me why I was unable to 'swcopy' a *.depot file available on a remote server ?
What was your syntax? Did you say it wasn't a directory depot?
# swcopy -enforce_dependencies=false -s remove-server:/path \* @ absolute-path-to-target
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 02:13 PM
05-03-2007 02:13 PM
Re: SW package / copy on Remote Server
Hi Dennis,
Yes I did use *.depot file. Here is the syntax, that I used.
swcopy -x enforce_dependencies=false -s
It didn't work. Gave me an errot that I didn't have permission to use SW on the remote *.depot file, and I should use 'swacl' to fix it.
I did also try registering the *.depot file on the remote server. No use.
If I convert this *.depot file to directory format and use 'swcopy', it works fine.
Many Thanks
ABCD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 04:40 PM
05-03-2007 04:40 PM
Re: SW package / copy on Remote Server
I guess you can't use swcopy on remote tape depots. You have to use a NFS path and remove the machine name.
>If I convert this *.depot file to directory format and use 'swcopy', it works fine.
Then you'll have to do that or make that tape depot available over NFS or copy it local.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2007 12:55 PM
05-04-2007 12:55 PM
Re: SW package / copy on Remote Server
Hi Dennis,
Many Thanks. Have a great weekednd.
Cheers
ABCD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 08:08 PM
05-10-2007 08:08 PM
Re: SW package / copy on Remote Server
Many thanks for all your help.