Microfocus Data Protector User Creation from CLI
Microfocus Data Protector User Creation from CLI
For AD User
Below is the command
omniusers -add -type W -usergroup admin -name <user name> -group <Doamin> -client <System FQDN name> -pass <password>
Example:
omniusers -add -type W -usergroup admin -name administrator -group xgroup -client client.xgroup.com -pass password@123
Then run below command:
omnicc -secure_comm -configure_peer <CM FQDN NAME>
Run same command from CM for Client Machine FQDN Name.
On CM
omnicc -secure_comm -configure_peer <Client FQDN Name
where
administrator is username
xgroup is Domain
client.xgroup.com is PC FQDN name where DP client is installed.
==============================================
For Workgroup User
omniusers -add -type W -usergroup admin -name administrator -group <System Name> -client <System Name> -pass <Password>
Example
omniusers -add -type W -usergroup admin -name administrator -group win-kr8i5i8okci -client WIN-KR8I5I8OKCI -pass DataPr0tector@
Then Run the below Command:
omnicc -secure_comm -configure_peer <CM FQDN NAME>
Run same command from CM for Client Machine FQDN Name.
On CM
omnicc -secure_comm -configure_peer <Client FQDN Name
Where
win-kr8i5i8okci is System Name.
Command to check User List
omniusers -list
Command to reset password of User
omniusers -resetpass -name "administrator|win-kr8i5i8okci|win-kr8i5i8okci" -pass Datapr0tector@
IMP Command
omnicc -secure_comm -remove_peer <Host FQDN Name>
omnicc -secure_comm -configure_peer <Host FQDN Name>
Post a Comment