Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete data output #1

Open
baonq243 opened this issue Jul 29, 2019 · 2 comments
Open

Incomplete data output #1

baonq243 opened this issue Jul 29, 2019 · 2 comments

Comments

@baonq243
Copy link

My Input

Physical Device information
----------------------------------------------------------------------
      Device #0
         Device is a Hard drive
         State                              : Online
         Block Size                         : 512 Bytes
         Supported                          : Yes
         Transfer Speed                     : SATA 6.0 Gb/s
         Reported Channel,Device(T:L)       : 0,4(4:0)
         Reported Location                  : Connector 1, Device 0
         Vendor                             :
         Model                              : ST4000NM0033-9ZM
         Firmware                           : SN04
         Serial number                      : xxxxx
         World-wide name                    : 5000C5007FD589C0
         Reserved Size                      : 1072920 KB
         Used Size                          : 3814400 MB
         Unused Size                        : 64 KB
         Total Size                         : 3815447 MB
         Write Cache                        : Enabled (write-back)
         FRU                                : None
         S.M.A.R.T.                         : No
         S.M.A.R.T. warnings                : 0
         Power State                        : Full rpm
         Supported Power States             : Full rpm,Powered off
         SSD                                : No
         Temperature                        : Not Supported
         NCQ status                         : Enabled
      ----------------------------------------------------------------
      Device Phy Information
      ----------------------------------------------------------------
         Phy #0
            PHY Identifier                  : 0
            SAS Address                     : 3000000000000007
            Attached PHY Identifier         : 7
            Attached SAS Address            : 50000D1106B1C580

      Device #1
         Device is a Hard drive
         State                              : Online
         Block Size                         : 512 Bytes
         Supported                          : Yes
         Transfer Speed                     : SATA 6.0 Gb/s
         Reported Channel,Device(T:L)       : 0,5(5:0)
         Reported Location                  : Connector 1, Device 1
         Vendor                             :
         Model                              : ST4000NM0033-9ZM
         Firmware                           : SN04
         Serial number                      : xxxxx
         World-wide name                    : 5000C5007AA7E1CB
         Reserved Size                      : 1072920 KB
         Used Size                          : 3814400 MB
         Unused Size                        : 64 KB
         Total Size                         : 3815447 MB
         Write Cache                        : Enabled (write-back)
         FRU                                : None
         S.M.A.R.T.                         : No
         S.M.A.R.T. warnings                : 0
         Power State                        : Full rpm
         Supported Power States             : Full rpm,Powered off
         SSD                                : No
         Temperature                        : Not Supported
         NCQ status                         : Enabled
      ----------------------------------------------------------------
      Device Phy Information
      ----------------------------------------------------------------
         Phy #0
            PHY Identifier                  : 0
            SAS Address                     : 3000000000000006
            Attached PHY Identifier         : 6
            Attached SAS Address            : 50000D1106B1C580

And output

{
  "Physical Device information": {
    "Temperature": "Not Supported",
    "Unused Size": "64 KB",
    "Firmware": "SN04",
    "Device is a Hard drive": true,
    "World-wide name": "5000C5007FD589C0",
    "Device Phy Information": {
      "Phy #0": true,
      "PHY Identifier": "0",
      "Attached SAS Address": "50000D1106B1C580",
      "Attached PHY Identifier": "6",
      "SAS Address": "3000000000000006"
    },
    "Vendor": "",
    "Total Size": "3815447 MB",
    "Device #0": true,
    "Power State": "Full rpm",
    "S.M.A.R.T.": "No",
    "Reported Channel,Device(T:L)": "0,4(4:0)",
    "FRU": "None",
    "Model": "ST4000NM0033-9ZM",
    "Used Size": "3814400 MB",
    "Reported Location": "Connector 1, Device 0",
    "Device #1": {
      "Temperature": "Not Supported",
      "Unused Size": "64 KB",
      "Firmware": "SN04",
      "Device is a Hard drive": true,
      "World-wide name": "5000C5007AA7E1CB",
      "Vendor": "",
      "Total Size": "3815447 MB",
      "Power State": "Full rpm",
      "S.M.A.R.T.": "No",
      "Reported Channel,Device(T:L)": "0,5(5:0)",
      "FRU": "None",
      "Model": "ST4000NM0033-9ZM",
      "Used Size": "3814400 MB",
      "Reported Location": "Connector 1, Device 1",
      "Transfer Speed": "SATA 6.0 Gb/s",
      "State": "Online",
      "Supported": "Yes",
      "Block Size": "512 Bytes",
      "Serial number": "xxxx",
      "Supported Power States": "Full rpm,Powered off",
      "Write Cache": "Enabled (write-back)",
      "NCQ status": "Enabled",
      "SSD": "No",
      "Reserved Size": "1072920 KB",
      "S.M.A.R.T. warnings": "0"
    },
    "Transfer Speed": "SATA 6.0 Gb/s",
    "State": "Online",
    "Supported": "Yes",
    "Block Size": "512 Bytes",
    "Serial number": "S1Z0RGZV",
    "Supported Power States": "Full rpm,Powered off",
    "Write Cache": "Enabled (write-back)",
    "NCQ status": "Enabled",
    "SSD": "No",
    "Reserved Size": "1072920 KB",
    "S.M.A.R.T. warnings": "0"
  },
@mavriq
Copy link
Owner

mavriq commented Sep 12, 2019

I can not reproduce the error on the data you provided

run the command

arcconf getconfig 1 > ./out.txt

and attach this ./out.txt to this ticket

PS
and give result of command

python -VV

@mavriq
Copy link
Owner

mavriq commented Sep 12, 2019

PPS
and give version of your arcconf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants