Operating System - Tru64 Unix
1830366 Members
2230 Online
110001 Solutions
New Discussion

simple questions

 
John_608
Advisor

simple questions

Hi

this is my first time on a dec alpha box i know some unix but could do with a little help.

when i type uname -s i get OSF1 is this the same as tru64

how do i find out the server model

thanks
John.
9 REPLIES 9
Johan Brusche
Honored Contributor

Re: simple questions


John,

sizer -v will provide more info on OS version

sizer -c on CPU type (or psrinfo , or grep Alpha /var/adm/messages | tail -5 )

JB.

_JB_
John_608
Advisor

Re: simple questions

Johan

sizer command not found does this mean its not Tru64 ?

messages file gave me model thanks

John.
Peter Leddy_1
Esteemed Contributor

Re: simple questions

You need to put in the full path

/usr/sbin/sizer

But putting /usr/sbin in the PATH in your .profile will sort it out everytime you login.
Johan Brusche
Honored Contributor

Re: simple questions

The command is /usr/sbin/sizer, and it's availabel on my OSF1 V3.2G system.

Alternatively use "uname -a"

Johan.

_JB_
Joris Denayer
Respected Contributor

Re: simple questions

John,

Here is another one:

/usr/bin/strings /vmunix | grep "(Rev"

Joris
To err is human, but to really faul things up requires a computer
Ramesh.K.R.
Regular Advisor

Re: simple questions

Just to add one more quistion.

How to get the KERNEL BIT info ??
i.e. wheather it is 32 or 64 bit ??

Regards,
Ramesh.K.R.
hai
Johan Brusche
Honored Contributor

Re: simple questions


There is no such bit, it's (and always has been since its inception) a 64-bit OS.

Tru64 does not drag a legacy 32-bit compatibility mode within it's history.

Johan.

_JB_
Ramesh.K.R.
Regular Advisor

Re: simple questions

Thanks a lot for the info. Infact, just before i pressed "refresh" on this page, i had also found out that tru64 is available only with 64 bits

Regards,
Ramesh.K.R.
hai
Ravi_8
Honored Contributor

Re: simple questions

Hi John

#/usr/sbin/sizer -v

to find the server model

#/sbin/hwmgr -view hierarchy |pg
never give up