what did you learn today? (part 2)

ZPrime

Ars Legatus Legionis
18,825
Subscriptor++
TIL VMware is going to buy Velocloud. My company is actually called out by name (in the quote from Gartner, as an "Enterprise customer") in the press release. :eek:

I fear this means that the web UI (which is really the only UI for the product, and has definitely been flaky and beta-ish at times) will never be completed, given VMware's track record here. :facepalm: ;)
 

hawkbox

Ars Legatus Legionis
13,914
Subscriptor
I'd rather buy brand new (with a warranty) FiberStore optics than eBay "maybe legit" optics.

http://www.fs.com/products/36157.html

It's called having fun, not being serious about putting it into production in this case. I have a quote out for 40G optics from 3 different vendors.

---

Some people buy "antiques" on eBay. I buy used electronics cheaply and have fun.

I have zero issue with using previous generation used electronics from eBay such as Xenpak 10G-LR or other odd bits and ends.

It's a good way to build up a test lab of gear you can't otherwise accrue through normal purchasing channels.

I do LAN parties and my network admin from work is involved in them, he finds all sorts of crazy shit on Ebay that we put into the LAN network for shits and giggles.
 

hawkbox

Ars Legatus Legionis
13,914
Subscriptor
TIL VMware is going to buy Velocloud.

I fear this means that the web UI (which is really the only UI for the product, and has definitely been flaky and beta-ish at times) will never be completed. :rolleyes:

Hey now, VMware has great follow through on finish their clients... ok I can't finish that with a straight face.
 

ZPrime

Ars Legatus Legionis
18,825
Subscriptor++

Lurch

Ars Praefectus
3,464
Subscriptor
Plant Ops decided to turn off chilled water at 7:30AM without telling any of the clients of that chilled water. Only had one ESXi host shut down but still... :mad:

Is Plant Ops paying for a new server?

They did put out a notice, tho, right?

"But the plans were on display . . ."
"On display? I eventually had to go down to the cellar to find them."
"That's the display department."
"With a torch."
"Ah, well the lights had probably gone."
"So had the stairs."
"But look, you found the notice, didn't you?"
"Yes," said Arthur, "yes I did. It was on display in the bottom of a locked filing cabinet stuck in a disused lavatory with a sign on the door saying Beware of the Leopard."
- Hitchhiker's Guide to the Galaxy

No notice and I doubt it (on any money) as the host is back up and running now. we just have to suck it up.
 

abj

Ars Legatus Legionis
18,200
Subscriptor
That to go from VMFS 5 to VMFS 6 requires deleting and re-adding the datastore. One plus though is I can consolidate the numerous small 1-2 TB datastores on the storage.
I learned that yesterday as well. Shortly after I learned that ESXi 6.5 will happily create a VMFS 5 datastore on a 512e lun despite the fact that it only works in VMFS 6.
 

Technarch

Ars Legatus Legionis
14,932
Subscriptor
No notice and I doubt it (on any money) as the host is back up and running now. we just have to suck it up.

Just like how I have to suck it up and continue running on my recently-dried stack switches that I no longer trust, because the CEO doesn't want to bring up the incompetence of building management during lease renewal negotiations.
 
I stuck a pair of Dell 0N743D optics in HPE Aruba 2530 series switches, and for some reason, they worked (after enabling unsupported transceivers in the switches). The slots are SFP, not SFP+, yet somehow SFP+ optics are working there at 1Gb/s rate. Go figure.

I once was able to get 4Gbps fibre channel optics working at 1Gbps in a Cisco SG-series switch. Not quite sure how that worked.
 

afidel

Ars Legatus Legionis
18,165
Subscriptor
Two brand new ASR1001x'es with Cisco branded 1M DAC 10G Cables.


%TRANSCEIVER-3-NOT_SUPPORTED: SIP0/0: Detected for transceiver module in TenGigabitEthernet0/0/0, module disabled


:rolleyes:

Thanks Cisco. Ugh.



Edit: Turns out my VAR is worthless and sold me an unsupported config. The 1001x'es don't do DAC.
This thread says they do as of 16.3.1.
Looks like you need the active cables though, SFP-H10GB-ACU7M, SFP-H10GB-ACU10M

*edit*
Gotta love having to use a 21' cable to connect two devices that are probably 1U away from each other...
 

ImRaptor

Ars Scholae Palatinae
828
Two brand new ASR1001x'es with Cisco branded 1M DAC 10G Cables.


%TRANSCEIVER-3-NOT_SUPPORTED: SIP0/0: Detected for transceiver module in TenGigabitEthernet0/0/0, module disabled


:rolleyes:

Thanks Cisco. Ugh.



Edit: Turns out my VAR is worthless and sold me an unsupported config. The 1001x'es don't do DAC.
This thread says they do as of 16.3.1.
Looks like you need the active cables though, SFP-H10GB-ACU7M, SFP-H10GB-ACU10M

*edit*
Gotta love having to use a 21' cable to connect two devices that are probably 1U away from each other...

The active cable requirement has bit me a couple of times.
We did find some short active cables that our Brocade was happy with, eventually.
 
Just like how I have to suck it up and continue running on my recently-dried stack switches that I no longer trust, because the CEO doesn't want to bring up the incompetence of building management during lease renewal negotiations.

WTF... isn't that the *best possible* time to bring it up? "Listen, you folks caused us preventable losses, how do you make this right?"
 
Does anyone have a good reference for configuring PXE boot options in Linux DHCP? We're planning on replacing our WDS server, and want the new one to support both legacy BIOS and UEFI clients. I have a working setup on our Linux DHCP server now, but only for BIOS clients -- I'm not sure how to add in an option for UEFI. All of the resources I've found so far show how to do it with a Windows DHCP server.
 

ImRaptor

Ars Scholae Palatinae
828
Does anyone have a good reference for configuring PXE boot options in Linux DHCP? We're planning on replacing our WDS server, and want the new one to support both legacy BIOS and UEFI clients. I have a working setup on our Linux DHCP server now, but only for BIOS clients -- I'm not sure how to add in an option for UEFI. All of the resources I've found so far show how to do it with a Windows DHCP server.

This is what I am using with our ISC DHCP servers.
Code:
class "pxeclients" {
                match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
                option tftp-server-name "172.16.0.15";
                next-server 172.16.0.15;
                if option client-arch = 00:07 {
                        filename "bootx64.efi";
                } else {
                        filename "pxelinux.0";
                }
        }
That sits within the subnet declaration.
 

Danger Mouse

Ars Legatus Legionis
38,791
Subscriptor
This is what I am using with our ISC DHCP servers.

Awesome, that's what I was looking for. Wasn't sure if you could do if-then statements in classes, but this is pretty straightforward.

Creating/editing the bootfile successfully can often times be the worst part of the deal :p if you're dealing with the crappy pxe server built into Symantec Ghost Solution Suite.

Things can be painful at times.
 

ramases

Ars Tribunus Angusticlavius
8,633
Subscriptor++
TI(re)L Always put a back up ephemeral port group on your distributed virtual switches.

Why, what happens if you don't?

It used to be that if you had a shitty cluster design (running vcenter on the cluster it managed and having it connected to a distributed VS instead of the standard VS) you could get into a chicken/egg problem without ephemeral ports:

Without an operational vcenter you cannot up ports on a dvs; and if the vcenter runs on a dvs this includes the ports vcenter uses to connect to the hypervisor management interfaces ...
The only way around that was having ephemeral ports configured for the vcenter port groups, but unfortunately the ephemeral ports feature has (or used to have) some pretty serious security implications.

At least that was many moons and vsphere versions ago.
 

afidel

Ars Legatus Legionis
18,165
Subscriptor

hawkbox

Ars Legatus Legionis
13,914
Subscriptor
Pretty much. Non ephemeral port groups need vCenter to be up in order to create a port. So if vCenter gets killed somehow and needs to be restarted on another host on the same dvs you are kinda boned.

Here is Chris Wahl's article about it:

http://wahlnetwork.com/2015/01/30/vds-ephemeral-binding/
Isn't a standard vswitch for the vcenter a simpler solution?

It is. The consultant that did our initial vCEnter setup before I got hired managed to somehow create a vDS with 1 physical NIC and it worked until we had a blip. I then spent a day building standard switches to mitigate the issue. vDS is great if you need it, but it adds some fault points and additional considerations that might not be worth it for you.