Author Topic: Getting pluto updates to installed user base  (Read 4402 times)

archived

  • Hello, I'm new here
  • Posts: 0
    • View Profile
Getting pluto updates to installed user base
« on: March 20, 2005, 02:12:03 am »
I realized I don't understand how updates are rolled out into the install base.

How does all the "it will be in the next build" functionality get installed?

<soapbox>
I'm very interested since:

I have no media directors.  My kickstart identified MD machine requires a missing network driver (e1000, "in progress") and assigning new machines doesn't yet generate the boot images ("in progress").

I have no Orbiters (Windows Orbiters 2.0.0.0 and 2.0.0.11 both die on me) ("in progress")  Haven't found an orbiter for linux (running SuSE 9.2)

I have no Mobile Orbiters (Verizon Wireless killed all bluetooth functionality on all bluetoth outside of headset connections.)  I'll pick up a Palm/PocketPC/Treo if I know the functionalty is working for one of those devices.

Working on getting sjphone working with asterisk, but that not your problem.

(While I've never seen anything outside of the DCERouter log files, I'm completely bought into the architecture.)
</soapbox>

archived

  • Hello, I'm new here
  • Posts: 0
    • View Profile
Getting pluto updates to installed user base
« Reply #1 on: March 20, 2005, 09:49:11 am »
Assuming you installed with the Kick-Start CD, the updates are automatic.  At each bootup it does an apt-get update / dist-upgrade, which upgrades to the latest version.  You can see and modify what gets done at bootup in the Pluto Admin site under Advanced, Boot Sequence.

I have to defer to someone else about the networking issue.

Regarding the Orbiter, this should work.  Each build includes a version for Windows, Windows CE, Linux and Symbian.  Orbiter has been quite stable--we were running all 4 versions at Cebit.  Although it's true you can't use the 2.0.0.0 Orbiter with a new DCERouter.

Go to your pluto admin web site, on wizard / orbiters, confirm that you have added an orbiter already.  These would have been pulled from the installation wizard at plutohome.com.  If you recently added the Orbiter and haven't yet rebooted, it's graphical images won't have been generated yet.  there's a program "OrbiterGen" that pre-renders all the graphics and determines the correct screen layout for your type of orbiter, screen resolution, aspect ratio and so on.  At bootup on the core, this gets run for all the oribters.

Or, faster than rebooting, you can also go to any other orbiter, click the pluto logo in the lower left to bring up the advanced page, and choose 'regen all orbiters'.

Now, from the main login page (the start page) of pluto admin, click the link to download orbiter win installer.  From that next page, choose the windows xp/2000 version (or CE), and it will install the software.

I just tried this myself since the installer is new to version .12.  The only thing that didn't work right was that it didn't ask me for the device id of the orbiter, and the ip address of the router -- the 2 pieces of info needed for it to run.  When I ran it from the shortcut, therefore, the orbiter failed to connect to the router.  But it did work when I ran it manually from a command prompt, with 'start' 'run' and then:

"c:\Program Files\pluto\Orbiter\orbiter.exe" -d 7900 -r 10.2.1.165

7900 was the device id from my orbiter, as shown on the Wizard,Devices,Orbiters page, and 10.2.1.165 was the IP address of my core.

Let me know if that works for you.

archived

  • Hello, I'm new here
  • Posts: 0
    • View Profile
Sucess!
« Reply #2 on: March 20, 2005, 03:16:40 pm »
Success!

I never noticed the "Download Win Orbiter Installer" on the Admin Screen.  (Ironically, you have to logout to find it.)  This one worked.

(Not sure how xp made the target app as non-editable.  Created a cmd file to launch it from desktop icon.)

Thanks for the hand holding.