{"id":433,"date":"2021-04-23T15:22:58","date_gmt":"2021-04-23T07:22:58","guid":{"rendered":"https:\/\/airy.cn\/WordPress\/?p=433"},"modified":"2025-01-20T11:47:31","modified_gmt":"2025-01-20T03:47:31","slug":"lsdyna-system","status":"publish","type":"post","link":"https:\/\/airy.cn\/WordPress\/?p=433","title":{"rendered":"LSDYNA+MPI+PBS+Submit system"},"content":{"rendered":"\n<p>\u7cfb\u7edf\u4fe1\u606f\u7684\u67e5\u8be2<br>lscpu  # \u8ba1\u7b97\u673a\u6838\u6570\u67e5\u8be2<br>hostname # \u7cfb\u7edfIP\u548c\u4e3b\u673a\u540d\u67e5\u8be2<br>ifconfig -a | grep &#8220;inet&#8221;  # \u6b64\u547d\u4ee4\u7528\u6765\u663e\u793a\u4e3b\u673aIP\u3002<br><br>1 \u5b89\u88c5\u7cfb\u7edf MINI\u5b89\u88c5\u6700\u5c0f\u5316\u7cfb\u7edf CentOS7* \/ RHEL 7.* \u4e0b\u8f7d\u5730\u5740\u89c1\u6587\u672b\u94fe\u63a5\u3002<br><span class=\"has-inline-color has-luminous-vivid-orange-color\">root lsdyna<br>lsdyna lsdyna<\/span><\/p>\n\n\n\n<p>2 \u5173\u95ed\u9632\u706b\u5899<br>systemctl stop firewalld.service ; systemctl disable firewalld.service ; systemctl status firewalld.service ;<br>firewall-cmd &#8211;state<\/p>\n\n\n\n<p>3 \u4fee\u6539\u4e3b\u673a\u540d<br>hostnamectl set-hostname headnode<br>hostnamectl set-hostname node1<br>hostnamectl set-hostname node2<\/p>\n\n\n\n<p>echo &#8220;nameserver 192.168.66.1&#8221; &gt;&gt; \/etc\/resolv.conf<br>echo &#8220;nameserver 8.8.8.8&#8221; &gt;&gt; \/etc\/resolv.conf<br>echo &#8220;nameserver 114.114.114.114&#8221; &gt;&gt; \/etc\/resolv.conf<br>cat \/etc\/resolv.conf<br><br>route add default gw 192.168.66.1   #\u5982\u679c\u9700\u8981<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p># <strong>disable SELINUX<\/strong><br>sudo setenforce 0; sestatus ;<br>sudo sed -ri &#8216;\/^[^#]*SELINUX=\/s#=.+$#=disabled#&#8217; \/etc\/selinux\/config ;<br>cat \/etc\/selinux\/config ;<br>sestatus ;<\/p>\n\n\n\n<p>4 CentOS 7\u4e0b\u8f7d\u6e90\u66f4\u6362\u4e3a\u963f\u91cc\u4e91<\/p>\n\n\n\n<p>a.\u5378\u8f7d\u7cfb\u7edf\u4e2d\u73b0\u6709\u7684yum\u5305<br>rpm -qa|grep yum; rpm -qa|grep yum | xargs rpm -e &#8211;nodeps<br>rpm -qa|grep yum<\/p>\n\n\n\n<p>curl -O http:\/\/mirrors.163.com\/centos\/7\/os\/x86_64\/Packages\/yum-3.4.3-168.el7.centos.noarch.rpm<br>curl -O http:\/\/mirrors.163.com\/centos\/7\/os\/x86_64\/Packages\/yum-metadata-parser-1.1.4-10.el7.x86_64.rpm<br>curl -O http:\/\/mirrors.163.com\/centos\/7\/os\/x86_64\/Packages\/yum-plugin-fastestmirror-1.1.31-54.el7_8.noarch.rpm<br>curl -O http:\/\/mirrors.163.com\/centos\/7\/os\/x86_64\/Packages\/yum-utils-1.1.31-54.el7_8.noarch.rpm<br>curl -O http:\/\/mirrors.163.com\/centos\/7\/os\/x86_64\/Packages\/python-urlgrabber-3.10-10.el7.noarch.rpm<br>curl -O http:\/\/mirrors.163.com\/centos\/7\/os\/x86_64\/Packages\/python-kitchen-1.1.1-5.el7.noarch.rpm<br>curl -O http:\/\/mirrors.163.com\/centos\/7\/os\/x86_64\/Packages\/python-chardet-2.2.1-3.el7.noarch.rpm<\/p>\n\n\n\n<p>rpm -ivh python-chardet-2.2.1-3.el7.noarch.rpm python-kitchen-1.1.1-5.el7.noarch.rpm  python-urlgrabber-3.10-10.el7.noarch.rpm &#8211;force &#8211;nodeps<br>rpm -ivh yum*.rpm &#8211;force &#8211;nodeps<\/p>\n\n\n\n<p>yum install -y wget<\/p>\n\n\n\n<p><br>mv \/etc\/yum.repos.d\/CentOS-Base.repo \/etc\/yum.repos.d\/CentOS-Base.repo.backup<br>wget -O \/etc\/yum.repos.d\/CentOS-Base.repo http:\/\/mirrors.aliyun.com\/repo\/Centos-7.repo<br>curl -O  http:\/\/mirrors.aliyun.com\/repo\/Centos-7.repo &amp;&amp; mv Centos-7.repo \/etc\/yum.repos.d\/CentOS-Base.repo<\/p>\n\n\n\n<p>\u4fee\u6539Centos-7.repo\u6587\u4ef6\u5c06\u6240\u6709$releasever\u66ff\u6362\u4e3a7<br>vi \/etc\/yum.repos.d\/CentOS-Base.repo<br>:%s\/$releasever\/7\/g<br>yum clean all<br>rpm &#8211;rebuilddb<br>yum makecache &amp;&amp; yum -y update<\/p>\n\n\n\n<p>yum install -y epel-release bash-completion wget yum-utils net-tools python git<br>yum install -y nmon <\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>https:\/\/github.com\/fanshengshuai\/VPSMate <br> git clone https:\/\/github.com\/fanshengshuai\/VPSMate.git ; cd VPSMate ; python install.py<\/p>\n\n\n\n<p>git clone https:\/\/github.com\/zjhch123\/VPSMate.git ; cd VPSMate ; python install.py<br><br>git clone https:\/\/github.com\/inpanel\/inpanel.git ; cd inpanel ; python install.py<\/p>\n\n\n\n<p>============================<\/p>\n\n\n\n<p>* INSTALL COMPLETED! *<\/p>\n\n\n\n<p>Admin username [default: admin]:<br>Admin password [default: admin]:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Username and password set successfully!<\/li>\n\n\n\n<li>Config iptables<\/li>\n\n\n\n<li>The URL of your VPSMate is: http:\/\/192.168.66.106:8888\/<br><br>https:\/\/github.com\/zjhch123\/VPSMate <br>https:\/\/github.com\/inpanel\/inpanel<\/li>\n<\/ul>\n\n\n\n<p><br><\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p>5 Host_Settings<\/p>\n\n\n\n<p>echo &#8220;192.168.66.106 headnode&#8221; &gt;&gt; \/etc\/hosts<br>echo &#8220;192.168.66.191 node1&#8221; &gt;&gt; \/etc\/hosts<br>echo &#8220;192.168.199. node2&#8221; &gt;&gt; \/etc\/hosts<br><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>scp hosts \/etc\/hosts \u53ef\u9009\u9879<br>scp \/etc\/hosts root@node1:\/etc\/<br>scp \/etc\/hosts root@node2:\/etc\/<br>scp \/etc\/hosts root@node3:\/etc\/<br>scp \/etc\/hosts root@node4:\/etc\/<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>6 \u6dfb\u52a0\u786c\u76d8\u548c\u5206\u533a \u6302\u8f7d<br>1.fdisk \/dev\/sdb<br>2.partprobe\u3000\u3000\/dev\/sdb<\/p>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>mkfs.ext4\u3000\u3000 \/dev\/sdb1<br>mkfs -v -t ext4 -c \/dev\/sdb1<\/li>\n\n\n\n<li>\u6302\u8f7d\u3000\u3000<br>mkdir \/data; chmod -R 777 \/data<br>mount \/dev\/sdb1 \/data  ; chmod -R 777 \/data<br>vim \/etc\/fstab<br>\/dev\/sdb1 \/data ext4 defaults 0 0<\/li>\n\n\n\n<li>mount -a<br><\/li>\n<\/ol>\n\n\n\n<p><span style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-orange-color\">Server\uff1a<br><\/span>mkdir \/data<br>chmod -R 777 \/data<br>yum install deltarpm nfs-utils rpcbind -y<br>systemctl enable nfs.service<br>systemctl start nfs.service<br><br>echo &#8220;\/data *(rw,sync)&#8221; &gt;&gt; \/etc\/exports ; cat \/etc\/exports<br>vi \/etc\/exports<br>\/data *(rw,sync)<\/p>\n\n\n\n<p>exportfs -a<br>exportfs -av<br>showmount -e<\/p>\n\n\n\n<p><span style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-orange-color\">Clients:<br><\/span>yum install deltarpm nfs-utils rpcbind -y<br>systemctl enable nfs.service<br>systemctl start nfs.service<\/p>\n\n\n\n<p>mkdir \/data<br>chmod -R 777 \/data<\/p>\n\n\n\n<p>umount \/data<br>mount -t nfs 192.168.66.106:\/data \/data<\/p>\n\n\n\n<p>vi \/etc\/fstab<br>192.168.66.106:\/data \/data nfs defaults 0 0<\/p>\n\n\n\n<p>echo &#8220;192.168.66.106:\/data \/data nfs defaults 0 0&#8221; &gt;&gt; \/etc\/fstab<br>cat \/etc\/fstab<br>mount -a<\/p>\n\n\n\n<p>exportfs -a<br>exportfs -av<br>showmount -e<\/p>\n\n\n\n<p>\u9ed8\u8ba4\u4f7f\u7528nis\uff0c\u6ca1\u6709nis\u5b83\u4f1a\u81ea\u52a8\u6620\u5c04\u6210nobody\u7528\u6237\u3002 \u89e3\u51b3\u6b64\u95ee\u9898\uff0c\u5e76\u4e0d\u96be\uff0c\u4e0b\u9762\u63d0\u4f9b\u4e24\u4e2a\u529e\u6cd5\uff1a<br>\u5728\u5ba2\u6237\u7aef\u6302\u8f7dNFS\u65f6\uff0c\u52a0\u4e00\u4e2a\u53c2\u6570&#8221;-o nfsvers=3&#8243;<br>\u5ba2\u6237\u7aef\u548c\u670d\u52a1\u7aef\u5206\u522b\u6253\u5f00\/etc\/idmapd.conf\u914d\u7f6e\u6587\u4ef6\uff0c\u628a\u201c#Domain = local.domain.edu\u201d \u6539\u4e3a \u201cDomain = xxx.com\u201d \uff08\u8fd9\u91cc\u7684xxx.com,\u4f60\u968f\u610f\u5b9a\u4e49\u5427\uff09\uff0c\u7136\u540e\u518d\u91cd\u542frpcidmapd\u670d\u52a1\uff0c<br>vi \/etc\/idmapd.conf<br>service rpcidmapd restart<\/p>\n\n\n\n<p>systemctl restart rpcidmapd.service<br>systemctl restart rpcbind.service<br>systemctl restart nfs.service<br>mount -t nfs -o nfsvers=3 192.168.199.222:\/data \/data<\/p>\n\n\n\n<p>mount -t nfs -o proto=tcp -o nolock -o vers=3 192.168.199.222:\/data \/data<\/p>\n\n\n\n<p>7 Linux\u4e4b\u95f4\u914d\u7f6eSSH\u4e92\u4fe1\uff08SSH\u514d\u5bc6\u7801\u767b\u5f55\uff09<br>\u4e3a\u7b80\u5316SSH\u8fc7\u7a0b\uff0c\u91c7\u7528\u8bc1\u4e66\u65b9\u5f0f\uff0c\u514d\u53bbSSH\u767b\u5165\u65f6\u9700\u8981\u8f93\u5165\u8d26\u53f7\u5bc6\u7801\u7684\u8fc7\u7a0b\uff0c\u5177\u4f53\u64cd\u4f5c\u5982\u4e0b\uff1a<\/p>\n\n\n\n<p>\u4e00\u3001\u5728SSH\u670d\u52a1\u5668\u6240\u5728\u673a\u5668\u4e0a<\/p>\n\n\n\n<p>1\u3001\u4ee5root\u7528\u6237\u767b\u5f55\uff0c\u66f4\u6539ssh\u914d\u7f6e\u6587\u4ef6 vi \/etc\/ssh\/sshd_config\uff0c\u53bb\u9664\u4ee5\u4e0b\u914d\u7f6e\u7684\u6ce8\u91ca<\/p>\n\n\n\n<p>RSAAuthentication yes #\u542f\u7528rsa\u8ba4\u8bc1<br>PubkeyAuthentication yes #\u542f\u7528\u516c\u94a5\u79c1\u94a5\u914d\u5bf9\u8ba4\u8bc1\u65b9\u5f0f<br>AuthorizedKeysFile .ssh\/authorized_keys #\u516c\u94a5\u6587\u4ef6\u8def\u5f84<\/p>\n\n\n\n<p>ssh-keygen -t rsa<\/p>\n\n\n\n<p>2\u3001\u91cd\u542fSSH\u670d\u52a1<\/p>\n\n\n\n<p>[root@server \/]#systemctl restart sshd \/\/\u91cd\u542fssh\u670d\u52a1<br>\u4e8c\u3001\u5728\u5ba2\u6237\u7aef\u673a\u5668\u4e0a<\/p>\n\n\n\n<p>1\u3001\u751f\u6210\u516c\u94a5\u79c1\u94a5\u5bf9<\/p>\n\n\n\n<p>[root@client \/]#ssh-keygen -t rsa<br>\u4e00\u8def\u9ed8\u8ba4\u56de\u8f66\uff0c\u7cfb\u7edf\u5728\/root\/.ssh\u4e0b\u751f\u6210id_rsa\u3001id_rsa.pub<br>ssh-keygen\u65e0\u56de\u8f66\u751f\u6210\u516c\u94a5\u79c1\u94a5\u5bf9<br>ssh-keygen -t rsa -N &#8221; -f id_rsa -q<br>-t:<br>-N:\u662f\u6307\u5bc6\u7801\u4e3a\u7a7a\uff1b<br>-f:id_rsa\u662f\u6307\u4fdd\u5b58\u6587\u4ef6\u4e3a~\/.ssh\/id_rsa\u548c~\/.ssh\/id_rsa.pub<br>-q:\u6307\u9759\u9ed8\u6a21\u5f0f, \u4e0d\u8f93\u51fa\u663e\u793a<\/p>\n\n\n\n<p>2\u3001\u628aid_rsa.pub\u53d1\u9001\u5230\u670d\u52a1\u7aef\u673a\u5668\u4e0a<\/p>\n\n\n\n<p>[root@client \/]#ssh-copy-id -i \/root\/.ssh\/id_rsa.pub 192.168.66.106 #server ip<\/p>\n\n\n\n<p>ssh-copy-id -i \/root\/.ssh\/id_rsa.pub 192.168.66.106<\/p>\n\n\n\n<p>3\u3001\u9a8c\u8bc1<br>[root@client \/]#ssh node1 #server ip<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p>ssh-keygen -t rsa<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">ssh-copy-id -i \/root\/.ssh\/id_rsa.pub 192.168.199.222<\/h2>\n\n\n\n<p>From Server<br>scp \/root\/.ssh\/authorized_keys root@node1:\/root\/.ssh\/<br>scp \/root\/.ssh\/authorized_keys root@node2:\/root\/.ssh\/<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>yum install -y glibc.i686 libgcc-4.8.5-11.el7.i686 libgcc_s.so.1<\/strong><\/p>\n\n\n\n<p>\u5b89\u88c5Platform MPI<\/p>\n\n\n\n<ol style=\"list-style-type:lower-alpha\" class=\"wp-block-list\">\n<li>\u4e0b\u8f7dplatformMPI\uff0c\u5982\uff1aplatform_mpi- 09.01.04.03r-ce.bin\u3002<br>curl -O http:\/\/ftp.lsdyna-china.com:8088\/lsdyna-china\/LS-DYNA\/MPI_Library\/MPI-platform_mpi\/platform_mpi-09.01.04.03r-ce.bin<\/li>\n\n\n\n<li>\u6267\u884c\u4ee5\u4e0b\u547d\u4ee4\uff0c\u5b89\u88c5\u4f9d\u8d56\u5305\u3002<strong># yum install glibc.i686 libgcc-4.8.5-11.el7.i686 libgcc_s.so.1<\/strong><\/li>\n\n\n\n<li>\u6267\u884c\u4ee5\u4e0b\u547d\u4ee4\uff0c\u589e\u52a0\u6267\u884c\u6743\u9650\u3002<strong>#chmod +x platform_mpi-09.01.04.03r-ce.bin<\/strong><\/li>\n\n\n\n<li>\u5b89\u88c5Platform MPI\u3002<strong># .\/platform_mpi-09.01.04.03r-ce.bin<\/strong>\u6839\u636e\u7cfb\u7edf\u63d0\u793a\u5b89\u88c5Platform MPI<\/li>\n<\/ol>\n\n\n\n<p>\u914d\u7f6e\u73af\u5883\u53d8\u91cf\u3002<\/p>\n\n\n\n<ol style=\"list-style-type:lower-alpha\" class=\"wp-block-list\">\n<li>\u6267\u884c\u4ee5\u4e0b\u547d\u4ee4\uff0c\u83b7\u53d6pkey\u3002<strong># cat \/sys\/class\/infiniband\/mlx5_0\/ports\/1\/pkeys\/* | grep -v 0000\u56fe2&nbsp;<\/strong>\u83b7\u53d6pkey<br><img decoding=\"async\" width=\"434.489055\" height=\"33.827087000000006\" src=\"https:\/\/support.huaweicloud.com\/usermanual-hpc\/zh-cn_image_0133349198.png\"><\/li>\n\n\n\n<li>\u666e\u901a\u7528\u6237\u4e0b\uff0c\u5728~\/.bashrc\u4e2d\u6dfb\u52a0\uff1a<br><strong>export MPI_ROOT=\/opt\/ibm\/platform_mpi<\/strong><br><strong>export PATH=$MPI_ROOT\/bin:$PATH<\/strong><br><strong>export LD_LIBRARY_PATH=\/opt\/ibm\/platform_mpi\/lib\/linux_amd64<\/strong><br><strong>export MPI_IB_PKEY=<\/strong><em><a href=\"https:\/\/support.huaweicloud.com\/usermanual-hpc\/hpc_04_0012.html#hpc_04_0012__li43811143171922\">2.a<\/a>\u4e2d\u83b7\u53d6\u7684pkey<\/em><br><strong>$source ~\/.bashrc<\/strong><img decoding=\"async\" src=\"https:\/\/res-img3.huaweicloud.com\/content\/dam\/cloudbu-site\/archive\/china\/zh-cn\/support\/resource\/framework\/v3\/images\/support-doc-new-note.svg\">\u8bf4\u660e\uff1a\u5982\u679c\u5b58\u5728\u591a\u4e2apkey\uff0c\u4f7f\u7528\u82f1\u6587\u9017\u53f7\u9694\u5f00\u3002<\/li>\n\n\n\n<li>\u6267\u884c\u4ee5\u4e0b\u547d\u4ee4\uff0c\u68c0\u67e5\u73af\u5883\u53d8\u91cf\u662f\u5426\u914d\u7f6e\u6210\u529f\u3002<strong># which mpirun\u56fe3&nbsp;<\/strong>\u68c0\u67e5\u73af\u5883\u53d8\u91cf<br><img decoding=\"async\" src=\"https:\/\/support.huaweicloud.com\/usermanual-hpc\/zh-cn_image_0133350436.png\"><\/li>\n<\/ol>\n\n\n\n<p>mkdir \/data\/prg; mkdir \/data\/prg\/<strong>platform_mpi<\/strong> ; mkdir \/data\/prg\/<strong>dyna<\/strong>apps<br>cp -r \/opt\/ibm\/platform_mpi \/data\/prg\/<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>vi \/etc\/bashrc<br><strong>export MPI_ROOT=\/data\/prg\/<strong>platform_mpi<\/strong><\/strong><br><strong>export PATH=$MPI_ROOT\/bin:<strong>\/data\/prg\/<strong>dyna<\/strong>apps<\/strong>:$PATH<\/strong><br><strong>export LD_LIBRARY_PATH=<strong>$MPI_ROOT\/<\/strong>lib\/linux_amd64<\/strong><br>cat \/etc\/bashrc; source \/etc\/bashrc<br><\/p>\n\n\n\n<p>echo &#8220;<strong>export MPI_ROOT=\/data\/prg\/<strong>platform_mpi<\/strong><\/strong>&#8221; >> \/etc\/bashrc<br>echo &#8220;<strong>export PATH=\\$MPI_ROOT\/bin:<strong>\/data\/prg\/dynaapps<\/strong>:\\$PATH<\/strong>&#8221; >> \/etc\/bashrc<br>echo &#8220;<strong>export LD_LIBRARY_PATH=\\<strong>$MPI_ROOT\/<\/strong>lib\/linux_amd64<\/strong>&#8221; >> \/etc\/bashrc<br>cat \/etc\/bashrc; source \/etc\/bashrc<br><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><br>\u5b89\u88c5\u548c\u914d\u7f6eTorque<\/h2>\n\n\n\n<p>\u5b89\u88c5Torque\u8fd0\u884c\u73af\u5883\u548c\u4f9d\u8d56\u5e93<\/p>\n\n\n\n<p>yum install libxml2-devel openssl-devel gcc gcc-c++ boost-devel libtool-y<\/p>\n\n\n\n<p>wget http:\/\/wpfilebase.s3.amazonaws.com\/torque\/torque-6.1.1.1.tar.gz<br>tar zxvf torque-6.1.1.1.tar.gz<br>cd torque-6.1.1.1<br> .\/configure<br>make -j8<br>make install<br>make packages<br>.\/libtool &#8211;finish \/usr\/local\/torque\/lib<br>cp contrib\/init.d\/{pbs_{server,sched,mom},trqauthd} \/etc\/init.d\/<br>for i in pbs_server pbs_sched pbs_mom trqauthd; do chkconfig &#8211;add $i; chkconfig $i on; done<\/p>\n\n\n\n<p>systemctl enable pbs_server.service<br>systemctl enable pbs_mom.service<br>systemctl enable trqauthd.service<br>systemctl enable pbs_sched<br>for i in pbs_server pbs_sched pbs_mom trqauthd; do systemctl enable $i; done<br>for i in pbs_server pbs_sched pbs_mom trqauthd; do systemctl status $i; done<br>for i in pbs_server pbs_sched pbs_mom trqauthd; do systemctl restart $i; done<\/p>\n\n\n\n<p>.\/torque.setup root      # \u5c06root\u8bbe\u4e3aTorque\u7684\u7ba1\u7406\u8d26\u6237<br>.\/torque-package-clients-*.sh &#8211;install<br>.\/torque-package-mom-*.sh &#8211;install<br>systemctl daemon-reload<br><br>vi \/var\/spool\/torque\/server_name<br>vi \/var\/spool\/torque\/server_priv\/nodes<\/p>\n\n\n\n<p>vi \/var\/spool\/torque\/mom_priv\/config<br>$pbsserver headnode<br>$logevent 255<\/p>\n\n\n\n<p>echo &#8220;\\$pbsserver headnode&#8221; &gt;&gt; \/var\/spool\/torque\/mom_priv\/config<br>echo &#8220;\\$logevent 255&#8221; &gt;&gt; \/var\/spool\/torque\/mom_priv\/config<br>cat \/var\/spool\/torque\/mom_priv\/config<\/p>\n\n\n\n<p>qmgr<br>create queue q1<br>set queue q1 queue_type = Execution<br>set queue q1 resources_default.walltime = 24:00:00<br>set queue q1 resources_default.nodes = 1<br>set queue q1 enabled = True<br>set queue q1 started = True<br><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u9a8c\u8bc1\u914d\u7f6e<\/h3>\n\n\n\n<p>1.&nbsp;&nbsp;&nbsp;&nbsp;pbsnodes \/\/ \u7ed3\u70b9\u4fe1\u606f<\/p>\n\n\n\n<p>[root@headnode pbs-software]# pbsnodes<\/p>\n\n\n\n<p>pbsnodes: Server has no node list MSG=nodelist is empty &#8211; check &#8216;server_priv\/nodes&#8217; file<\/p>\n\n\n\n<p>\u4f3c\u4e4e\u662f\u6267\u884c\u8fd9\u4e2apbs_server-t&nbsp; create\u51b2\u6389\u4e86nodes\u6587\u4ef6<\/p>\n\n\n\n<p>\u91cd\u65b0\u7f16\u8f91\u540e \u6267\u884c\u4ee5\u4e0b\u64cd\u4f5c<\/p>\n\n\n\n<p>[root@keylab1 pbs-software]# qterm<br>for i in pbs_server pbs_sched pbs_mom trqauthd; do systemctl restart $i; done<\/p>\n\n\n\n<p><a href=\"https:\/\/blog.csdn.net\/qq_35285206\/article\/details\/106693368\">https:\/\/blog.csdn.net\/qq_35285206\/article\/details\/106693368<\/a><\/p>\n\n\n\n<p>\u8f6f\u4ef6\u83b7\u53d6<br>\u7248\u672c \u4e0b\u8f7d\u7f51\u5740<br>torque-6.1.1.1 http:\/\/wpfilebase.s3.amazonaws.com\/torque\/torque-6.1.1.1.tar.gz<br>torque-6.1.2 http:\/\/wpfilebase.s3.amazonaws.com\/torque\/torque-6.1.2.tar.gz<br>\u5b98\u7f51\u4e0b\u8f7d http:\/\/www.adaptivecomputing.com\/support\/download-center\/torque-download<br>\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014<br> <\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Red Hat Linux \u6240\u6709\u7248\u672ciso<\/strong><\/h2>\n\n\n\n<p><br>\u94fe\u63a5\uff1ahttps:\/\/pan.baidu.com\/s\/1eSYuljc2Bt9OXZmWdZQ96A&nbsp; \u63d0\u53d6\u7801\uff1acqfu<br>\u94fe\u63a5: https:\/\/pan.baidu.com\/s\/1RISlycTzhVDI8kA1Jc4-aQ \u63d0\u53d6\u7801: zjrm<br>\u94fe\u63a5: https:\/\/pan.baidu.com\/s\/1JzerTht7seAu93S2H9pljQ \u63d0\u53d6\u7801: n8tv<br>\u94fe\u63a5: http:\/\/guanjianfeng.com\/archives\/1159631<br>\u94fe\u63a5: https:\/\/wanghualang.pipipan.com\/dir\/13133650-26232498-a8efb3\/<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/sn9.us\/dir\/13133650-26232498-a8efb3<br>\u94fe\u63a5: http:\/\/www.linuxfly.org\/post\/659\/<br>\u5b98\u7f51&nbsp; https:\/\/developers.redhat.com\/products\/rhel\/download&nbsp;&nbsp; \u4e0b\u8f7d\u65e7\u7248\u672c\u70b9\u51fbView Older Downloads<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/access.redhat.com\/downloads\/&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; \u9700\u8981\u6ce8\u518c\u7528\u6237\u548c\u5bc6\u7801\u767b\u9646<\/p>\n\n\n\n<p>\u64cd\u4f5c\u7cfb\u7edf\u5b89\u5168\u52a0\u56fa\u4e0e\u4fe1\u606f\u5b89\u5168&nbsp;&nbsp; https:\/\/wenku.baidu.com\/view\/60190b42be1e650e52ea9918.html<br>\u5b89\u5168\u52a0\u56fa&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/www.cnblogs.com\/coolops\/p\/12806633.html<br>\u6027\u80fd\u5206\u6790\u6c47\u603b &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; https:\/\/www.cnblogs.com\/tcicy\/p\/8461807.html<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http:\/\/www.brendangregg.com\/<br>\u6587\u6863&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/access.redhat.com\/documentation\/zh-cn\/red_hat_enterprise_linux\/8\/<\/p>\n\n\n\n<p>\u7ea2\u5e3d\u5b50\u7248\u672c\u53d1\u5e03\u65f6\u95f4&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; https:\/\/access.redhat.com\/site\/articles\/3078<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http:\/\/distrowatch.com\/table.php?distribution=redhat<br>\u7ea2\u5e3d\u5b50Linux\u751f\u547d\u5468\u671f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/access.redhat.com\/support\/policy\/updates\/errata\/<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/access.redhat.com\/labs\/plcc\/&nbsp; \u8868\u683c\u6a21\u5f0f<br>\u8f6f\u4ef6\u5305\u751f\u547d\u5468\u671f&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/access.redhat.com\/support\/policy\/updates\/rhscl<\/p>\n\n\n\n<p>\u8f6f\u4ef6\u517c\u5bb9\u5217\u8868&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/access.redhat.com\/solutions\/5154<br>UEFI\/GPT\u652f\u63012TB\u542f\u52a8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/access.redhat.com\/kb\/docs\/DOC-16981<br>\u7cfb\u7edf\u65e0\u54cd\u5e94\u65f6\u5982\u4f55\u6536\u96c6\u4fe1\u606f&nbsp;&nbsp;&nbsp; https:\/\/access.redhat.com\/zh_CN\/solutions\/104313<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/access.redhat.com\/solutions\/23069<br>\u7cfb\u7edf\u610f\u5916\u91cd\u542f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/access.redhat.com\/zh_CN\/articles\/1144753<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/access.redhat.com\/articles\/206873<\/p>\n\n\n\n<p>\u786c\u4ef6\u8ba4\u8bc1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; https:\/\/access.redhat.com\/documentation\/zh-CN\/Red_Hat_Hardware_Certification\/<br>\u786c\u4ef6\u652f\u6301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/hardware.redhat.com<br>\u786c\u4ef6\u652f\u6301\u9650\u5236&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/access.redhat.com\/articles\/rhel-limits<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/access.redhat.com\/zh_CN\/articles\/3482381<br>\u5185\u5b58\u4ea4\u6362\u533a\u9650\u5236&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; https:\/\/access.redhat.com\/solutions\/2300121<br>\u786c\u4ef6\u751f\u547d\u5468\u671f&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/access.redhat.com\/articles\/795373<br>\u5bf9intel\u5904\u7406\u5668\u652f\u6301&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; https:\/\/access.redhat.com\/support\/policy\/intel<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; https:\/\/access.redhat.com\/knowledge\/articles\/65442<br>\u6269\u5c55\u66f4\u65b0\u652f\u6301(EUS)\u5305 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http:\/\/www.redhat.com\/en\/about\/red-hat-enterprise-linux-extended-update-support-eus-package-inclusion-list<\/p>\n\n\n\n<p>\u5382\u5546\u652f\u6301<br>HPE &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HPE \u9a71\u52a8\u4e0b\u8f7d windows&nbsp; redhat&nbsp; suse \u548cVmware<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/techlibrary.hpe.com\/us\/en\/enterprise\/servers\/supportmatrix\/redhat_linux.aspx<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/www.hpe.com\/us\/en\/servers\/server-operating-systems.html<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HP Scripting Toolkit for Windows and Linux<\/p>\n\n\n\n<p>DELL\u6234\u5c14\u516c\u53f8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http:\/\/linux.dell.com\/<\/p>\n\n\n\n<p>Oracle\u7532\u9aa8\u6587 &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http:\/\/ftp5.gwdg.de\/pub\/linux\/oracle&nbsp;&nbsp; \u7b2c\u4e09\u65b9\u76f4\u63a5\u4e0b\u8f7d<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/edelivery.oracle.com<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/www.oracle.com\/linux\/<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https:\/\/www.oracle.com\/cn\/linux\/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \u4e2d\u6587\u754c\u9762<br>\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014<br>\u7248\u6743\u58f0\u660e\uff1a\u8f6c\u8f7d\u8bf7\u9644\u4e0a\u539f\u6587\u51fa\u5904\u94fe\u63a5\u53ca\u672c\u58f0\u660e\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u7cfb\u7edf\u4fe1\u606f\u7684\u67e5\u8be2lscpu # \u8ba1\u7b97\u673a\u6838\u6570\u67e5\u8be2hostname # \u7cfb\u7edfIP\u548c\u4e3b\u673a\u540d\u67e5\u8be2ifconfig -a  &#8230; <a title=\"LSDYNA+MPI+PBS+Submit system\" class=\"read-more\" href=\"https:\/\/airy.cn\/WordPress\/?p=433\" aria-label=\"\u9605\u8bfb LSDYNA+MPI+PBS+Submit system\">\u9605\u8bfb\u66f4\u591a<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kadence_starter_templates_imported_post":false,"footnotes":""},"categories":[10],"tags":[],"class_list":["post-433","post","type-post","status-publish","format-standard","hentry","category-ls-dyna"],"_links":{"self":[{"href":"https:\/\/airy.cn\/WordPress\/index.php?rest_route=\/wp\/v2\/posts\/433","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/airy.cn\/WordPress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/airy.cn\/WordPress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/airy.cn\/WordPress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/airy.cn\/WordPress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=433"}],"version-history":[{"count":23,"href":"https:\/\/airy.cn\/WordPress\/index.php?rest_route=\/wp\/v2\/posts\/433\/revisions"}],"predecessor-version":[{"id":2376,"href":"https:\/\/airy.cn\/WordPress\/index.php?rest_route=\/wp\/v2\/posts\/433\/revisions\/2376"}],"wp:attachment":[{"href":"https:\/\/airy.cn\/WordPress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=433"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/airy.cn\/WordPress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=433"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/airy.cn\/WordPress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=433"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}