It should be fine as you replaced those binaries.I try 2 time on 2 switches - The license page is empty
Is it OK ?
It should be fine as you replaced those binaries.I try 2 time on 2 switches - The license page is empty
Is it OK ?
My DAC cable from mellanox works on 56Gbps under Ethernet mode.So, yes i do understand ... But.
I do understand why clever QDR cables didn't work with FRD10, but i don't understand why stupid cables can work with FRD10.
So basicly the major question - Does anyone have stupid QSFP cable with FDR/56G ?
Not quite! Deleting the symlink might not have been the best move, we recommend renaming it so you can move it back later if needed, but it’s not a big deal.I'm stuck on step 6.2.B - I am booted into scratch linux (mtdblock6) but I am unsure as to how to adjust admin shell to bin/bash & remove the symlink.
Could someone please describe the lines I would enter to modify that?
Edit: I deleted the symlink /mnt/root2/etc/passwd and created a passwd in /mnt/root2/etc with one line:
admin:x:1000:1000::/:/bin/bash
Can someone verify these steps are correct?
cd /mnt/root2/etc
cp /mnt/var/opt/tms/output/passwd /mnt/root2/etc/passwd
vi /mnt/root2/etc/passwd # edit the file appropriately
busybox --install
and it’ll dump a bunch of symlinks in for all its various builtins. Makes life a bit easier.Not quite! Deleting the symlink might not have been the best move, we recommend renaming it so you can move it back later if needed, but it’s not a big deal.
You need to find the file the symlink used to point to - /var/opt/tms/output/passwd, if I recall correctly - and copy it to where the symlink was, then edit the line for the ‘admin’ user so it says /bin/bash instead of /opt/tms/cli.
If you have mtdblock7 mounted to /mnt/root2 and mtdblock9 mounted to /mnt/var, if I’ve remembered the path correctly, this should work:
Then reboot back into MLNX-OS & when you log in as admin it should drop you to bash.Bash:cd /mnt/root2/etc cp /mnt/var/opt/tms/output/passwd /mnt/root2/etc/passwd vi /mnt/root2/etc/passwd # edit the file appropriately
Also, a useful tip for the recovery OS is to mkdir /bin, /usr/bin, /sbin, and /usr/sbin, then runbusybox --install
and it’ll dump a bunch of symlinks in for all its various builtins. Makes life a bit easier.
tail -f /var/log/messages
to see what it's complaining aboutHello,
Thanks again for your very nice work.
I'm trying to upgrade one of my 2 converted MSX6012 to 8012 following guide 1.2.
I have trouble with vpi license not enabled so only ib profile is available, vpi and ethernet do not complete.
The switch was working great with previous kernel install.
Any idea of what I am missing?
It seems to be an issue. But you can choose the profile you like when you edit the shell script under etc. Remember you put a number 3 there? Give it a number 4 you will get eth profile.
I will do some further modifications when I have spare time.