• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Selecting multiple hosts, and an action (Delete?)

Scheduled Pinned Locked Moved
FOG Problems
3
5
3.7k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H
    Hunter
    last edited by Oct 17, 2012, 12:51 PM

    This isn’t a problem, per se. But more of a suggestion for a future release. Heck, for all I know it could have already been implimented.

    I notice you can checkmark multiple hosts, there should be a delete button if you’re ridding the database of more than one host as opposed to doing this one at a time.

    Just my two cents.

    1 Reply Last reply Reply Quote 0
    • B
      BryceZ
      last edited by Oct 17, 2012, 1:27 PM

      The quick way to delete multiple hosts is to add them to a group and then delete the group.

      1 Reply Last reply Reply Quote 0
      • H
        Hunter
        last edited by Oct 17, 2012, 2:11 PM

        Gotcha.

        1 Reply Last reply Reply Quote 0
        • B
          Babasaheb
          last edited by Mar 26, 2013, 9:58 AM

          Today i saw a strange issue. I upgraded my fog version from 0.28 to 0.31.
          I have hardly cloned 500 machine from this server.
          When i clicked on List All Hosts, it’s showing about 21,303 hosts, and it started pinging them
          and finally browser goes in hang state.

          Can you suggest me any alternate solution to delete this hosts, as even i cant move them to group and delete the group.
          Our most of the work had stacked because of this.

          1 Reply Last reply Reply Quote 0
          • B
            BryceZ
            last edited by Mar 26, 2013, 10:15 AM

            The only other way to massively remove hosts is to access the database directly and remove them from there. It’s easy if you want to just remove all of them:
            [CODE]TRUNCATE TABLE hosts;[/CODE]
            Or if you have some known host value that you can leverage; such as all hosts currently assigned imageID 3:
            [CODE]DELETE FROM hosts WHERE hostImage = 3;[/CODE]

            If you’re not used to messing around in MySQL then you might want to consider installing phpmyadmin, which will give you a web interface for managing the database.

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post

            149

            Online

            12.0k

            Users

            17.3k

            Topics

            155.2k

            Posts
            Copyright © 2012-2024 FOG Project