UNSOLVED

khkris

updated

9 years ago

K

khkris

2 Intern

178 Posts

0

1966

February 21st, 2018 11:00

Login banner - Isilon

How to add login banner on Isilon CLI.  Thanks for the help

  • Peter_Sero

    6 Operator

    1169 Posts

    1515

    0

    Posted February 21st, 2018 11:00

    to be shown BEFORE or right AFTER log in?

  • 1515

    0

    Posted February 21st, 2018 16:00

    You need modify file /etc/mcp/override/motd (message off the day). This message show when you connect to isilon node

    this modification must be done in all the nodes because the file is local to each node. Because the connection in via the ssip address in general connects to the node with the lowest id node that is usually node 1.

    you should be careful when modifying this file so that you do not change your permissions. If you do so, check the

    WebUI document. error 500 with message Unable to open the file storage: Permission denied

    Article Number 000447883

    resolution

    1. View the current permissions for the motd file.

    isi_for_array -s 'ls -l /etc/mcp/override/motd'


    2. Change permissions to 644

    isi_for_array -s 'chmod 644 /etc/mcp/override/motd'

    3. Confirm changes took effect.

    isi_for_array -s 'ls -l /etc/mcp/override/motd'

    Correct permissions should appear as follows: -rw-r--r--

    4. Restart isi_papi_d service across the cluster.

    isi_for_array -s 'killall -s isi_papi_d'