Client Automation - Rename an unmanaged OSIM computer
search cancel

Client Automation - Rename an unmanaged OSIM computer

book

Article ID: 133439

calendar_today

Updated On:

Products

CA Client Automation - Asset Management CA Client Automation - IT Client Manager CA Client Automation

Issue/Introduction

In DSM Explorer under All Computers/{Group Details}/OS installations, when a name is assigned to a MAC Address (machine discovered with PXE request), it is not possible to change the name.

The Name field is greyed :




A solution is to delete the computer and discover it again.

But how to rename it without deleting it and discovering it again ?


Environment

Release : 14.0

Component : OSIM


Resolution

1- Using Microsoft SQL Server Management Studio, execute the attached SQL script rename_osim_computer.txt to create the stored procedure rename_osim_computer


2- Then unmanaged OSIM computer could be rename by executing this :

exec rename_osim_computer 'old_name', 'new_name'


Example :

exec rename_osim_computer 'Machine-12', 'Machine-13'






Attachments

1570204560056__rename_osim_computer.txt get_app