본문 바로가기

VIO Client/oslevel TL SP

AIX, VIO Client os version 확인

1) OS 버젼 확인

 

#oslevel -r

 

#oslevel -s

7100-04-04-1717

 

#lslpp -l |grep bos.mp
bos.mp64              7.1.4.32      COMMITTED          Base Operating System 64-bit

해당 7.1.4.32와 이에 해당되는 os level을 매칭시켜봐야 정확한 OS 의 파일셋도 해당버젼에 설치되어있는지 확인 가능하다.

 

(2022.02.10 latest version bos.mp64

https://www.ibm.com/support/pages/fileset-information-bosmp64-8

 

 

https://www.ibm.com/support/pages/fileset-information-bosmp64

보통 매칭하면 동일하게 나와야 되며,

그렇지 않을 경우의 확인 방법이다.

 

*ML은 현재의 TL(Tech Level)과 동일하며

과거에 사용했던 것이 ML이지만, 해당 명령어의 ML 을 계속 사용중이라 같은 의미이다.

 

 

2) -(ㄱ)  파일셋 - TL

#instfix -i |grep ML   : // 누락된 파일셋이 없을 때 다음과 같이 뜬다.

 

#instfix -i |grep ML   : // 누락된 파일셋이 없을 때는 해당 모든 파일셋이 있다고 뜬다.
All filesets for 7.1.0.0_AIX_ML were found.

All filesets for 7100-00_AIX_ML were found.
All filesets for 7100-01_AIX_ML were found.
All filesets for 7100-02_AIX_ML were found.
All filesets for 7100-03_AIX_ML were found.
All filesets for 7100-04_AIX_ML were found.


#oslevel -rl 7100-04
누락된 파일셋이 없을 때 프롬프트만 떨어질 뿐, 어떠한 결과값도 나오지 않는다.

 

 

 

2) -(ㄴ)  파일셋 -SP

#instfix -i |grep SP  

#instfix -i |grep SP   : // 누락된 파일셋이 없을 때는 해당 모든 파일셋이 있다고 뜬다.
All filesets for 7.1.0.0_AIX_ML were found.

All filesets for 7100-00_AIX_ML were found.
All filesets for 7100-01_AIX_ML were found.
All filesets for 7100-02_AIX_ML were found.
All filesets for 7100-03_AIX_ML were found.
All filesets for 7100-04_AIX_ML were found.


#oslevel -sl 7100-04
누락된 파일셋이 없을 때 프롬프트만 떨어질 뿐, 어떠한 결과값도 나오지 않는다.