IBM Support

Determining the Operating System and Version Information

Question & Answer


Question

The first step in problem determination is to identify the current environment. This includes understanding the operating system and version information.

Answer


Operating System and Version Information by platform:



AIX
Linux
Solaris
Windows



Gathering version information on AIX

Collect the output of the following commands:
      oslevel -r
      oslevel -s
      prtconf 2>&1 | tee prt.out
      ulimit -a

Back to top
Gathering version information on Linux

Collect the output of the following commands:
      uname -arv
      cat /proc/meminfo
      cat /proc/cpuinfo
      cat /etc/*lease
      ulimit -a

Back to top
Gathering version information on Solaris

Collect the output of the following commands:
      uname -a
      prtconf -v 2>&1 | tee prtconf_v.out
      ulimit -a

Back to top
Gathering version information on Windows

Collect the output of the following commands:
      In a dos command prompt issue the following command
      systeminfo > sysinfo.out
Back to top

[{"Product":{"code":"SSSPFK","label":"Tivoli Business Service Manager"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"--","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"4.2.1;6.1;6.1.1","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Product Synonym

TBSM

Document Information

Modified date:
17 June 2018

UID

swg21509608