The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com



SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems .

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
test cases dr46014 UNIX for Advanced & Expert Users 0 03-07-2008 11:59 PM
redirected output not going to file for all cases brdholman UNIX for Dummies Questions & Answers 7 10-10-2007 03:07 PM
How to Contribute to the CEP Community - Use Cases iBot Complex Event Processing RSS News 0 08-16-2007 09:00 PM
Need your advise for which version ? terryfox UNIX for Dummies Questions & Answers 3 05-23-2006 12:00 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 02-09-2006
mduweik mduweik is offline
Registered User
  
 

Join Date: Jan 2006
Posts: 18
2 cases !!! plz advise

i've installed solaris 10 on E 3500 server ..

1. i cant install patch cluster on it , cause when i extract the file , i gives me an OUT file .. i dont know what to do with it .

2. i want to know which files to edit so i can use Exceed Client Software for X Terminal .. its working fine with the Solaris 9 server i have ... plz asvise

thanks in advance
  #2 (permalink)  
Old 02-09-2006
rhfrommn rhfrommn is offline Forum Advisor  
Registered User
  
 

Join Date: Nov 2003
Location: Minnesota
Posts: 424
I'm pretty sure that Solaris 10 doesn't include support for the E3500 since that hardware came out in the late '90s. You could check Sun's website to verify that. If it isn't supported by Solaris 10, you probably should install an older version which is supported on that hardware. If not you will tend to run into lots of goofy problems like the 2 you described.
  #3 (permalink)  
Old 02-09-2006
pressy's Avatar
pressy pressy is offline Forum Staff  
solaris cultist
  
 

Join Date: Aug 2003
Location: Vienna / Austria (Europe) [EARTH]
Posts: 726
Lightbulb

;-) my test boxes:
scnode1# uname -a
SunOS scnode1 5.10 Generic_118822-27 sun4u sparc SUNW,Ultra-Enterprise
scnode1# prtdiag | head -1
System Configuration: Sun Microsystems sun4u 8-slot Sun Enterprise E4500/E5500
scnode2# uname -a
SunOS scnode2 5.10 Generic_118822-27 sun4u sparc SUNW,Ultra-Enterprise
scnode2# prtdiag | head -1
System Configuration: Sun Microsystems sun4u 5-slot Sun Enterprise E3500

and it is supported ... sunsolve

could you post the command which you use to uncompress the r&s patchcluster and what is the "out" file name?

gP

Last edited by pressy; 02-09-2006 at 01:05 PM..
  #4 (permalink)  
Old 02-09-2006
rhfrommn rhfrommn is offline Forum Advisor  
Registered User
  
 

Join Date: Nov 2003
Location: Minnesota
Posts: 424
Thanks for the information. That is a suprise to me they still support stuff that old with the latest OS versions. I looked through that link you gave and found my confusion. The restriction I was thinking of is that you can't put older versions of Solaris on the newest boxes so I basically had it backwards. Old box with new OS is ok - New box with old OS isn't.
  #5 (permalink)  
Old 02-09-2006
reborg's Avatar
reborg reborg is offline Forum Staff  
Administrator
  
 

Join Date: Mar 2005
Location: Ireland
Posts: 4,245
Quote:
Originally Posted by rhfrommn
Thanks for the information. That is a suprise to me they still support stuff that old with the latest OS versions. I looked through that link you gave and found my confusion. The restriction I was thinking of is that you can't put older versions of Solaris on the newest boxes so I basically had it backwards. Old box with new OS is ok - New box with old OS isn't.
Yes that's mostly it, although Solaris 10 does not support some of the really old pre-sun4u processors.
  #6 (permalink)  
Old 02-09-2006
pressy's Avatar
pressy pressy is offline Forum Staff  
solaris cultist
  
 

Join Date: Aug 2003
Location: Vienna / Austria (Europe) [EARTH]
Posts: 726
yes, true, well that would mean that you would have to know what the future will bring :-)
to be honest, solaris10 is the first release from sun where they don't support the veryveryvery old mashines with the superscalar sparcs. in the past, you were able to install solaris9 on every mashine from sun which was ever sold. even on the old IPX or sparcstations. that's a very nice advantage of solaris against e.g. IBM AIX, that you can run the same OS on the oldest and newest sun or smallest and biggest. Solaris doesn't depend on the hardware it's always the same core kernel image, everything else is made with enviroment-modules...

example:

Code:
E4500
root@scnode2 # modinfo
 Id Loadaddr   Size Info Rev Module Name
  0  1000000  c3720   -   0  unix ()
  1  1077fc8  1d99a   -   0  krtld ()
  2  10908c0 19f348   -   0  genunix ()
  3  11de7b0    748   -   0  platmod ()
  4  11dee00   d048   -   0  SUNW,UltraSPARC-II ()
.....
...
..

ultra5
root@mptest01 # modinfo | more
 Id Loadaddr   Size Info Rev Module Name
  0  1000000  c3720   -   0  unix ()
  1  1077fc8  1d992   -   0  krtld ()
  2  10908c0 19f348   -   0  genunix ()
  3  11de7b0     a8   -   0  platmod ()
  4  11de880   d048   -   0  SUNW,UltraSPARC-IIi ()
....
..
.

V440
 Id Loadaddr   Size Info Rev Module Name
  0  1000000  c35b0   -   0  unix ()
  1  1077e70  1d99a   -   0  krtld ()
  2  1090768 19f2d8   -   0  genunix ()
  3  11de5e8    c38   -   0  platmod ()
  4  11df100  14388   -   0  SUNW,UltraSPARC-IIIi ()
...
..
.

just have a look into your /platform directory, you will see there which mashines are supported by your solaris revision

gP
  #7 (permalink)  
Old 02-12-2006
mduweik mduweik is offline
Registered User
  
 

Join Date: Jan 2006
Posts: 18
Pressy ,

since E3500 cant read the DVD (which hold the patches) , i FTP the patch cluster to the server then

bunzip2 10_RECOM.BZ2 ==> this is the command i use to unzip the file at 1st

the out put of the command is :

bunzip2: Can't guess original name for 10_RECOM.BZ2 -- using 10_RECOM.BZ2.out

and then

i find this file in the patches directory

-rw------- 1 root root 221167616 Feb 12 08:59 10_RECOM.BZ2.out


is this enough information ?





P.S. my X window client (Exceed) still cant detect my server
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 10:43 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0