- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Depot 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
09-30-2003 12:28 AM
09-30-2003 12:28 AM
Depot Problem .
I'm trying to create a depot from a CD .
I made the following commands :
swcopy -x enforce_dependencies=false -s /cdrom @ /tmp/mwa/mwa_orig.depot
then :
swpackage -s /tmp/mwa/mwa_orig.depot -x target_type=tape -d /tmp/mwa.depot
When i'm doing swlist on the depot i see it well ! , but when i transfer the depot to other sever i get the attached errors :
WARNING: No value defined for the keyword "distribution
", at line 1.
ERROR: Unknown value ("1.0
") defined for the keyword "layout_version",
at line 2. This release of the Software Distributor supports
a "layout_version" of "1.0", conforming to version "1.0" of
the IEEE standard 1387.2 (POSIX - System Administration
Interface/Software Administration).
WARNING: Invalid value defined for the keyword "uuid", at line 4.
Valid values for this keyword are: One-line strings
containing a subset of ASCII characters. No white space
characters, except for space and tab, are allowed. The
maximum length of a one-line string is 64 characters.
WARNING: Invalid value defined for the keyword "mod_time", at line 5.
Valid values for this keyword are: Unsigned integers (in
decimal, octal, or hexidecimal notation).
WARNING: Invalid value defined for the keyword "create_time", at line
6. Valid values for this keyword are: Unsigned integers (in
decimal, octal, or hexidecimal notation).
WARNING: No value defined for the keyword "category
", at line 7.
WARNING: Invalid value defined for the keyword "tag", at line 8. Valid
values for this keyword are: Tag strings containing a subset
of ASCII characters. A tag string requires one or more
characters from "A"-"Z", "a"-"z", "0"-"9", including the first
character.
No white space characters are allowed.
The directory path character "/" is not allowed.
The following SDU and shell metacharacters are not allowed:
. , : # ; & ( ) { } | < > " ` ' \
Eran .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 12:38 AM
09-30-2003 12:38 AM
Re: Depot Problem .
Now, you can load 10.20 depots onto an 11.x server as long as you add the option -x layout_version=0.8. But if you load 11.x depots on 10.20 then 10.20 simply doesnt know about the more advanced layout_version=1.0 depots, so you shuouldnt do this.
You can copy right of the CD though using swpackage, you dont have to copy to a depot first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 01:40 AM
09-30-2003 01:40 AM
Re: Depot Problem .
And are the CD for the same OS version as the server you are creating the depot on?
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 07:17 PM
09-30-2003 07:17 PM
Re: Depot Problem .
Eran .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 07:43 PM
09-30-2003 07:43 PM
Re: Depot Problem .
PHCO_27671 SD Cumulative patch
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_27671&context=hpux:800:11:11
latest
PHCO_28848
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 11:43 PM
09-30-2003 11:43 PM
Re: Depot Problem .
I should transfer the depot in binary mode and not in ascii mode .
Bye ,
Eran .