BO of 130€or less ? only got 130€ BO offer acceptedI'm a bit annoyed. I bought one few days ago with a BO and the seller accepted it.
I pay it...
Today i was refunded without any explication...
Since my order was still available on ebay (but on the status "not paid"). I was able to pay it again.
I'm not sure than the seller take it in account since it was only 1 left.
I contact it by PM but i had never any answer !
I tried to buy the last one (since i supposed he cancel my order because he was thinking that he can obtain more cash from it than the BO he accepted...) but ebay say me than some limits block me to buy the last one..
I bought already some stuff around it (nics, optics, ...) and finally the risk that i will not have any switch is really big....
grrrr...... i'm really frustrated.
Please let me know I have the same version with all capabilities to sell.I'm a bit annoyed. I bought one few days ago with a BO and the seller accepted it.
I pay it...
Today i was refunded without any explication...
Since my order was still available on ebay (but on the status "not paid"). I was able to pay it again.
I'm not sure than the seller take it in account since it was only 1 left.
I contact it by PM but i had never any answer !
I tried to buy the last one (since i supposed he cancel my order because he was thinking that he can obtain more cash from it than the BO he accepted...) but ebay say me than some limits block me to buy the last one..
I bought already some stuff around it (nics, optics, ...) and finally the risk that i will not have any switch is really big....
grrrr...... i'm really frustrated.
Interesting! Converted or still untouched?I have 3x SX6012.
I only need 1...
I had a field day with that binary, to get it running on a regular x86_64 distro.Or unzip the mlnx-os image, go to /opt/tms/bin and fool around with the genlicense executable
Today I was trying to run this tooI had a field day with that binary, to get it running on a regular x86_64 distro.
Started out by downloading MLNX-OS_3.6.8008-670769-B21_Software_Image_HPE.zip from HPE, linked earlier in this thread.
From that file I extracted the image-PPC_M460EX-ppc-m460ex-20180703-203210.tgz file, located inside of image-PPC_M460EX-3.6.8008.img
Next thing was to install a throw-away VM running Debian Stretch. Installed the regular updates and then;
apt-get install qemu-userUploaded the .tgz file extracted to the VM to /root/mellanox and unpacked it:
cd /root/mellanox
tar image-PPC_M460EX-ppc-m460ex-20180703-203210.tgz
After trying to run the genlicense binary from the extracted opt/tms/bin directory I had to do some ugly file copying to get it to run via qemu:
mv /etc/ld.so.cache /etc/ld.so.cache-oldAfter this the binary run just fine. As said before, this was done on a new VM with no other purpuse than to test this. Don't do it on a box you normally use as copying files to /lib normally isn't a good idea.
cp /root/mellanox/lib/ld* /lib/
cp /root/mellanox/lib/librt* /lib/
cp /root/mellanox/lib/libpthread* /lib/
cp /root/mellanox/lib/libc* /lib/
How to use it is another story, i386 might have more info on that.
Ah. I tried to chroot with the regular "chroot /{dir-with-unpacked-img}/" with qemu-ppc-static in /{dir-with-unpacked-img}/usr/bin but that didn't work.Today I was trying to run this too
Found (couple of hours ago) an easier way:
chroot /{dir-with-unpacked-img}/ qemu-ppc-static /opt/tms/bin/genlicense