Operating System - Tru64 Unix
1745866 Members
4264 Online
108723 Solutions
New Discussion юеВ

Howto get system config

 
Isaac_4
Frequent Advisor

Howto get system config

Hi to all

I want to know if exist some command that help me to see the configuration from my server that run in TRU64 and command to see the version that i run in my server
The time is gold
4 REPLIES 4
Michael Schulte zur Sur
Honored Contributor

Re: Howto get system config

Hi,

the command sizer can give you some information especially sizer -v.
Another command is sysconfig.
Depending on the version of os also sysman is a valuable tool.
See the manual pages. The documentation is also extensive.

Can you specify what you are looking for?

greetings,

Michael

Re: Howto get system config

1.hwmgr -R | more
2. more /var/adm/messages file check
Ravi_8
Honored Contributor

Re: Howto get system config

Hi

"sysconfig" gives you the entire hardware and software info.
to know the OS version existing "sizer -v" is the command
never give up
Ross Minkov
Esteemed Contributor

Re: Howto get system config

Isaac,

As Michael already asked -- Can you specify what information you are looking for? sysman is a good place to start. Try this:

/usr/sbin/sysman -station

Try also:

vmstat -P <=== for memory
psrinfo -v <=== for CPUs

Regards,
Ross