- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall problem
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
10-14-2003 11:44 PM
10-14-2003 11:44 PM
I downloaded SCM depot from HP site,
I registered it on the server:
swreg -l depot /depots/SCM.depot
Then, I tried to swinstall it from other computer, but I get the message:
"The source you have chaseon is a tape device. a tape device must be local to the single marked target. Since the hostname of the tape device does not match the hostname of the single marked target, this source is not allowed. Please choose a different source."
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 12:02 AM
10-15-2003 12:02 AM
SolutionThe problem you're encountering is due to the fact that this depot has no swlock file that's required for remote installs. Without that file, installs may only be done locally.
So take a look at that .depot entry - Is it a directory or just a file? If it's the former then drill down to it's catalog subdir & in that dir touch swlock. Set perms to 444 & ownership to root:sys.
If it's the latter then untar it first & do the above afterwards.
You'll probably have to unregister the old & reregister the depot once more.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 12:05 AM
10-15-2003 12:05 AM
Re: swinstall problem
Uncompress/unshar the patch downloaded. Look for PH*.txt and PH*.depot files.
# cd /tmp
# for X in PH*.#
> do
> sh ${X}
> done
Install the patch:
# PDIR=/tmp/patch_depot
# mkdir ${PDIR}
# for X in PH*.depot
> do
> swcopy -s ${PWD}/${X} \* @ ${PDIR}
> done
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2003 06:15 PM
10-18-2003 06:15 PM
Re: swinstall problem
I untared the depot and added swlock as u recommended in catalog directory, then I tared the depot again and registered it. did not helped. Then I untarred it again, and registered it as depot again (but now it's a directory and not tar file), it worked, now I wonder is it the tar file that mesed the things up or it's swlock that helped.
Thanx a lot.
Hello Michael,
Jeff's solution helped, so I did not try yours (and it's not a patch).
Thanx for helping.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2003 06:53 PM
10-18-2003 06:53 PM