[Starlingx-discuss] FW: Need support for starlingX 8 setup bring up.
FYI From: Waines, Greg Sent: Thursday, April 13, 2023 9:07 AM To: Prashanthi Moligi <prashanthi.moligi@tcs.com>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com>; Meghana S <s.meghana10@tcs.com>; Naga Sushma Gandrothu <g.nagasushma@tcs.com>; Khalil, Ghada <Ghada.Khalil@windriver.com>; Thothadri, Ram <Ram.Thothadri@windriver.com> Subject: RE: Need support for starlingX 8 setup bring up. Hey Prashanthi, Before I try to find someone to work closely with you on this ... can you try the following solutions. So, you say that your ISO install completes and you are able to login as 'sysadmin' (initial password is 'sysadmin' and you are forced to change it). But then you have no IP connectivity. So I learned that automatic DHCP does not seem to be working with our DEBIAN loads (STX 8.0) So two options for you to try: * Run 'dhclient' manually * RUN THE FOLLOWING: * sudo dhclient <ifname> * * WHERE <ifname> is the linux interface name of the interface that is physically cabled to a router that gives you internet access * OR * Configure IP Address and Default IP Route manually * RUN THE FOLLOWING: * sudo ip address add <IP-ADDRESS>/<SUBNET-LENGTH> dev <PORT> * sudo ip link set up dev <PORT> * sudo ip route add default via <GATEWAY-IP-ADDRESS> dev <PORT> * ping 8.8.8.8 * * WHERE <PORT> is the linux interface name of the interface that is physically cabled to a router that gives you internet accdess <IP-ADDRESS>/<SUBNET-LENGTH> is the IP ADDRESS for your server (i.e. StarlingX controller-0) based on your local addressing plan <GATEWAY-IP-ADDRESS> is the IP ADDRESS of your adjacent router. Let me know if that works first, Greg. From: Prashanthi Moligi <prashanthi.moligi@tcs.com<mailto:prashanthi.moligi@tcs.com>> Sent: Thursday, April 13, 2023 2:17 AM To: Waines, Greg <Greg.Waines@windriver.com<mailto:Greg.Waines@windriver.com>>; Subramanian, Ramaswamy <Ramaswamy.Subramanian@windriver.com<mailto:Ramaswamy.Subramanian@windriver.com>> Cc: Nidhi Tomar <nidhi.tomar1@tcs.com<mailto:nidhi.tomar1@tcs.com>>; Meghana S <s.meghana10@tcs.com<mailto:s.meghana10@tcs.com>>; Naga Sushma Gandrothu <g.nagasushma@tcs.com<mailto:g.nagasushma@tcs.com>> Subject: Need support for starlingX 8 setup bring up. CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. TCS Confidential Hi Greg, Thanks for your suggestion in yesterday's meeting. As we discussed in meeting can you please give me one POC name who can help me to bring up StarlingX 8 in my internal PC. I got struck at IP assignment part from long time, I want to bring this up setup ASAP, so your quick support will be helpful. Thanks & Regards, Prashanthi. TCS Confidential =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you
participants (1)
-
Waines, Greg