Changes between Version 23 and Version 24 of Internal/RunningInventory


Ignore:
Timestamp:
Jan 23, 2017, 3:12:12 PM (7 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/RunningInventory

    v23 v24  
    2222    }}}
    2323    {{{
    24 ln -s test-inv-grid 0A0A
     24ln -s ./inventory/test-inv-all 0A0A
    2525    }}}
    2626
    2727    ||'''Domain'''||'''Source'''||'''Target'''||
    28     ||Grid||test-inv-grid||0A0A||
    29     ||SB1||test-inv-sb1||0A0B||
    30     ||SB2||test-inv-sb2||0A0C||
    31     ||SB3||test-inv-sb3||0A0D||
    32     ||SB4||test-inv-sb4||0A0E||
    33     ||SB5||test-inv-sb5||0A0F||
    34     ||SB6||test-inv-sb6||0A10||
    35     ||SB7||test-inv-sb7||0A11||
    36     ||SB8||test-inv-sb8||0A12||
    37     ||SB9||test-inv-sb9||0A13||
    38     ||Outdoor||test-inv-outdoor||0A28||
     28    ||Grid||test-inv-all||0A0A||
     29    ||SB1||test-inv-all||0A0B||
     30    ||SB2||test-inv-all||0A0C||
     31    ||SB3||test-inv-all||0A0D||
     32    ||SB4||test-inv-all||0A0E||
     33    ||SB5||test-inv-all||0A0F||
     34    ||SB6||test-inv-all||0A10||
     35    ||SB7||test-inv-all||0A11||
     36    ||SB8||test-inv-all||0A12||
     37    ||SB9||test-inv-all||0A13||
     38    ||Outdoor||test-inv-all||0A28||
    3939
    40  3. Goto the /export/nfsroot/etc/resolvconf/resolv.conf.d and make a symbolic link to head for the proper domain:
    41     {{{
    42 cd /export/nfsroot/etc/resolvconf/resolv.conf.d
    43     }}}
    44     {{{
    45 ln -s head.grid head
    46     }}}
    47 
    48     ||'''Domain'''||'''Source'''||
    49     ||Grid||head.grid||
    50     ||SB1||head.sb1||
    51     ||SB2||head.sb2||
    52     ||SB3||head.sb3||
    53     ||SB4||head.sb4||
    54     ||SB5||head.sb5||
    55     ||SB6||head.sb6||
    56     ||SB7||head.sb7||
    57     ||SB8||head.sb8||
    58     ||SB9||head.sb9||
    59     ||Outdoor||head.outdoor||
     40 3. Manually editing resolv.conf is no longer needed.
    6041
    6142'''From console (grid or sandbox)'''