Hi Prashant,
If you want to unregister the managed node(DMGR Node as well) with the job manager, run the
AdminTaskcommand(wsadmin scripting) :
AdminTask.unregisterWithJobManager(‘[-host JOBMANAGER_HOST_NAME –user JOBMANAGER_USER_NAME –password JOBMANAGER_PWD –managedNodeName dmgrManagedNode]’).
Use a deployment manager to unregister the deployment manager from a job manager.
Above command will work in normal scenario where Job Manager is present. But here in your case, i am not sure above command will work as it is trying to lookup the hostname of job manager and also the job manager's credentials.
If the system fails when unregistering a target from a job manager, run the cleanupTarget command in the JobManagerNode group to clean up job manager registration information. The command does not remove the job history of the node that you are unregistering. Jobs in progress continue to run, but new jobs do not start for the node. See the topic on the JobManagerNode command group for the AdminTask object.
For more information, refer this link:
pic.dhe.ibm.com/infocenter/wasinfo/v8r0/...
www.ibm.com/developerworks/websphere/tec...
Hope this helps..