#Monospaced font for System Manager Banner
1 messages · Page 1 of 1 (latest)
Variable pitch in computer settings is my pet peave too. Not only in the banner, but in many lists, when you are trying to line things up.
oh while talking about banners, please increase the maximum size of the MOTD, 2000 bytes is very little (especially when using things like ANSI sequences) 🙂
since we discovered that you can use ANSI in the MOTD, our logins are much nicer 🙂
ooooh that's also a good one 🙂
And selecting "Global Thermonuclear War" automatically does a 4a 😄
i have it on my fas2552. Clustername is WOPER
Wasn't it "WOPR"? War Operations Planning and Research?
In any case, I'll add that to one of our lab systems... I'm curious as to how many people will get it though 🙂
How do we get this? 🤯
you have to create a text file with ANSI escape sequences in it and then use the motd modify -uri to download it from ONTAP
i'm guessing you custom made that for each of your clusters and it isn't pulling data from somewhere dynamically?
yeah, it's custom made, at least at the moment. We're thinking about automating it for our customers to some extent, but as of now it's just a "proof of concept" 🙂
the 2000 character limit is our main issue, every color change costs up to 10 characters which quickly adds up if you change colors multiple times per row etc.
how do you pull the connected via, users connected and ontap version?
there are variables you can use in the MOTD
Sharing is caring? 
the motd modify man page is a bit broken but it shows the variables that you can use. The question mark should be a backslash, so \u shows the number of users connected etc.
ah, ok. so that is options directly from the system.
Cool, thanks. I have honestly never looked at the MOTD other than our company warning
it also depends heavily on the SSH client you use, PuTTY can use all colors and unicode characters, as long as you specify UTF-8 in its encoding options somewhere... Linux and other clients might show garbled stuff