Author Archives: Kaven Gagnon

avatar

About Kaven Gagnon

System & Network Architect

FabricOS : How to remotely backup your Brocade FC switch configuration

Here is how to remotely copy your Brocade device running FabricOS to a remote TFTP server. To copy the currently running configuration : copy startup-config tftp <TFTP_Server_IP> startup-config.cfg To copy the configuration saved to the flash memory : copy run tftp <TFTP_Server_IP> switch-name.cfg To restore the remote config to your device : copy tftp start <TFTP_Server_IP>… Read More »

Linux : How to register RedHat Enterprise Linux

RedHat can be used upon a paid subscription. You have to register your system using the following command in order to use the Yum repositories : subscription-manager register –username <username> –password <password> –auto-attach If by any chance you ran that command in the first place but you had no subscription available in your account, your… Read More »

Networking : IPv6 subnet size reference chart

Here is a quick reference chart on subnet size for IPv6 prefixes : CIDR Number of IPs /128 1 /127 2 /126 4 /125 8 /124 16 /123 32 /122 64 /121 128 /120 256 /119 512 /118 1,024 /117 2,048 /116 4,096 /115 8,192 /114 16,384 /113 32,768 /112 65,536 /111 131,072 /110 262,144… Read More »

Juniper : Replacement fan for SSG-5-SH-W

As you probably noticed, the fan on the wireless model of Juniper SSG5 is known to be noisy over time and does not last very long (maybe a year or two if not in a dusty environment). Even though the device seem to be running fine fan less, I would not risk it on a… Read More »

Linux : error processing package nginx on Debian

Having this error trying to install Nginx on Debian Linux 8? dpkg: error processing package nginx (–configure): dependency problems – leaving unconfigured Errors were encountered while processing: nginx-full nginx E: Sub-process /usr/bin/dpkg returned an error code (1) This is a known behaviour if you have Apache or another Web server installed and running. The problem… Read More »

Linux : How to tune up receive (TX) and transmit (RX) buffers on network interface

Modern and performance/server grade network interface have the capability of using transmit and receive buffer description ring into the main memory. They use direct memory access (DMA) to transfer packets from the main memory to carry packets independently from the CPU. The usual default buffering values for regular desktop NICs are 256 or 512 bytes. High… Read More »