LoginSignup
2
1

More than 5 years have passed since last update.

IBM Cloud の Block / File Storage で使用されている物理ハードウェア情報を取得してみた

Last updated at Posted at 2018-08-11

slcli の準備

CLI で情報を取得しますので、最新版のインストールもしくはアップグレードを事前に実施しておきます。
Mac の場合、以下のコマンドを実施しておきましょう。

sudo easy_install nose
sudo easy_install tornado
sudo pip install --upgrade pip
sudo pip install Softlayer
sudo pip install --upgrade Softlayer
$ slcli --version
slcli (SoftLayer Command-line), version 5.5.1

わかったこと

  • Block / File Storage サービスには、NetApp の機器が使用されている
  • 2017年6月頃を境に、staasVersion が 1 から 2 になっていて、version 1 は FAS8060, version 2 は AFF8080 を使用している(大まかに言えば合っているが、あてはまらない場合もある)
  • ストレージサービスリソースのラック番号、スロット番号がわかる
  • backendIpAddress に表示される FQDN が異なっていれば、異なるサービスリソースを使用している (あくまで今回得た情報を見る限り)
  • Endurance / Performance Storage と名前が違うサービスや、パフォーマンスレベルの違いでも見てみましたが、同じサービスリソースを使用している場合がありましたので、同じサービスリソースを使用しているかどうかには無関係。
  • Backend Customer Router (BCR) には、Cisco の N7K-C7018 が使用されている

Block Storage

コマンド

slcli call-api Account getIscsiNetworkStorage --mask=id,serviceResource[id,name,type,backendIpAddress,networkDevice[id,fullyQualifiedDomainName,serialNumber,locationPathString,hardwareFunctionDescription,hardwareChassis[manufacturer,name]]],staasVersion,createDate 

結果

:...........................:..........:........................................................................................:..............:
:         createDate        :    id    :                                    serviceResource                                     : staasVersion :
:...........................:..........:........................................................................................:..............:
: 2014-07-13T13:08:22+09:00 : 3280940  :                        :..................:..................:                         :     None     :
:                           :          :                        :             name : value            :                         :              :
:                           :          :                        :..................:..................:                         :              :
:                           :          :                        :             type : :......:.......: :                         :              :
:                           :          :                        :                  : : name : value : :                         :              :
:                           :          :                        :                  : :......:.......: :                         :              :
:                           :          :                        :                  : : type : ISCSI : :                         :              :
:                           :          :                        :                  : :......:.......: :                         :              :
:                           :          :                        : backendIpAddress : 10.0.000.00      :                         :              :
:                           :          :                        :             name : storagehkg0201   :                         :              :
:                           :          :                        :               id : 1876             :                         :              :
:                           :          :                        :..................:..................:                         :              :
: 2014-06-04T11:48:50+09:00 : 3084848  :                        :..................:..................:                         :     None     :
:                           :          :                        :             name : value            :                         :              :
:                           :          :                        :..................:..................:                         :              :
:                           :          :                        :             type : :......:.......: :                         :              :
:                           :          :                        :                  : : name : value : :                         :              :
:                           :          :                        :                  : :......:.......: :                         :              :
:                           :          :                        :                  : : type : ISCSI : :                         :              :
:                           :          :                        :                  : :......:.......: :                         :              :
:                           :          :                        : backendIpAddress : 10.0.00.00       :                         :              :
:                           :          :                        :             name : storage201       :                         :              :
:                           :          :                        :               id : 63               :                         :              :
:                           :          :                        :..................:..................:                         :              :
: 2014-09-19T10:57:19+09:00 : 3793740  :                        :..................:..................:                         :     None     :
:                           :          :                        :             name : value            :                         :              :
:                           :          :                        :..................:..................:                         :              :
:                           :          :                        :             type : :......:.......: :                         :              :
:                           :          :                        :                  : : name : value : :                         :              :
:                           :          :                        :                  : :......:.......: :                         :              :
:                           :          :                        :                  : : type : ISCSI : :                         :              :
:                           :          :                        :                  : :......:.......: :                         :              :
:                           :          :                        : backendIpAddress : 10.0.000.00      :                         :              :
:                           :          :                        :             name : storagedal0601   :                         :              :
:                           :          :                        :               id : 1202             :                         :              :
:                           :          :                        :..................:..................:                         :              :
: 2016-10-24T11:38:31+09:00 : 15494041 : :..................:.................................................................: :      1       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : tok02.sr02.rk155.sl09         : : :              :
:                           :          : :                  : :                serialNumber : SL017FOM                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : FAS8060 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 359716                        : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : staastok0201b.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : nfstok0201b-fz.service.softlayer.com                            : :              :
:                           :          : :             name : Consistent Performance aggr_staastok0201_pc01                   : :              :
:                           :          : :               id : 3892                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2017-08-09T14:49:25+09:00 : 29013871 :  :...............:.................................................................:   :      2       :
:                           :          :  :          name : value                                                           :   :              :
:                           :          :  :...............:.................................................................:   :              :
:                           :          :  : networkDevice : :.............................:...............................: :   :              :
:                           :          :  :               : :                        name : value                         : :   :              :
:                           :          :  :               : :.............................:...............................: :   :              :
:                           :          :  :               : :          locationPathString : hkg02.rk229.sl09              : :   :              :
:                           :          :  :               : :                serialNumber : SL01C8IZ                      : :   :              :
:                           :          :  :               : :             hardwareChassis : :..............:.........:    : :   :              :
:                           :          :  :               : :                             : :         name : value   :    : :   :              :
:                           :          :  :               : :                             : :..............:.........:    : :   :              :
:                           :          :  :               : :                             : :         name : AFF8080 :    : :   :              :
:                           :          :  :               : :                             : : manufacturer : NetApp  :    : :   :              :
:                           :          :  :               : :                             : :..............:.........:    : :   :              :
:                           :          :  :               : : hardwareFunctionDescription : Storage Shelf                 : :   :              :
:                           :          :  :               : :                          id : 1085065                       : :   :              :
:                           :          :  :               : :    fullyQualifiedDomainName : stbf-hkg0201b.softlayer.local : :   :              :
:                           :          :  :               : :.............................:...............................: :   :              :
:                           :          :  :          type : :......:..................:                                     :   :              :
:                           :          :  :               : : name : value            :                                     :   :              :
:                           :          :  :               : :......:..................:                                     :   :              :
:                           :          :  :               : : type : NETAPP_STOR_AGGR :                                     :   :              :
:                           :          :  :               : :......:..................:                                     :   :              :
:                           :          :  :            id : 9157                                                            :   :              :
:                           :          :  :          name : Storage Type 02 Block Aggregate stbf-hkg0201b                   :   :              :
:                           :          :  :...............:.................................................................:   :              :
: 2017-09-19T18:09:21+09:00 : 30929975 :  :...............:.................................................................:   :      2       :
:                           :          :  :          name : value                                                           :   :              :
:                           :          :  :...............:.................................................................:   :              :
:                           :          :  : networkDevice : :.............................:...............................: :   :              :
:                           :          :  :               : :                        name : value                         : :   :              :
:                           :          :  :               : :.............................:...............................: :   :              :
:                           :          :  :               : :          locationPathString : tok02.rk81.sl12               : :   :              :
:                           :          :  :               : :                serialNumber : SL01C0T9                      : :   :              :
:                           :          :  :               : :             hardwareChassis : :..............:.........:    : :   :              :
:                           :          :  :               : :                             : :         name : value   :    : :   :              :
:                           :          :  :               : :                             : :..............:.........:    : :   :              :
:                           :          :  :               : :                             : :         name : FAS8060 :    : :   :              :
:                           :          :  :               : :                             : : manufacturer : NetApp  :    : :   :              :
:                           :          :  :               : :                             : :..............:.........:    : :   :              :
:                           :          :  :               : : hardwareFunctionDescription : Storage Shelf                 : :   :              :
:                           :          :  :               : :                          id : 1038575                       : :   :              :
:                           :          :  :               : :    fullyQualifiedDomainName : stbm-tok0201b.softlayer.local : :   :              :
:                           :          :  :               : :.............................:...............................: :   :              :
:                           :          :  :          type : :......:..................:                                     :   :              :
:                           :          :  :               : : name : value            :                                     :   :              :
:                           :          :  :               : :......:..................:                                     :   :              :
:                           :          :  :               : : type : NETAPP_STOR_AGGR :                                     :   :              :
:                           :          :  :               : :......:..................:                                     :   :              :
:                           :          :  :            id : 9179                                                            :   :              :
:                           :          :  :          name : Storage Type 02 Block Aggregate stbm-tok0201b                   :   :              :
:                           :          :  :...............:.................................................................:   :              :
: 2018-06-18T07:47:35+09:00 : 45312017 :  :...............:.................................................................:   :      2       :
:                           :          :  :          name : value                                                           :   :              :
:                           :          :  :...............:.................................................................:   :              :
:                           :          :  : networkDevice : :.............................:...............................: :   :              :
:                           :          :  :               : :                        name : value                         : :   :              :
:                           :          :  :               : :.............................:...............................: :   :              :
:                           :          :  :               : :          locationPathString : tok02.rk37.sl32               : :   :              :
:                           :          :  :               : :                serialNumber : SL01CBVV                      : :   :              :
:                           :          :  :               : :             hardwareChassis : :..............:.........:    : :   :              :
:                           :          :  :               : :                             : :         name : value   :    : :   :              :
:                           :          :  :               : :                             : :..............:.........:    : :   :              :
:                           :          :  :               : :                             : :         name : AFF8080 :    : :   :              :
:                           :          :  :               : :                             : : manufacturer : NetApp  :    : :   :              :
:                           :          :  :               : :                             : :..............:.........:    : :   :              :
:                           :          :  :               : : hardwareFunctionDescription : Storage Shelf                 : :   :              :
:                           :          :  :               : :                          id : 1401597                       : :   :              :
:                           :          :  :               : :    fullyQualifiedDomainName : stbf-tok0201f.softlayer.local : :   :              :
:                           :          :  :               : :.............................:...............................: :   :              :
:                           :          :  :          type : :......:..................:                                     :   :              :
:                           :          :  :               : : name : value            :                                     :   :              :
:                           :          :  :               : :......:..................:                                     :   :              :
:                           :          :  :               : : type : NETAPP_STOR_AGGR :                                     :   :              :
:                           :          :  :               : :......:..................:                                     :   :              :
:                           :          :  :            id : 9931                                                            :   :              :
:                           :          :  :          name : Storage Type 02 Block Aggregate stbf-tok0201f                   :   :              :
:                           :          :  :...............:.................................................................:   :              :
: 2016-06-23T20:35:40+09:00 : 12183825 : :..................:.................................................................: :      1       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : tok02.sr02.rk157.sl09         : : :              :
:                           :          : :                  : :                serialNumber : SL017FOK                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : FAS8060 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 359720                        : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : staastok0201d.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : nfstok0201d-fz.service.softlayer.com                            : :              :
:                           :          : :             name : Consistent Performance aggr_staastok0201_p02                    : :              :
:                           :          : :               id : 3890                                                            : :              :
:                           :          : :..................:.................................................................: :              :
:...........................:..........:........................................................................................:..............:

File Storage

コマンド

slcli call-api Account getNasNetworkStorage --mask=id,serviceResource[id,name,type,backendIpAddress,networkDevice[id,fullyQualifiedDomainName,serialNumber,locationPathString,hardwareFunctionDescription,hardwareChassis[manufacturer,name]]],staasVersion,createDate

結果

:...........................:..........:........................................................................................:..............:
:         createDate        :    id    :                                    serviceResource                                     : staasVersion :
:...........................:..........:........................................................................................:..............:
: 2015-05-07T10:02:40+09:00 : 4986899  : :..................:................................................................:  :     None     :
:                           :          : :             name : value                                                          :  :              :
:                           :          : :..................:................................................................:  :              :
:                           :          : :    networkDevice : :.............................:..............................: :  :              :
:                           :          : :                  : :                        name : value                        : :  :              :
:                           :          : :                  : :.............................:..............................: :  :              :
:                           :          : :                  : : hardwareFunctionDescription : Router                       : :  :              :
:                           :          : :                  : :          locationPathString : tok02.sr02.rk138.sl22        : :  :              :
:                           :          : :                  : :             hardwareChassis : :..............:...........: : :  :              :
:                           :          : :                  : :                             : :         name : value     : : :  :              :
:                           :          : :                  : :                             : :..............:...........: : :  :              :
:                           :          : :                  : :                             : :         name : N7K-C7018 : : :  :              :
:                           :          : :                  : :                             : : manufacturer : Cisco     : : :  :              :
:                           :          : :                  : :                             : :..............:...........: : :  :              :
:                           :          : :                  : :                          id : 329260                       : :  :              :
:                           :          : :                  : :    fullyQualifiedDomainName : bcr01a.tok02.softlayer.com   : :  :              :
:                           :          : :                  : :.............................:..............................: :  :              :
:                           :          : :             type : :......:.......:                                               :  :              :
:                           :          : :                  : : name : value :                                               :  :              :
:                           :          : :                  : :......:.......:                                               :  :              :
:                           :          : :                  : : type : NAS   :                                               :  :              :
:                           :          : :                  : :......:.......:                                               :  :              :
:                           :          : : backendIpAddress : nastok0201.service.softlayer.com                               :  :              :
:                           :          : :             name : nastok0201                                                     :  :              :
:                           :          : :               id : 3850                                                           :  :              :
:                           :          : :..................:................................................................:  :              :
: 2016-04-15T16:47:49+09:00 : 10541021 : :..................:................................................................:  :     None     :
:                           :          : :             name : value                                                          :  :              :
:                           :          : :..................:................................................................:  :              :
:                           :          : :    networkDevice : :.............................:..............................: :  :              :
:                           :          : :                  : :                        name : value                        : :  :              :
:                           :          : :                  : :.............................:..............................: :  :              :
:                           :          : :                  : : hardwareFunctionDescription : Router                       : :  :              :
:                           :          : :                  : :          locationPathString : tok02.sr02.rk138.sl22        : :  :              :
:                           :          : :                  : :             hardwareChassis : :..............:...........: : :  :              :
:                           :          : :                  : :                             : :         name : value     : : :  :              :
:                           :          : :                  : :                             : :..............:...........: : :  :              :
:                           :          : :                  : :                             : :         name : N7K-C7018 : : :  :              :
:                           :          : :                  : :                             : : manufacturer : Cisco     : : :  :              :
:                           :          : :                  : :                             : :..............:...........: : :  :              :
:                           :          : :                  : :                          id : 329260                       : :  :              :
:                           :          : :                  : :    fullyQualifiedDomainName : bcr01a.tok02.softlayer.com   : :  :              :
:                           :          : :                  : :.............................:..............................: :  :              :
:                           :          : :             type : :......:.......:                                               :  :              :
:                           :          : :                  : : name : value :                                               :  :              :
:                           :          : :                  : :......:.......:                                               :  :              :
:                           :          : :                  : : type : NAS   :                                               :  :              :
:                           :          : :                  : :......:.......:                                               :  :              :
:                           :          : : backendIpAddress : nastok0201.service.softlayer.com                               :  :              :
:                           :          : :             name : nastok0201                                                     :  :              :
:                           :          : :               id : 3850                                                           :  :              :
:                           :          : :..................:................................................................:  :              :
: 2015-03-19T16:09:19+09:00 : 4551819  : :..................:.................................................................: :      1       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : tok02.sr02.rk155.sl09         : : :              :
:                           :          : :                  : :                serialNumber : SL017FOM                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : FAS8060 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 359716                        : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : staastok0201b.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : nfstok0201b-fz.service.softlayer.com                            : :              :
:                           :          : :             name : Consistent Performance aggr_staastok0201_pc01                   : :              :
:                           :          : :               id : 3892                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2017-04-28T22:56:02+09:00 : 23738661 : :..................:.................................................................: :      1       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : sng01.sr03.rk287.sl09         : : :              :
:                           :          : :                  : :                serialNumber : SL0142001                     : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : FAS8060 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 300712                        : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : staassng0101b.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : nfssng0101b-fz.service.softlayer.com                            : :              :
:                           :          : :             name : PerfStor Aggr aggr_staassng0101_pc01                            : :              :
:                           :          : :               id : 2392                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2017-05-17T00:54:46+09:00 : 24773399 : :..................:.................................................................: :      1       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : sng01.sr03.rk287.sl09         : : :              :
:                           :          : :                  : :                serialNumber : SL0142001                     : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : FAS8060 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 300712                        : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : staassng0101b.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : nfssng0101b-fz.service.softlayer.com                            : :              :
:                           :          : :             name : PerfStor Aggr aggr_staassng0101_pc01                            : :              :
:                           :          : :               id : 2392                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2017-09-11T17:29:11+09:00 : 30549501 : :..................:.................................................................: :      2       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : dal12.rk121.sl09              : : :              :
:                           :          : :                  : :                serialNumber : SL01DKMK                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : AFF8080 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 1085925                       : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : stff-dal1201a.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : fsf-dal1201a-fz.adn.networklayer.com                            : :              :
:                           :          : :             name : Storage Type 02 File Aggregate stff-dal1201a                    : :              :
:                           :          : :               id : 8049                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2017-09-11T17:29:15+09:00 : 30549503 : :..................:.................................................................: :      2       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : dal12.rk120.sl09              : : :              :
:                           :          : :                  : :                serialNumber : SL01DLZ2                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : AFF8080 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 1085931                       : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : stff-dal1201b.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : fsf-dal1201b-fz.adn.networklayer.com                            : :              :
:                           :          : :             name : Storage Type 02 File Aggregate stff-dal1201b                    : :              :
:                           :          : :               id : 8047                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2017-12-12T14:29:08+09:00 : 35185175 : :..................:.................................................................: :      2       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : tok02.rk43.sl09               : : :              :
:                           :          : :                  : :                serialNumber : SL01C0SR                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : AFF8080 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 1038591                       : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : stff-tok0201b.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : fsf-tok0201b-fz.service.softlayer.com                           : :              :
:                           :          : :             name : Storage Type 02 File Aggregate stff-tok0201b                    : :              :
:                           :          : :               id : 9189                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2018-06-05T13:52:21+09:00 : 44521077 : :..................:.................................................................: :      2       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : tok02.rk44.sl09               : : :              :
:                           :          : :                  : :                serialNumber : SL01C0ST                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : AFF8080 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 1038595                       : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : stff-tok0201a.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : fsf-tok0201a-fz.service.softlayer.com                           : :              :
:                           :          : :             name : Storage Type 02 File Aggregate stff-tok0201a                    : :              :
:                           :          : :               id : 9191                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2018-06-28T11:13:30+09:00 : 45920539 : :..................:.................................................................: :      2       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : tok02.rk43.sl09               : : :              :
:                           :          : :                  : :                serialNumber : SL01C0SR                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : AFF8080 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 1038591                       : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : stff-tok0201b.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : fsf-tok0201b-fz.service.softlayer.com                           : :              :
:                           :          : :             name : Storage Type 02 File Aggregate stff-tok0201b                    : :              :
:                           :          : :               id : 9189                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2018-06-28T11:13:35+09:00 : 45920545 : :..................:.................................................................: :      2       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : tok02.rk43.sl09               : : :              :
:                           :          : :                  : :                serialNumber : SL01C0SR                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : AFF8080 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 1038591                       : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : stff-tok0201b.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : fsf-tok0201b-fz.service.softlayer.com                           : :              :
:                           :          : :             name : Storage Type 02 File Aggregate stff-tok0201b                    : :              :
:                           :          : :               id : 9189                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2018-07-24T17:31:02+09:00 : 47550395 : :..................:.................................................................: :      2       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : tok02.rk44.sl09               : : :              :
:                           :          : :                  : :                serialNumber : SL01C0ST                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : AFF8080 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 1038595                       : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : stff-tok0201a.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : fsf-tok0201a-fz.service.softlayer.com                           : :              :
:                           :          : :             name : Storage Type 02 File Aggregate stff-tok0201a                    : :              :
:                           :          : :               id : 9191                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2018-08-07T16:43:06+09:00 : 48426001 : :..................:.................................................................: :      2       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : tok02.rk44.sl09               : : :              :
:                           :          : :                  : :                serialNumber : SL01C0ST                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : AFF8080 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 1038595                       : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : stff-tok0201a.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : fsf-tok0201a-fz.service.softlayer.com                           : :              :
:                           :          : :             name : Storage Type 02 File Aggregate stff-tok0201a                    : :              :
:                           :          : :               id : 9191                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2018-08-07T16:46:04+09:00 : 48426153 : :..................:.................................................................: :      2       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : tok02.rk44.sl09               : : :              :
:                           :          : :                  : :                serialNumber : SL01C0ST                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : AFF8080 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 1038595                       : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : stff-tok0201a.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : fsf-tok0201a-fz.service.softlayer.com                           : :              :
:                           :          : :             name : Storage Type 02 File Aggregate stff-tok0201a                    : :              :
:                           :          : :               id : 9191                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2018-08-07T16:46:20+09:00 : 48426179 : :..................:.................................................................: :      2       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : tok02.rk43.sl09               : : :              :
:                           :          : :                  : :                serialNumber : SL01C0SR                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : AFF8080 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 1038591                       : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : stff-tok0201b.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : fsf-tok0201b-fz.service.softlayer.com                           : :              :
:                           :          : :             name : Storage Type 02 File Aggregate stff-tok0201b                    : :              :
:                           :          : :               id : 9189                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2018-08-07T16:46:20+09:00 : 48426181 : :..................:.................................................................: :      2       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : tok02.rk43.sl09               : : :              :
:                           :          : :                  : :                serialNumber : SL01C0SR                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : AFF8080 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 1038591                       : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : stff-tok0201b.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : fsf-tok0201b-fz.service.softlayer.com                           : :              :
:                           :          : :             name : Storage Type 02 File Aggregate stff-tok0201b                    : :              :
:                           :          : :               id : 9189                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2018-08-07T16:46:19+09:00 : 48426185 : :..................:.................................................................: :      2       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : tok02.rk43.sl09               : : :              :
:                           :          : :                  : :                serialNumber : SL01C0SR                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : AFF8080 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 1038591                       : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : stff-tok0201b.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : fsf-tok0201b-fz.service.softlayer.com                           : :              :
:                           :          : :             name : Storage Type 02 File Aggregate stff-tok0201b                    : :              :
:                           :          : :               id : 9189                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2018-06-05T13:58:01+09:00 : 44521241 : :..................:.................................................................: :      2       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : hkg02.rk222.sl09              : : :              :
:                           :          : :                  : :                serialNumber : SL01C8J2                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : AFF8080 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 1085063                       : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : stff-hkg0201b.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : fsf-hkg0201b-fz.service.softlayer.com                           : :              :
:                           :          : :             name : Storage Type 02 File Aggregate stff-hkg0201b                    : :              :
:                           :          : :               id : 9163                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2018-05-21T16:20:38+09:00 : 43600047 : :..................:.................................................................: :      2       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : tok02.rk43.sl09               : : :              :
:                           :          : :                  : :                serialNumber : SL01C0SR                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : AFF8080 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 1038591                       : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : stff-tok0201b.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : fsf-tok0201b-fz.service.softlayer.com                           : :              :
:                           :          : :             name : Storage Type 02 File Aggregate stff-tok0201b                    : :              :
:                           :          : :               id : 9189                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2018-08-11T01:57:06+09:00 : 48647155 : :..................:.................................................................: :      2       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : hkg02.rk222.sl09              : : :              :
:                           :          : :                  : :                serialNumber : SL01C8J2                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : AFF8080 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 1085063                       : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : stff-hkg0201b.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : fsf-hkg0201b-fz.service.softlayer.com                           : :              :
:                           :          : :             name : Storage Type 02 File Aggregate stff-hkg0201b                    : :              :
:                           :          : :               id : 9163                                                            : :              :
:                           :          : :..................:.................................................................: :              :
: 2018-08-11T09:33:25+09:00 : 48667355 : :..................:.................................................................: :      2       :
:                           :          : :             name : value                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:                           :          : :    networkDevice : :.............................:...............................: : :              :
:                           :          : :                  : :                        name : value                         : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :                  : :          locationPathString : mel01.rk264.sl32              : : :              :
:                           :          : :                  : :                serialNumber : SL01C54I                      : : :              :
:                           :          : :                  : :             hardwareChassis : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : value   :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : :                             : :         name : AFF8080 :    : : :              :
:                           :          : :                  : :                             : : manufacturer : NetApp  :    : : :              :
:                           :          : :                  : :                             : :..............:.........:    : : :              :
:                           :          : :                  : : hardwareFunctionDescription : Storage Shelf                 : : :              :
:                           :          : :                  : :                          id : 1401311                       : : :              :
:                           :          : :                  : :    fullyQualifiedDomainName : stxf-mel0101d.softlayer.local : : :              :
:                           :          : :                  : :.............................:...............................: : :              :
:                           :          : :             type : :......:..................:                                     : :              :
:                           :          : :                  : : name : value            :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : :                  : : type : NETAPP_STOR_AGGR :                                     : :              :
:                           :          : :                  : :......:..................:                                     : :              :
:                           :          : : backendIpAddress : fsf-mel0101d-fz.service.softlayer.com                           : :              :
:                           :          : :             name : Storage Type 02 Aggregate stxf-mel0101d                         : :              :
:                           :          : :               id : 10760                                                           : :              :
:                           :          : :..................:.................................................................: :              :
:...........................:..........:........................................................................................:..............:
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1