Community
 
 
 

Radia - General Discussions

1323フォロワー
 
Avatar
Ekuberems

Audit Connect Command To be Run Manually

Hi Team, Can anyone guide me what command needs to be executed in client machine to run the audit connect from client machine. also I have one more query that if the IP address of client machine is changed after installing RCA client then will the machine audit happen ? Thanks & Regards Sumant Kulkarni EMS Team|Polaris Ph: 022-27595658
5件のコメント
0

サインインしてコメントを残してください。

 
 

Previous 5件のコメント

Avatar
James Longo - EU

Create a batch file on the desktop named audit.bat and copy the following into the batch file, change jlongoS9 to the hostname/IP of the Radia Core or Satellite server.

 Also make sure the path to radskman is correct for your environment. A change in client IP should not impact the audit connect as long as you have everything configured correctly.

 

Copy the following into a file named audit.bat:

cd C:\Program Files\PSL\RCA\Agent
Radskman.exe mname=radia,dname=audit,uid=$MACHINE,ip=jlongoS9,port=3464,cat=prompt,cop=y,context=m,log=audit.log,mnt=n
pause

コメントアクション パーマリンク
Avatar
enterprise.services

Rather than running 2 connects we merge SOFTWARE and AUDIT by including AUDIT at the end of our software connects.

We do this by changing the Base Instace ZSTOP from AUDIT to SOFTWARE
  PRIMARY.AUDIT.ZERVICE._BASE_INSTANCE_
    ZSTOP999=\(UPPER(EDMGETV(ZMASTER,ZDOMNAME))='SOFTWARE')
    ZSVCPRI=99

And then remove the exclusion for AUDIT on the default connect in the PolicyServer\etc\pm.cfg file
  DNAME=*             { * !PATCHMGR !OS !SECURITY !VM}

 

コメントアクション パーマリンク
Avatar
Nigel Ryan

To run an audit or any other connection type on a remote machine. Just go to any machine (including the machine itself) with the Radia Agent installed and run from a command prompt in the Agent folder: 

radntfyc <IP or Name of the target computer> radskman dname=audit,log=myaudit.log

(dname can be omitted for a Software connect or you can put dname=patch to do a patch connect etc.)

Ensure that you have the Audit Services assigned and that the correct RIMOPTS option is connected to the AUDIT ZSERVICE, you want to ensure that it's connected to either FULL_INSTALL_VERIFY_UPDATE or DIFF_INSTALL_VERIFY_UPDATE (better) and not FULL_INSTALL_UPDATE or DIFF_INSTALL_UPDATE which can be the default on some AUDIT ZSERVICES. Leaving that default will result in the audit only happening once per machine, i.e. it doesn't happen on verifies only on install and update (if you change the Audit ZSERVICE)

コメントアクション パーマリンク
Avatar
Ekuberems

Thanks for your Nigel R  help. Its working.

コメントアクション パーマリンク
Avatar
Fernando Couto

Hello!

Did you get the solution?

 

If not yet, run the following command:

<<RCA_HOME>>\Agent\Radskman.exe req="Execute",uid=SYSTEM,dname=AUDIT,sname=DISCOVER_INVENTORY

 

Regards,

Fernando Couto

 

 

コメントアクション パーマリンク

Top Contributors