RDM rdmPartitionMgr Manual partition creation error
As per Oracle Admin Guide followed, I have to create RDM partition manually. The steps i followed:
i am getting failure at when i tried to create RDM partition manually.
Approach 1. To Create RDM partition
a. export config file through rdmPartitionMgr utility
nohup rdmPartitionMgr -rdm $RDM -exportConfig -output input.xml &
b. Updated partition id with input.xml generated in Step#a
b. nohup rdmPartitionMgr -rdm $RDM -repartition -input input.xml -loglevel all &
failed with below error.
Approach 2. To Create RDM partition
a. Create local domain first on RPAS side
b. export config file through rdmPartitionMgr utility
nohup rdmPartitionMgr -rdm $RDM -exportConfig -output input.xml &