# 主机版本 [root@neokylin:/root]$ cat /etc/os-release NAME="NeoKylin Linux Advanced Server" VERSION="V7 (Stahl)" ID="neokylin" ID_LIKE="fedora" VARIANT="Server" VARIANT_ID="server" VERSION_ID="V7" PRETTY_NAME="NeoKylin Linux Advanced Server V7 (Stahl)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:neokylin:enterprise_linux:V7:GA:server" HOME_URL="https://www.cs2c.com.cn/" BUG_REPORT_URL="https://bugzilla.cs2c.com.cn/"
NEOKYLIN_BUGZILLA_PRODUCT="NeoKylin Linux Advanced 7" NEOKYLIN_BUGZILLA_PRODUCT_VERSION=V7 NEOKYLIN_SUPPORT_PRODUCT="NeoKylin Linux Advanced" NEOKYLIN_SUPPORT_PRODUCT_VERSION="V7"
# 网络信息 [root@neokylin:/root]$ ip a 2: ens33: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 00:0c:29:d4:e1:41 brd ff:ff:ff:ff:ff:ff inet 192.168.6.198/24 brd 192.168.6.255 scope global noprefixroute ens33 valid_lft forever preferred_lft forever inet6 fe80::3b33:6029:455f:a7a/64 scope link noprefixroute valid_lft forever preferred_lft forever
# 挂载本地 ISO 镜像 [root@neokylin:/root]$ mount | grep iso9660 | grep -v "/run/media" /dev/sr0 on /mnt type iso9660 (ro,relatime) [root@neokylin:/root]$ df -h|grep /mnt /dev/sr0 3.5G 3.5G 0 100% /mnt
[root@neokylin:/root]$ cat /etc/os-release NAME="NeoKylin Linux Advanced Server" VERSION="V7 (Stahl)" ID="neokylin" ID_LIKE="fedora" VARIANT="Server" VARIANT_ID="server" VERSION_ID="V7" PRETTY_NAME="NeoKylin Linux Advanced Server V7 (Stahl)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:neokylin:enterprise_linux:V7:GA:server" HOME_URL="https://www.cs2c.com.cn/" BUG_REPORT_URL="https://bugzilla.cs2c.com.cn/"
NEOKYLIN_BUGZILLA_PRODUCT="NeoKylin Linux Advanced 7" NEOKYLIN_BUGZILLA_PRODUCT_VERSION=V7 NEOKYLIN_SUPPORT_PRODUCT="NeoKylin Linux Advanced" NEOKYLIN_SUPPORT_PRODUCT_VERSION="V7"
查看 Oracle 版本以及补丁:
1 2 3 4 5 6 7 8 9
[oracle@neokylin:/home/oracle]$ sqlplus -v
SQL*Plus: Release 21.0.0.0.0 - Production Version 21.14.0.0.0
LSNRCTL for Linux: Version 21.0.0.0.0 - Production on 08-MAY-2024 16:43:22
Copyright (c) 1991, 2021, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=neokylin)(PORT=1521))) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 21.0.0.0.0 - Production Start Date 08-MAY-2024 16:38:46 Uptime 0 days 0 hr. 4 min. 35 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/oracle/product/21.3.0/db/network/admin/listener.ora Listener Log File /u01/app/oracle/diag/tnslsnr/neokylin/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=neokylin)(PORT=1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521))) Services Summary... Service "17eddb71de164e41e063c606a8c07c55" has 1 instance(s). Instance "lucifer", status READY, has 1 handler(s) for this service... Service "c8209f27c6b16005e053362ee80ae60e" has 1 instance(s). Instance "lucifer", status READY, has 1 handler(s) for this service... Service "lucifer" has 1 instance(s). Instance "lucifer", status READY, has 1 handler(s) for this service... Service "luciferXDB" has 1 instance(s). Instance "lucifer", status READY, has 1 handler(s) for this service... Service "pdb01" has 1 instance(s). Instance "lucifer", status READY, has 1 handler(s) for this service... The command completed successfully