Re: [Veritas-bu] v6.0 NOM on Solaris 10 x86

2006-03-23 Thread Darren Dunham
 It's not on the supported list but Sun says Solaris 10 x86 is binary =
 compatible with Solaris 10 Sparc.

Where does it say that they're binary compatible?

No version of Solaris x86 offers SPARC binary compatibility.

Both are binary compatible with older releases on the same architecture,
but not with each other.

-- 
Darren Dunham   [EMAIL PROTECTED]
Senior Technical Consultant TAOShttp://www.taos.com/
Got some Dr Pepper?   San Francisco, CA bay area
  This line left intentionally blank to confuse you. 
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


RE: [Veritas-bu] v6.0 NOM on Solaris 10 x86

2006-03-23 Thread Mark.Donaldson
Compatibility is the word from the bossman - no independant verification on my 
part.  Maybe I better...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Darren
Dunham
Sent: Thursday, March 23, 2006 11:39 AM
To: Veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] v6.0 NOM on Solaris 10 x86


 It's not on the supported list but Sun says Solaris 10 x86 is binary =
 compatible with Solaris 10 Sparc.

Where does it say that they're binary compatible?

No version of Solaris x86 offers SPARC binary compatibility.

Both are binary compatible with older releases on the same architecture,
but not with each other.

-- 
Darren Dunham   [EMAIL PROTECTED]
Senior Technical Consultant TAOShttp://www.taos.com/
Got some Dr Pepper?   San Francisco, CA bay area
  This line left intentionally blank to confuse you. 
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] v6.0 NOM on Solaris 10 x86

2006-03-23 Thread Ed Wilts
On Thu, Mar 23, 2006 at 10:59:42AM -0700, [EMAIL PROTECTED] wrote:
 It's not on the supported list but Sun says Solaris 10 x86 is binary
 compatible with Solaris 10 Sparc.  For v6.0's NOM, we'd rather run x86
 (really, we'd rather Linux but that's right off the list).  

NOM on Linux is on the road map.  You should contact Veritas and see
where they're at in the development process.

.../Ed


-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] v6.0 NOM on Solaris 10 x86

2006-03-23 Thread Darren Dunham
 
 Compatibility is the word from the bossman - no independant verification on 
 my part.  Maybe I better...

Start simple.  Try copying over /bin/touch or something from a SPARC
machine and see how well it works.

# uname -i
i86pc
# file ./touch
./touch:ELF 32-bit MSB executable SPARC Version 1, dynamically
linked, stripped
# truss -texec -f sh -c './touch'
11073:  execve(/sbin/sh, 0x08047DA0, 0x08047DB0)  argc = 3
11074:  execve(./touch, 0x08078268, 0x08078270)   Err#22 EINVAL
sh: ./touch: cannot execute
# man execve
[...]
 EINVAL  The new process image file has the appropri-
 ate  permission and has a recognized execut-
 able binary format, but the system does  not
 support  execution  of a file with this for-
 mat.

-- 
Darren Dunham   [EMAIL PROTECTED]
Senior Technical Consultant TAOShttp://www.taos.com/
Got some Dr Pepper?   San Francisco, CA bay area
  This line left intentionally blank to confuse you. 
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


RE: [Veritas-bu] v6.0 NOM on Solaris 10 x86

2006-03-23 Thread Mark.Donaldson
OK - here's the scoop - and the boss was wrong.

Solaris x86  Sparc are Source compatible not binary compatible.

Here's an InfoWorld verification:
===
When it comes to app compatibility, Solaris isn't Java -- the binaries aren't 
portable between architectures (though they remain portable from earlier 
versions of Solaris on the same chip family, so you don't have to recompile a 
Solaris 2.6 app). However, on the small apps I tested, the source code was 
portable between 64-bit Sparc, 32-bit x86, and 64-bit x86. (InfoWorld, 4/2006)
===

Sorry for the confusion.

-M


-Original Message-
From: Donaldson, Mark - Broomfield, CO 
Sent: Thursday, March 23, 2006 12:16 PM

Compatibility is the word from the bossman - no independant verification on my 
part.  Maybe I better...

-Original Message-

 It's not on the supported list but Sun says Solaris 10 x86 is binary =
 compatible with Solaris 10 Sparc.

Where does it say that they're binary compatible?

No version of Solaris x86 offers SPARC binary compatibility.

Both are binary compatible with older releases on the same architecture,
but not with each other.

-- 
Darren Dunham   [EMAIL PROTECTED]
Senior Technical Consultant TAOShttp://www.taos.com/
Got some Dr Pepper?   San Francisco, CA bay area
  This line left intentionally blank to confuse you. 
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] v6.0 NOM on Solaris 10 x86

2006-03-23 Thread Peter DrakeUnderkoffler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The opposite would substantially cut into hardware sales at Sunall business
all the time.

Peter DrakeUnderkoffler
Xinupro, LLC
617-834-2352



[EMAIL PROTECTED] wrote:
 OK - here's the scoop - and the boss was wrong.
 
 Solaris x86  Sparc are Source compatible not binary compatible.
 
 Here's an InfoWorld verification:
 ===
 When it comes to app compatibility, Solaris isn't Java -- the binaries aren't 
 portable between architectures (though they remain portable from earlier 
 versions of Solaris on the same chip family, so you don't have to recompile a 
 Solaris 2.6 app). However, on the small apps I tested, the source code was 
 portable between 64-bit Sparc, 32-bit x86, and 64-bit x86. (InfoWorld, 4/2006)
 ===
 
 Sorry for the confusion.
 
 -M
 
 
 -Original Message-
 From: Donaldson, Mark - Broomfield, CO 
 Sent: Thursday, March 23, 2006 12:16 PM
 
 Compatibility is the word from the bossman - no independant verification on 
 my part.  Maybe I better...
 
 -Original Message-
 
 
It's not on the supported list but Sun says Solaris 10 x86 is binary =
compatible with Solaris 10 Sparc.
 
 
 Where does it say that they're binary compatible?
 
 No version of Solaris x86 offers SPARC binary compatibility.
 
 Both are binary compatible with older releases on the same architecture,
 but not with each other.
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQFEIv/sl+lekZRM55oRAj0PAJ9Qw6LAUsx8TYqAY9lUJqU+LgQfJwCeIW/F
C+cTOE5/3JjjSm+tP9hCegw=
=/dxE
-END PGP SIGNATURE-
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu