/etc/system to projects

Hi guys, me again! :smiley:

I recently migrated a physical server to a zone, everything works perfectly except the /etc/system parameters.
I was expecting that the migration process would consider the entries in the /etc/system file and create automatically the corresponding project. I know, the projects are "user" related, so it's not that easy to integrated this step in a "phyisical to virtual" processes.

My question is now, how do i know which /etc/system value corrispond to wich projects value.

Does someboady have a nice page or document where i pickup this infos?? /etc/system value "A" = projects "A"

Here is my /etc/system file:
set shmsys:shminfo_shmmax=715827883
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=512
set shmsys:shminfo_shmseg=512
set semsys:seminfo_semmni=128
set semsys:seminfo_semmap=128
set semsys:seminfo_semmsl=128
set semsys:seminfo_semmnu=128
set semsys:seminfo_semmns=16384
set semsys:seminfo_semume=128
set semsys:seminfo_semopm=128
set msgsys:msginfo_msgmap=4096
set msgsys:msginfo_msgmax=65536
set msgsys:msginfo_msgmnb=81920
set msgsys:msginfo_msgmni=2048
set msgsys:msginfo_msgtql=256
set msgsys:msginfo_msgseg=4096
set maxusers=1024
set max_nprocs=16394
set maxuprc=16389

thx and regards
beta17

You can look into the output of the below command and match the values which are there in the system file.

 
prctl $$

Regards,
Vishal

nice and useful command, thank you vishalaswani! :smiley: