• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. dvchuyen
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 30
    • Best 2
    • Controversial 0
    • Groups 0

    dvchuyen

    @dvchuyen

    2
    Reputation
    534
    Profile views
    30
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dvchuyen Unfollow Follow

    Best posts made by dvchuyen

    • RE: Multicast Issues on Centos 7

      @Wayne-Workman said in Multicast Issues on Centos 7:

      Yes, I confirm the command work. I found it and solved my problem few days ago.

      https://forums.fogproject.org/topic/7194/could-not-pxe-boot-input-output-error-when-do-multicast/31

      posted in FOG Problems
      D
      dvchuyen
    • RE: Cannot import hosts

      @Wayne-Workman Working like a charm :). Thanks

      posted in FOG Problems
      D
      dvchuyen

    Latest posts made by dvchuyen

    • RE: Cannot import hosts

      @Wayne-Workman Working like a charm :). Thanks

      posted in FOG Problems
      D
      dvchuyen
    • RE: Cannot import hosts

      @Wayne-Workman said in Cannot import hosts:

      SELECT hostName,hostID FROM hosts WHERE hostName = ‘T-2443’ OR hostName = ‘T-2444’ OR hostName = ‘T-2445’;

      Oh, look like they exist on DB,

      MariaDB [fog]> SELECT hostName,hostID FROM hosts WHERE hostName = 'T-2443' OR hostName = 'T-2444' OR hostName = 'T-2445';
      +----------+--------+
      | hostName | hostID |
      +----------+--------+
      | T-2443   |   2829 |
      | T-2444   |   2830 |
      | T-2445   |   2831 |
      +----------+--------+
      3 rows in set (0.00 sec)
      

      But I still unable to find them on Web
      alt text

      posted in FOG Problems
      D
      dvchuyen
    • RE: Cannot import hosts

      @Wayne-Workman said in Cannot import hosts:

      select gmID,gmHostID,gmGroupID FROM groupMembers WHERE gmHostID=0 OR gmHostID=0 OR gmGroupID=0;

      Thanks!

      MariaDB [(none)]> use fog
      Reading table information for completion of table and column names
      You can turn off this feature to get a quicker startup with -A
      
      Database changed
      MariaDB [fog]> SELECT hostID, hostName FROM hosts WHERE hostID=0;
      Empty set (0.00 sec)
      
      MariaDB [fog]> SELECT hmID,hmHostID,hmMAC FROM hostMAC WHERE hmID=0 OR hmHostID=0;
      Empty set (0.07 sec)
      
      MariaDB [fog]> select gmID,gmHostID,gmGroupID FROM groupMembers WHERE gmHostID=0 OR gmHostID=0 OR gmGroupID=0;
      Empty set (0.02 sec)```
      posted in FOG Problems
      D
      dvchuyen
    • Cannot import hosts

      I’m using trunk ver 8424
      Whenever I import hosts.csv, I get the message:
      Errors Row #1: Host already exists with this name: T-2443
      Row #2: Host already exists with this name: T-2444
      Row #3: Host already exists with this name: T-2445

      This is the csv file:

      FC:08:4A:5F:E0:51,T-2443
      FC:08:4A:5F:E3:C0,T-2444
      FC:08:4A:5F:E2:DA,T-2445
      

      There is no host T-2443, 2444 or 2445 on both host list on web GUI or on hosts table on mysql.

      I also tried a different hostname, and got the same problem.

      Thanks,

      posted in FOG Problems
      D
      dvchuyen
    • RE: Multicast Session on wrong eth-port

      @Tom-Elliott Yes, it is working now.
      Thanks,

      posted in Bug Reports
      D
      dvchuyen
    • RE: Multicast Session on wrong eth-port

      @Tom-Elliott Please check my last post on this thread

      posted in Bug Reports
      D
      dvchuyen
    • RE: Multicast Session on wrong eth-port

      I just updated to lasted Trunk version today and have the same problem

      Multicast setting
      alt text

      Storage node (I have only 1 node)
      alt text

      And this is multicast log (wrong interface and IP address)
      alt text

      posted in Bug Reports
      D
      dvchuyen
    • RE: Multicast Issues on Centos 7

      @Wayne-Workman said in Multicast Issues on Centos 7:

      Yes, I confirm the command work. I found it and solved my problem few days ago.

      https://forums.fogproject.org/topic/7194/could-not-pxe-boot-input-output-error-when-do-multicast/31

      posted in FOG Problems
      D
      dvchuyen
    • RE: Default Item on PXE boot menu does not work

      @Quazz The default item for local disk was unchecked automatically when I selected Quick Image
      http://i.imgur.com/ubFGbF7.png

      posted in Bug Reports
      D
      dvchuyen
    • Default Item on PXE boot menu does not work

      My fog server ignores the default item setting, it always boots to local disk.
      I’m using Fog trunk 7380
      Thanks!

      posted in Bug Reports
      D
      dvchuyen