Symantec Management Platform (Notification Server)

 View Only

Pimp Your Console, Part 3: Customizing Text on Your Console Header 

Feb 06, 2007 05:04 PM

Ever seen "Pimp my ride"? This takes it to a whole new level. This is the last of a three-part installment for Pimp my Console.

With this SQL code you can customize your console header. You could use if for something cool like in the screenshot or something functional in case you run multiple NS Servers and need something big to tell you where you are at. IE "Altiris Server A".

To view the current settings

Select * From String
WHERE (BaseGuid='524C9C33-EE22-4A48-8B20-050120021dB6')
AND (Culture='' OR Culture='en') AND StringRef='title'

To modify the current settings

UPDATE STRING
SET String='Put console name here'
WHERE (BaseGuid='524C9C33-EE22-4A48-8B20-050120021dB6')
AND (Culture='' OR Culture='en') AND StringRef='title'

Put it back to the default of Altiris Console is as easy as changing your SET string.

I would doubt this customization is in any way supported by Altiris.

Now go pimp your console!

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

May 15, 2008 11:49 AM

http://juice.altiris.com/tech-tip/544/help-working-with-multiple-nss

May 15, 2008 03:29 AM

Hi,
Can we add color to the Customized Text. I have a light background (bgLines.gif) and want a dark Text over it.
Can this be done.
Thanks & Regards,
rahiz

Feb 13, 2007 10:51 AM

Thnxsss for the contribution.
I was also looking how to get a additional screen console to determine on what server you work.
I use over 5 consoles to do my job, and sometimes i mess up.
Again thnxssss.
Erik

Feb 08, 2007 12:34 PM

Awesome, Juice rocks!

Feb 07, 2007 12:44 PM

I've removed the dashes. Sorry about that.
We have to be careful what kind of stuff we allow users to type into our Web forms.
When our filter sees a left angle bracket, it sees "danger, suspicious code to follow".
To get around that you can replace the brackets with what the big boys call a "character entity". It's basically an ampersand followed by the letters lt, followed by a semicolin. So this &lt; displays as this < (And doesn't set off any alarms.)
HTH

Feb 07, 2007 12:32 PM

Glad you like the ideas for the console. The dashes were put in there hoping I could submit it via the create content page, but there seems to be problems whenever you submit content with SQL or HTML code in it.
Screenbert

Feb 07, 2007 09:32 AM

Great tip! I was looking for a way to name my console screens to delineate between the various servers.
Even better, if the dashes were gone from each line, Query Analyzer just makes me delete them.
Thanks,
Reed

Related Entries and Links

No Related Resource entered.