i'm getting permission error while creating or move file inside OMi-0 pod, can some one help me how to get sufficient privilege's/root?
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
i'm getting permission error while creating or move file inside OMi-0 pod, can some one help me how to get sufficient privilege's/root?
Hello Shikant,
Depending on the version of OpsB Suite you are running, root users have been removed from the containers.
With that said, everything should be running as the omi user (1999). That should be the correct settings.
There is an example of accessing the omi-0 pod within the following doc page on Step 1.
https://docs.microfocus.com/doc/Containerized_Operations_Bridge/2021.11/VerifyAECContOBM
Ex.
# kubectl -n opsb-helm exec -it omi-0 -c omi -- bash
omiuser@omi-0:/> ls
README.md config dev home mnt public-ca-certificates sbin sys usr
bin container docker-entrypoint.sh lib opt root selinux tmp var
boot db-trusted-certs etc lib64 proc run srv trusted-certs version.txt
If you continue to have problems, then maybe it would help if you provided more details about what you are attempting to do.
Regards,
Mark