Sponsored Content
Full Discussion: 2 cases !!! plz advise
Operating Systems Solaris 2 cases !!! plz advise Post 98627 by pressy on Thursday 9th of February 2006 02:12:15 PM
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
 

7 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

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. 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

6. 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

7. 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
All times are GMT -4. The time now is 04:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy