- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Server Names in SIM 4.2 - Lower Case - Upper Case
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 04:57 AM
08-26-2005 04:57 AM
Server Names in SIM 4.2 - Lower Case - Upper Case
Thanks,
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 06:22 AM
08-26-2005 06:22 AM
Re: Server Names in SIM 4.2 - Lower Case - Upper Case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 06:25 AM
08-26-2005 06:25 AM
Re: Server Names in SIM 4.2 - Lower Case - Upper Case
Thanks,
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 04:01 AM
08-29-2005 04:01 AM
Re: Server Names in SIM 4.2 - Lower Case - Upper Case
If you want all systems in UPPER case then execute the query
"update name set name=upper(name)"
If you want all systems in lower case then execute the query
"update name set name=lower(name)"
This is not a permanent solution though! Every time a new device is added, may be you need to re-run the command. Also, running identification on the systems will switch it back to its original state.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 04:16 AM
08-29-2005 04:16 AM
Re: Server Names in SIM 4.2 - Lower Case - Upper Case
Thanks,
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 04:20 AM
08-29-2005 04:20 AM
Re: Server Names in SIM 4.2 - Lower Case - Upper Case
Silly me! In the queries i gave in my previous post, the table name was wrong :(
Here are the correct queries...
1) update devices set name=upper(name)
2) update devices set name=lower(name)
Sorry for the confusion!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 04:45 AM
08-29-2005 04:45 AM
Re: Server Names in SIM 4.2 - Lower Case - Upper Case
The name is pulled from DNS when you first discover it. It doesn't use the case you typed in the "System name:" field.
If you're using Microsoft DNS, and Windows computers, the name in DNS is drawn from the name of the computer.
Therefore, in a Windows environment, to change case you have to...
1) Rename your computer with the preferred case.
2) Re-register the computer with DNS.
3) Delete and re-add the computer in SIM.
Sounds like a lot of work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 04:57 AM
08-29-2005 04:57 AM
Re: Server Names in SIM 4.2 - Lower Case - Upper Case
Thanks!
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2005 01:21 AM
08-30-2005 01:21 AM
Re: Server Names in SIM 4.2 - Lower Case - Upper Case
If you want to do so manualy, you have to change to a different name, save and than switch back with upper or lower cases as you want.
!!! realize, that the same name with upper or lower changes is also different to the SIM, so you have to edit your event-tasks, cause he isn't able to find the "old" system any more !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2005 09:30 AM
08-30-2005 09:30 AM
Re: Server Names in SIM 4.2 - Lower Case - Upper Case
Thanks,
Jim