mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2024-11-25 10:45:10 +01:00
Update macOS TFTP Instructions
This commit is contained in:
parent
ee8081d0f7
commit
f24a353e8a
@ -50,8 +50,9 @@ apt remove tftpd-hpa
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Setting up TFTP (macOS)
|
### Setting up TFTP (macOS)
|
||||||
Fortunately macOS has a built in tftp server, all you have to do is enable it. First, load the service:
|
Fortunately macOS has a built in TFTP server, all you have to do is enable it. Lets first temporarily disable the Firewall: **System Settings** -> **Network** -> **Firewall**.
|
||||||
|
|
||||||
|
Load the TFTP service:
|
||||||
```
|
```
|
||||||
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
|
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
|
||||||
```
|
```
|
||||||
@ -59,7 +60,7 @@ Start the service:
|
|||||||
```
|
```
|
||||||
sudo launchctl start com.apple.tftpd
|
sudo launchctl start com.apple.tftpd
|
||||||
```
|
```
|
||||||
By default, the tftp directory is at `/private/tftpboot`. Be sure to grant permissions:
|
By default, the TFTP directory is at `/private/tftpboot`. Be sure to grant permissions:
|
||||||
```
|
```
|
||||||
sudo chmod 777 /private/tftpboot
|
sudo chmod 777 /private/tftpboot
|
||||||
```
|
```
|
||||||
@ -70,10 +71,12 @@ Once complete, you can stop and disable the service:
|
|||||||
sudo launchctl stop com.apple.tftpd
|
sudo launchctl stop com.apple.tftpd
|
||||||
sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist
|
sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist
|
||||||
|
|
||||||
##optionally to be double sure tftp is no longer running, ensure theres no output from the following:
|
##optionally to be double sure TFTP is no longer running, ensure theres no output from the following:
|
||||||
sudo lsof -i :69
|
sudo lsof -i :69
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Finally, be sure to re-enable the firewall: **System Settings** -> **Network** -> **Firewall**
|
||||||
|
|
||||||
|
|
||||||
## Begin
|
## Begin
|
||||||
You're now serving the required files over TFTP. Just navigate to the left-hand menu, underneath the **Brocade Setup** section - click on the section for your switch model and begin.
|
You're now serving the required files over TFTP. Just navigate to the left-hand menu, underneath the **Brocade Setup** section - click on the section for your switch model and begin.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
## Preparation
|
## Preparation
|
||||||
If you haven't already, visit the [Brocade Overview](brocade-overview.md) page to download the latest guide package and get it ready to be served via TFTP - this unified package includes all the latest firmware, licenses, and documentation.
|
If you haven't already, visit the [Brocade Overview](brocade-overview.md) page to download the latest guide package and get it ready to be served via TFTP - this unified package includes all the latest firmware, licenses, and documentation.
|
||||||
|
|
||||||
**Connect** to the serial/console port using a program like Putty (9600 8N1) or screen (`screen /dev/<device> 9600`), then connect the **management ethernet port** to your network (do NOT use any of the regular switch ports yet).
|
**Connect** to the serial/console port using a program like Putty (9600 8N1), then connect the **management ethernet port** to your network (do NOT use any of the regular switch ports yet).
|
||||||
|
|
||||||
Power on the switch while watching your serial terminal - it will have a prompt saying ```Hit b to enter the boot monitor``` - press ```b``` quickly and you'll be dropped into the bootloader prompt, now we can upgrade the software. If you missed the prompt and it boots the OS instead, pull power and try again.
|
Power on the switch while watching your serial terminal - it will have a prompt saying ```Hit b to enter the boot monitor``` - press ```b``` quickly and you'll be dropped into the bootloader prompt, now we can upgrade the software. If you missed the prompt and it boots the OS instead, pull power and try again.
|
||||||
|
|
||||||
@ -152,4 +152,4 @@ The switch will be much quieter if you can find and run B and/or C revision bric
|
|||||||
Also, it seems the PSU and fan tray position also affect fan speed. If you are running 1 PSU and fan tray, position them in the furthest left slots, when looking at the switch from the rear. If you have 2 PSUs and 1 fan tray, position the fan tray in the furthest left fan tray slot when looking at the rear of the switch.
|
Also, it seems the PSU and fan tray position also affect fan speed. If you are running 1 PSU and fan tray, position them in the furthest left slots, when looking at the switch from the rear. If you have 2 PSUs and 1 fan tray, position the fan tray in the furthest left fan tray slot when looking at the rear of the switch.
|
||||||
|
|
||||||
## Licensing Info
|
## Licensing Info
|
||||||
Like other EoL ICX6xxx series switches, the ICX6610 requires license file unlocks for 10gbE port functionality as well as some advanced software features. These licenses are no longer sold. To prevent e-waste and save these from landfills, I am providing free unlocks for use in a homelab or personal environment. Once you've finished the update and configuration process, proceed to the [ICX6610 Licensing](6610.md) section to fully license and unlock your switch. If you have an FCX, you can use the [FCX Licensing](fcxlic.md) section.
|
Like other EoL ICX6xxx series switches, the ICX6610 requires license file unlocks for 10gbE port functionality as well as some advanced software features. These licenses are no longer sold. To prevent e-waste and save these from landfills, I am providing free unlocks for use in a homelab or personal environment. Once you've finished the update and configuration process, proceed to the [ICX6610 Licensing](6610.md) section to fully license and unlock your switch. If you have an FCX, you can use the [FCX Licensing](fcxlic.md) section.
|
Loading…
Reference in New Issue
Block a user