This article is helpful to explain how is possible solve the problem when there is an error to run a command from Clish with a length greater than 255 characters.
Cause
Cause
This is often the case when adding RBA roles.
Solution
- Log in to Expert mode.
- Backup the current
/etc/clishrc
file:[Expert@HostName]# cp /etc/clishrc /etc/clishrc_ORIGINAL
- Edit the current
/etc/clishrc
file:[Expert@HostName]# vi /etc/clishrc
- Search for this line:
CliCommandMaxLength=255
- Change the number at the end of the parameter to the desired limit.
- Save the changes in the file and exit from Vi editor.
- Logout and login again
No comments:
Post a Comment