Skip to main content
Question

Monterey Upgrade Bandwidth Test

  • March 17, 2022
  • 4 replies
  • 2 views

Forum|alt.badge.img+4

Hello,

We are trying to come up with a way to deploy Monterey via Self Service to our students remotely.

However, some students do not have the most reliable speed and we want to have them run a test to see if it is possible.

If their speed is not reliable, we will recall the laptops and upgrade at the school.

Would anyone happen to know of a script that we can use to "pre-test?"

We are an all Mac environment, currently on Catalina. The laptops deployed are MacBook Air (13-inch Early 2015).

Any help would be appreciated.

Thanks,

Tom

4 replies

sdagley
Forum|alt.badge.img+25
  • Jamf Heroes
  • March 17, 2022

@tlance I don't have a good solution to how you'd test the bandwidth for each machine, but what you could do is take the InstallAssistant .pkg for Monterey (download links are available on https://mrmacintosh.com/macos-12-monterey-full-installer-database-download-directly-from-apple/ ) and then use https://github.com/kc9wwh/pkgChunker (do NOT use the .pkg under Releases, instead copy the script from the raw source page) and modify Line 88 it to split things into chunks of 1GB or smaller so that you're not trying to download the full 12+GB installer at one time.


Forum|alt.badge.img+4
  • Author
  • New Contributor
  • March 17, 2022

@tlance I don't have a good solution to how you'd test the bandwidth for each machine, but what you could do is take the InstallAssistant .pkg for Monterey (download links are available on https://mrmacintosh.com/macos-12-monterey-full-installer-database-download-directly-from-apple/ ) and then use https://github.com/kc9wwh/pkgChunker (do NOT use the .pkg under Releases, instead copy the script from the raw source page) and modify Line 88 it to split things into chunks of 1GB or smaller so that you're not trying to download the full 12+GB installer at one time.


Thank you for that. I will look into it.

 


brockwalters
Forum|alt.badge.img+8
  • Valued Contributor
  • March 18, 2022

Forum|alt.badge.img+4
  • Author
  • New Contributor
  • March 18, 2022

You can run this after installing Monterey... :)

https://community.jamf.com/t5/jamf-pro/the-networkquality-is-not-strained/m-p/254301


Thank you for responding!