Nikhil
Answered On : Jan 19th, 2006
more /etc/release

2 Users have rated as useful.
Login to rate this answer.
nagendra/vn
Answered On : Feb 3rd, 2006
use the command " uname -r " to check the release and version of sun OS

2 Users have rated as useful.
Login to rate this answer.
Run the command showrev. There's a man page on showrev and there are switches to help you do whatever you're trying to do
Login to rate this answer.
uname -r
Login to rate this answer.
jana
Answered On : Sep 6th, 2006
USe Banner in OBP.
It will give the complete information about the server.

2 Users have rated as useful.
Login to rate this answer.
Mrutyunjay Shivapuji
Answered On : Sep 21st, 2006
uname -X

2 Users have rated as useful.
Login to rate this answer.
MJ
Answered On : Jun 19th, 2007
Don't think the OBP will help will it? I mean, isn't that before the operating system is loaded?
Login to rate this answer.
OBP would not help any in this regards, as OBP show the BOOTPROMPT version not the Solaris version.
Login to rate this answer.
uname-
-r Prints the operating system release level.
-s Prints the name of the operating system.
-v Prints the operating system version.
-X Prints expanded system information.

1 User has rated as useful.
Login to rate this answer.
uname -x or in use banner
Login to rate this answer.
Gokulnath
Answered On : Jun 5th, 2013
cat /etc/release
Login to rate this answer.
unix
Answered On : Jun 13th, 2013
uname -X
Login to rate this answer.