[Starlingx-discuss] The data interface eth1000 cannot be modified when I configure compute-0
Hi , I According to https://docs.starlingx.io/deploy_install_guides/r1_release/controller_storag... , the data interface eth1000 cannot be modified. Following is the detail informations about my issue. Could you please help me? Thanks. Brief Description ----------------- My Environment: I install StarlingX in Virtual Environment. StarlingX version: 2018/10 stx-tools version: 2018/10 Steps: 1. Install controller-0 succesfully. 2. Install compute-0. 3. source /etc/nova/openrc. 4. system host-port-list compute-0 +--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+ | uuid | name | type | pci address | device | processor | accelerated | device type | +--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+ | 2b735378-dd09-43b3-929f-5ca110a35001 | eth0 | ethernet | 0000:02:01.0 | 0 | -1 | True | Virtio network device | | 45c95b31-23ec-4eb4-aefb-eb22133a60a9 | eth1 | ethernet | 0000:02:02.0 | 0 | -1 | True | Virtio network device | | 51f58dac-3f6e-486d-bd67-300b15942b80 | eth2 | ethernet | 0000:02:03.0 | 0 | -1 | True | Virtio network device | | 62b4a45b-b167-456b-8b31-41b21d45b0da | eth3 | ethernet | 0000:02:04.0 | 0 | -1 | True | Virtio network device | +--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+ 5. system host-if-modify -p providernet-a -c data compute-0 eth1000 (The following is the returned information:) Interface not found: host compute-0 if eth1000 Issues: ----------------- 1. I did not find the data interface after executing the command: system host-if-list compute-0 +--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+ | uuid | name | class | type | vlan id | ports | uses i/f | used by i/f | attributes | provider networks | +--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+ | b2642ea1-cf58-4bc7-92ab-bbfb374a04c3 | mgmt0 | platform | ethernet | None | [u'eth1'] | [] | [] | MTU=1500 | None | +--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+ 2. I do not know how to use command "system host-if-add" to add data interface. Best regards with you, Longqian
I strongly urge you to look at the StarlingX 3.0 release. The 2018/10 or 1.0 release is old and there have been many improvements. Sau! On 2/7/20 5:31 PM, Longqian Zhao wrote:
Hi ,
I According to https://docs.starlingx.io/deploy_install_guides/r1_release/controller_storag... , the data interface eth1000 cannot be modified. Following is the detail informations about my issue. Could you please help me? Thanks.
Brief Description
-----------------
My Environment:
I install StarlingX in Virtual Environment.
StarlingX version: 2018/10
stx-tools version: 2018/10
Steps:
1. Install controller-0 succesfully.
2. Install compute-0.
3. source /etc/nova/openrc.
4. system host-port-list compute-0
+--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+
| uuid | name | type | pci address | device | processor | accelerated | device type |
+--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+
| 2b735378-dd09-43b3-929f-5ca110a35001 | eth0 | ethernet | 0000:02:01.0 | 0 | -1 | True | Virtio network device |
| 45c95b31-23ec-4eb4-aefb-eb22133a60a9 | eth1 | ethernet | 0000:02:02.0 | 0 | -1 | True | Virtio network device |
| 51f58dac-3f6e-486d-bd67-300b15942b80 | eth2 | ethernet | 0000:02:03.0 | 0 | -1 | True | Virtio network device |
| 62b4a45b-b167-456b-8b31-41b21d45b0da | eth3 | ethernet | 0000:02:04.0 | 0 | -1 | True | Virtio network device |
+--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+
5. system host-if-modify -p providernet-a -c data compute-0 eth1000
(The following is the returned information:)
Interface not found: host compute-0 if eth1000
Issues:
-----------------
1. I did not find the data interface after executing the command: system host-if-list compute-0
+--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+
| uuid | name | class | type | vlan id | ports | uses i/f | used by i/f | attributes | provider networks |
+--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+
| b2642ea1-cf58-4bc7-92ab-bbfb374a04c3 | mgmt0 | platform | ethernet | None | [u'eth1'] | [] | [] | MTU=1500 | None |
+--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+
2. I do not know how to use command "system host-if-add" to add data interface.
/Best regards with you,/
/Longqian/
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
Hi, As Saul said, it is highly recommended you have a try with 3.0 Release, instead of 1.0 Release, which is too old and not maintained now. For your environment, with "host-port-list", there are eth0 ~ eth3, no eth1000. So you should use eth2/eth3, instead of eth1000 as data interface. Best Regards Shuicheng From: Longqian Zhao <zhaolongqian456@163.com> Sent: Saturday, February 8, 2020 9:31 AM To: starlingx-discuss@lists.starlingx.io Subject: [Starlingx-discuss] The data interface eth1000 cannot be modified when I configure compute-0 Hi , I According to https://docs.starlingx.io/deploy_install_guides/r1_release/controller_storag... , the data interface eth1000 cannot be modified. Following is the detail informations about my issue. Could you please help me? Thanks. Brief Description ----------------- My Environment: I install StarlingX in Virtual Environment. StarlingX version: 2018/10 stx-tools version: 2018/10 Steps: 1. Install controller-0 succesfully. 2. Install compute-0. 3. source /etc/nova/openrc. 4. system host-port-list compute-0 +--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+ | uuid | name | type | pci address | device | processor | accelerated | device type | +--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+ | 2b735378-dd09-43b3-929f-5ca110a35001 | eth0 | ethernet | 0000:02:01.0 | 0 | -1 | True | Virtio network device | | 45c95b31-23ec-4eb4-aefb-eb22133a60a9 | eth1 | ethernet | 0000:02:02.0 | 0 | -1 | True | Virtio network device | | 51f58dac-3f6e-486d-bd67-300b15942b80 | eth2 | ethernet | 0000:02:03.0 | 0 | -1 | True | Virtio network device | | 62b4a45b-b167-456b-8b31-41b21d45b0da | eth3 | ethernet | 0000:02:04.0 | 0 | -1 | True | Virtio network device | +--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+ 5. system host-if-modify -p providernet-a -c data compute-0 eth1000 (The following is the returned information:) Interface not found: host compute-0 if eth1000 Issues: ----------------- 1. I did not find the data interface after executing the command: system host-if-list compute-0 +--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+ | uuid | name | class | type | vlan id | ports | uses i/f | used by i/f | attributes | provider networks | +--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+ | b2642ea1-cf58-4bc7-92ab-bbfb374a04c3 | mgmt0 | platform | ethernet | None | [u'eth1'] | [] | [] | MTU=1500 | None | +--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+ 2. I do not know how to use command "system host-if-add" to add data interface. Best regards with you, Longqian
Hi ShuiCheng, I so glad to receive your email again. I solve my trouble by using eth2 instead of eth1000 and having a try with 3.0 Release,instead of 1.0 Relelase. Lantern wish you happiness,good health! LongQian At 2020-02-08 11:16:37, "Lin, Shuicheng" <shuicheng.lin@intel.com> wrote: Hi, As Saul said, it is highly recommended you have a try with 3.0 Release, instead of 1.0 Release, which is too old and not maintained now. For your environment, with “host-port-list”, there are eth0 ~ eth3, no eth1000. So you should use eth2/eth3, instead of eth1000 as data interface. Best Regards Shuicheng From: Longqian Zhao <zhaolongqian456@163.com> Sent: Saturday, February 8, 2020 9:31 AM To: starlingx-discuss@lists.starlingx.io Subject: [Starlingx-discuss] The data interface eth1000 cannot be modified when I configure compute-0 Hi , I According to https://docs.starlingx.io/deploy_install_guides/r1_release/controller_storag... , the data interface eth1000 cannot be modified. Following is the detail informations about my issue. Could you please help me? Thanks. Brief Description ----------------- My Environment: I install StarlingX in Virtual Environment. StarlingX version: 2018/10 stx-tools version: 2018/10 Steps: 1. Install controller-0 succesfully. 2. Install compute-0. 3. source /etc/nova/openrc. 4. system host-port-list compute-0 +--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+ | uuid | name | type | pci address | device | processor | accelerated | device type | +--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+ | 2b735378-dd09-43b3-929f-5ca110a35001 | eth0 | ethernet | 0000:02:01.0 | 0 | -1 | True | Virtio network device | | 45c95b31-23ec-4eb4-aefb-eb22133a60a9 | eth1 | ethernet | 0000:02:02.0 | 0 | -1 | True | Virtio network device | | 51f58dac-3f6e-486d-bd67-300b15942b80 | eth2 | ethernet | 0000:02:03.0 | 0 | -1 | True | Virtio network device | | 62b4a45b-b167-456b-8b31-41b21d45b0da | eth3 | ethernet | 0000:02:04.0 | 0 | -1 | True | Virtio network device | +--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+ 5. system host-if-modify -p providernet-a -c data compute-0 eth1000 (The following is the returned information:) Interface not found: host compute-0 if eth1000 Issues: ----------------- 1. I did not find the data interface after executing the command: system host-if-list compute-0 +--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+ | uuid | name | class | type | vlan id | ports | uses i/f | used by i/f | attributes | provider networks | +--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+ | b2642ea1-cf58-4bc7-92ab-bbfb374a04c3 | mgmt0 | platform | ethernet | None | [u'eth1'] | [] | [] | MTU=1500 | None | +--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+ 2. I do not know how to use command "system host-if-add" to add data interface. Best regards with you, Longqian
Hi Shuichen, Based on your suggestions yesterday, I successfully set up StaringX. But when I access 10.10.10.3:80 using Firefox browser, the web page returned an "Invalid credentials." error information.Could you please help me? Thanks. My Environment: I install StarlingX in Virtual Environment. Reference documentation: https://docs.starlingx.io/deploy_install_guides/r1_release/controller_storag... StarlingX version: 2018/10 stx-tools version: 2018/10 My Steps: 1. Install controller-0 succesfully. 2. Install compute-0 succesfully. 3. source /etc/nova/openrc in controller-0 4. keyring get CGCS admin 700626Zyt@ 5. Please see the following picture Best regards with you, Longqian 020-02-08 11:16:37, "Lin, Shuicheng" <shuicheng.lin@intel.com> wrote: Hi, As Saul said, it is highly recommended you have a try with 3.0 Release, instead of 1.0 Release, which is too old and not maintained now. For your environment, with “host-port-list”, there are eth0 ~ eth3, no eth1000. So you should use eth2/eth3, instead of eth1000 as data interface. Best Regards Shuicheng From: Longqian Zhao <zhaolongqian456@163.com> Sent: Saturday, February 8, 2020 9:31 AM To: starlingx-discuss@lists.starlingx.io Subject: [Starlingx-discuss] The data interface eth1000 cannot be modified when I configure compute-0 Hi , I According to https://docs.starlingx.io/deploy_install_guides/r1_release/controller_storag... , the data interface eth1000 cannot be modified. Following is the detail informations about my issue. Could you please help me? Thanks. Brief Description ----------------- My Environment: I install StarlingX in Virtual Environment. StarlingX version: 2018/10 stx-tools version: 2018/10 Steps: 1. Install controller-0 succesfully. 2. Install compute-0. 3. source /etc/nova/openrc. 4. system host-port-list compute-0 +--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+ | uuid | name | type | pci address | device | processor | accelerated | device type | +--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+ | 2b735378-dd09-43b3-929f-5ca110a35001 | eth0 | ethernet | 0000:02:01.0 | 0 | -1 | True | Virtio network device | | 45c95b31-23ec-4eb4-aefb-eb22133a60a9 | eth1 | ethernet | 0000:02:02.0 | 0 | -1 | True | Virtio network device | | 51f58dac-3f6e-486d-bd67-300b15942b80 | eth2 | ethernet | 0000:02:03.0 | 0 | -1 | True | Virtio network device | | 62b4a45b-b167-456b-8b31-41b21d45b0da | eth3 | ethernet | 0000:02:04.0 | 0 | -1 | True | Virtio network device | +--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+ 5. system host-if-modify -p providernet-a -c data compute-0 eth1000 (The following is the returned information:) Interface not found: host compute-0 if eth1000 Issues: ----------------- 1. I did not find the data interface after executing the command: system host-if-list compute-0 +--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+ | uuid | name | class | type | vlan id | ports | uses i/f | used by i/f | attributes | provider networks | +--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+ | b2642ea1-cf58-4bc7-92ab-bbfb374a04c3 | mgmt0 | platform | ethernet | None | [u'eth1'] | [] | [] | MTU=1500 | None | +--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+ 2. I do not know how to use command "system host-if-add" to add data interface. Best regards with you, Longqian
Hi Longqian, Username should be "admin", not "wrsroot". Best Regards Shuicheng From: Longqian Zhao <zhaolongqian456@163.com> Sent: Sunday, February 9, 2020 12:33 PM To: Lin, Shuicheng <shuicheng.lin@intel.com> Cc: starlingx-discuss@lists.starlingx.io Subject: Re:RE: [Starlingx-discuss] The data interface eth1000 cannot be modified when I configure compute-0 Hi Shuichen, Based on your suggestions yesterday, I successfully set up StaringX. But when I access 10.10.10.3:80 using Firefox browser, the web page returned an "Invalid credentials." error information.Could you please help me? Thanks. My Environment: I install StarlingX in Virtual Environment. Reference documentation: https://docs.starlingx.io/deploy_install_guides/r1_release/controller_storag... StarlingX version: 2018/10 stx-tools version: 2018/10 My Steps: 1. Install controller-0 succesfully. 2. Install compute-0 succesfully. 3. source /etc/nova/openrc in controller-0 4. keyring get CGCS admin 700626Zyt@ 5. Please see the following picture [cid:image001.png@01D5DF49.0018A740] Best regards with you, Longqian 020-02-08 11:16:37, "Lin, Shuicheng" <shuicheng.lin@intel.com<mailto:shuicheng.lin@intel.com>> wrote: Hi, As Saul said, it is highly recommended you have a try with 3.0 Release, instead of 1.0 Release, which is too old and not maintained now. For your environment, with "host-port-list", there are eth0 ~ eth3, no eth1000. So you should use eth2/eth3, instead of eth1000 as data interface. Best Regards Shuicheng From: Longqian Zhao <zhaolongqian456@163.com<mailto:zhaolongqian456@163.com>> Sent: Saturday, February 8, 2020 9:31 AM To: starlingx-discuss@lists.starlingx.io<mailto:starlingx-discuss@lists.starlingx.io> Subject: [Starlingx-discuss] The data interface eth1000 cannot be modified when I configure compute-0 Hi , I According to https://docs.starlingx.io/deploy_install_guides/r1_release/controller_storag... , the data interface eth1000 cannot be modified. Following is the detail informations about my issue. Could you please help me? Thanks. Brief Description ----------------- My Environment: I install StarlingX in Virtual Environment. StarlingX version: 2018/10 stx-tools version: 2018/10 Steps: 1. Install controller-0 succesfully. 2. Install compute-0. 3. source /etc/nova/openrc. 4. system host-port-list compute-0 +--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+ | uuid | name | type | pci address | device | processor | accelerated | device type | +--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+ | 2b735378-dd09-43b3-929f-5ca110a35001 | eth0 | ethernet | 0000:02:01.0 | 0 | -1 | True | Virtio network device | | 45c95b31-23ec-4eb4-aefb-eb22133a60a9 | eth1 | ethernet | 0000:02:02.0 | 0 | -1 | True | Virtio network device | | 51f58dac-3f6e-486d-bd67-300b15942b80 | eth2 | ethernet | 0000:02:03.0 | 0 | -1 | True | Virtio network device | | 62b4a45b-b167-456b-8b31-41b21d45b0da | eth3 | ethernet | 0000:02:04.0 | 0 | -1 | True | Virtio network device | +--------------------------------------+------+----------+--------------+--------+-----------+-------------+-----------------------+ 5. system host-if-modify -p providernet-a -c data compute-0 eth1000 (The following is the returned information:) Interface not found: host compute-0 if eth1000 Issues: ----------------- 1. I did not find the data interface after executing the command: system host-if-list compute-0 +--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+ | uuid | name | class | type | vlan id | ports | uses i/f | used by i/f | attributes | provider networks | +--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+ | b2642ea1-cf58-4bc7-92ab-bbfb374a04c3 | mgmt0 | platform | ethernet | None | [u'eth1'] | [] | [] | MTU=1500 | None | +--------------------------------------+-------+----------+----------+---------+-----------+----------+-------------+------------+-------------------+ 2. I do not know how to use command "system host-if-add" to add data interface. Best regards with you, Longqian
participants (3)
-
Lin, Shuicheng
-
Longqian Zhao
-
Saul Wold