{"id":1675,"date":"2025-03-24T16:00:26","date_gmt":"2025-03-24T16:00:26","guid":{"rendered":"\/blog\/?p=1675"},"modified":"2025-03-24T16:00:26","modified_gmt":"2025-03-24T16:00:26","slug":"get-disk-serial-ids-in-aix","status":"publish","type":"post","link":"\/blog\/index.php\/get-disk-serial-ids-in-aix\/","title":{"rendered":"get disk serial ids in AIX"},"content":{"rendered":"\n<p>#!\/bin\/sh<\/p>\n\n\n\n<p><code>lspv | awk '{ print $1 }' | while read d;do<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 S=`lsmpio -ql $d | grep -i serial | awk '{ print $3 }'`<br>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 echo \"$d : $S\"<br>done<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>#!\/bin\/sh lspv | awk &#8216;{ print $1 }&#8217; | while read d;do\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 S=`lsmpio -ql $d | grep -i serial | awk &#8216;{ print $3 }&#8217;`\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 echo &#8220;$d : $S&#8221;done<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1675","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1675","targetHints":{"allow":["GET"]}}],"collection":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=1675"}],"version-history":[{"count":1,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1675\/revisions"}],"predecessor-version":[{"id":1676,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1675\/revisions\/1676"}],"wp:attachment":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=1675"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=1675"},{"taxonomy":"post_tag","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=1675"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}