19 Posts

February 20th, 2007 07:00

I have seen this too, somehow the clientid and identity of clientY is cached in a non-visible way.
I got around it by creating a new client, say clientZ using the clientid for clientY, which effectively (re)creates and renames clientY as clientZ. You can then properly remove clientZ and/or keep it around for reference.
You are then free to rename your original client.

4 Operator

 • 

14.4K Posts

January 9th, 2007 08:00

Steps that you should follow are:
- write down client-id of old_name
- delete all client resources for old_name
- stop NW
- move index from old_name to new_name
- start NW
- create client resource for new_name using new_name as name and old_client_id as new_client_id

In your steps as it seems stop/start step is missing.

2 Intern

 • 

2K Posts

January 9th, 2007 08:00

I think you should first delete all resoruces for ClientY, restart services and then when you create new clientY - paste the client ID of CLientX there.

46 Posts

January 9th, 2007 08:00

When I look a the client-list, I don't see a clientY.
Someone has created the clientY and removed this client in the past. But for some reason networker is still aware of its client id.

46 Posts

January 12th, 2007 02:00

Sorry for the delay.

I followed the steps but I have still the problem.
But there was something strange. There was already a very old index-directory for the new_client. So I removed this dir old_name to new_name.

Is it possible te remove manually client-id 's .

Message was edited by:
carlo Maesen

4 Operator

 • 

14.4K Posts

January 12th, 2007 03:00

It is possible that new_client was once used and does have entries in media database. You can verify that with mminfo command. In such case, if such data is not required, you can remove it from media database using nsrmm command.

4 Operator

 • 

14.4K Posts

January 12th, 2007 04:00

It's possible.

46 Posts

January 12th, 2007 04:00

mminfo -q client=new_client
mminfo: no matches found for the query

Is it possible someone has used this once but never started a backup ?

46 Posts

January 12th, 2007 05:00

Are there other ways to remove the client-id ?

46 Posts

January 12th, 2007 06:00

I still have the message:
mminfo: no matches found for the query

4 Operator

 • 

14.4K Posts

January 12th, 2007 06:00

Client-id should exist to be removed. In your case you don't wish to remove it, but rather move so that is associated with new client name.

If we go back to your first message, what is that you get when you execute:
mminfo -q clientid=y-y-y-y-y-y -r name,client,volume,ssid,savetime,ssretent,group,pool

46 Posts

January 12th, 2007 07:00

OK, thank you for your time.

4 Operator

 • 

14.4K Posts

January 12th, 2007 07:00

In that case I can't see from where is getting that message (when followed suggested steps). Have support involved.

74 Posts

January 16th, 2007 12:00

Carlo,

have you tried running:

mminfo -q clientid=y-y-y-y-y ?
It appears that networker has indeed once known clientY as client-id y-y-y-y-y, but since all those resources were deleted you don't see it anymore.

If the above mminfo command gives results, try deleting all those savesets using:
nsrmm -ydS

then try copying clientX to clientY

goodluck,

Xander

46 Posts

January 17th, 2007 00:00

Hi Xander,

I already did:
mminfo -q clientid=y-y-y-y-y-y -r name,client,volume,ssid,savetime,ssretent,group,pool
without any results.

I think some-one has created the client, but never started a backup.
No Events found!

Top