2 cases !!! plz advise


 
Thread Tools Search this Thread
Operating Systems Solaris 2 cases !!! plz advise
# 1  
Old 02-09-2006
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  
Old 02-09-2006
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  
Old 02-09-2006
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  
Old 02-09-2006
Error

by the way:
i use solaris 10 update 1, 01/06, and my hummingbird client is working fine after a fresh installation without changing anything. as i can see, XDMCP should be enabled per default like on the older versions....

gP
# 5  
Old 02-09-2006
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.
# 6  
Old 02-09-2006
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.
# 7  
Old 02-09-2006
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
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to split string in someinteresting cases?

I have a variable var=safe_alloc_TBA_details_TXXXXXX_YYYYMMDDhhmmss.csv I want to get a part safe_alloc_TBA_details_T If I do : PR=`echo "$var" | awk -F'_' '{for (i=1; i<NF; i++) printf("%s_", $i)}'` Then echo "$PR = safe_alloc_TBA_details_" How can I cut the string so that get it... (3 Replies)
Discussion started by: digioleg54
3 Replies

2. Shell Programming and Scripting

Grep strings for different cases

Hi All, Good morning I have a below code which is working & getting expected output. the problem in this code is it is executing 3 if conditions, my requirement is suppose if first condition is success then it should print echo statement & exit from if condition else if the 1st if condition... (4 Replies)
Discussion started by: sam@sam
4 Replies

3. Shell Programming and Scripting

Extract match cases

hi guys i have a file like this which is contain more than 3000 records i want to extract emails have Creation Date: : Wed, 14 Aug 2009 and their POP3 Last Login Date and WebMail Last Login Date is Thu, 01 Jan 1970 how can i could do that for example in this sample i need... (13 Replies)
Discussion started by: mhs
13 Replies

4. UNIX for Dummies Questions & Answers

Search for a string with different cases

Hi Guys, I am using the following command in a script. cat $sql_file_path"/"${sql_file_list} | grep "ABCDE" but it returns only exactly matching lines (ABCDE) how can i modify this single line so it will return if it finds a matching string with any case. eg: Abcde, abCDe, abcdeE,... (4 Replies)
Discussion started by: mwrg
4 Replies

5. UNIX for Advanced & Expert Users

test cases

in my organisation the unix server is migrated.the ip of the server changed and the hardware.i need to test that i am aving the same file structure and data which is created under my user id.and the utilities like sqlplus,ftp are working or not.i am talking abt the general user perspective who... (0 Replies)
Discussion started by: dr46014
0 Replies

6. UNIX for Dummies Questions & Answers

redirected output not going to file for all cases

I have to confirm that an engine was not able to run. In the output below you see that it indeed got errors, but it didn't send those messages to the output file. When I run the same thing with a different executable it works. So does this mean something in the executable could cause it not to... (7 Replies)
Discussion started by: brdholman
7 Replies

7. UNIX for Dummies Questions & Answers

plz Help How should I configure cc compiler output file plz help???

i.e configuration of C compiler :confused: (4 Replies)
Discussion started by: atiato
4 Replies
Login or Register to Ask a Question