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
04-01-2002 02:26 PM
04-01-2002 02:26 PM
I am trying to copy a product on an application CD to a depot on a server. I can do it just fine throught SAM, but my command line syntax is failing.
here is what I am doing:
swcopy -s /cdrom/B9901AA \* @ /var/spool/sw/IPF_9000
the cdrom is a registerd depot, where is my mistake?
Thanks,
Craig
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 02:29 PM
04-01-2002 02:29 PM
Re: swcopy
/usr/sam/bin/samlog_viewer to see what it is that sam does that's different.
Other places to check as normal as the swinstall logs
/var/adm/sw/swinstall.log
/var/adm/sw/swcopy.log
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 02:36 PM
04-01-2002 02:36 PM
Re: swcopy
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 02:36 PM
04-01-2002 02:36 PM
Re: swcopy
Believe you don't need the "@" symbol. Here's the excerpt from the manual:
In the swinstall command, if no source is specified, the local host's default depot directory (/var/spool/sw) is assumed. If no host is named, the system to receive the software is assumed to be the root (/) directory on your local host. So, you do not have to use the @ sign and [host][:][/directory] designation if you are operating on the local host and/or default depot directory
Here's the link to the page:
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90154/B2355-90154_top.html&con=/hpux/onlinedocs/B2355-90154/00/00/11-con.html&toc=/hpux/onlinedocs/B2355-90154/00/00/11-toc.html&searchterms=swcopy&queryid=20020401-143741
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 02:39 PM
04-01-2002 02:39 PM
Re: swcopy
Try only
swcopy -s /cdrom/B9901AA \*
and it will create depot in /var/spool/sw
if you want somewhere else then
swcopy -s /cdrom/B9901AA \* @ /home/sachin/I_9000
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 02:40 PM
04-01-2002 02:40 PM
Re: swcopy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 02:44 PM
04-01-2002 02:44 PM
Re: swcopy
#swagentd -r
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 11:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 06:30 AM
04-02-2002 06:30 AM
Re: swcopy
Craig