<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Modifying security audit journal location in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/modifying-security-audit-journal-location/m-p/4988070#M77313</link>
    <description>Hi all, thanks for your help. What I did was renamed the .DAT file, restart the system on minimum startup first, started audit server and then move the journal file's destination. Worked like a charm! :)&lt;BR /&gt;</description>
    <pubDate>Fri, 30 Jun 2006 01:32:38 GMT</pubDate>
    <dc:creator>roose</dc:creator>
    <dc:date>2006-06-30T01:32:38Z</dc:date>
    <item>
      <title>Modifying security audit journal location</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/modifying-security-audit-journal-location/m-p/4988064#M77307</link>
      <description>Hi, I am trying to setup a test server using a clone of a production system disk. However, I am unable to startup this node as I have not restored the original disk containing the production system's audit journal (security.audit$journal) file.&lt;BR /&gt;&lt;BR /&gt;When I am in minimum startup, I try to do the following command:&lt;BR /&gt;&lt;BR /&gt;$ SET AUDIT/JOURNAL=SECURITY/DESTINATION=SYS$MANAGER:SECURITY.AUDIT$JOURNAL&lt;BR /&gt;&lt;BR /&gt;But I am getting the following error:&lt;BR /&gt;&lt;BR /&gt;%SET-F-NOCTRLMBX, audit server control mailbox assignment failed&lt;BR /&gt;-SYSTEM-F-IVDEVNAM, invalid device name&lt;BR /&gt;&lt;BR /&gt;I try to start the audit server, but also see the error concerning the unavailable device:&lt;BR /&gt;&lt;BR /&gt;$ set audit/server=start &lt;BR /&gt;%SET-I-NEWAUDSRV, identification of new audit server process is 0000082E&lt;BR /&gt;$ &lt;BR /&gt;%%%%%%%%%%%  OPCOM  29-JUN-2006 11:38:45.98  %%%%%%%%%%%&lt;BR /&gt;Message from user AUDIT$SERVER on FOOBAR&lt;BR /&gt;%AUDSRV-W-SYSJNLNAC, cannot access system audit journal SECURITY&lt;BR /&gt;&lt;BR /&gt;%%%%%%%%%%%  OPCOM  29-JUN-2006 11:38:45.98  %%%%%%%%%%%&lt;BR /&gt;Message from user AUDIT$SERVER on FOOBAR&lt;BR /&gt;%SYSTEM-F-IVBUFLEN, invalid buffer length&lt;BR /&gt;&lt;BR /&gt;%%%%%%%%%%%  OPCOM  29-JUN-2006 11:38:45.98  %%%%%%%%%%%&lt;BR /&gt;Message from user AUDIT$SERVER on FOOBAR&lt;BR /&gt;%AUDSRV-E-FATINITERR, fatal error during startup processing; automatic server re&lt;BR /&gt;start suppressed&lt;BR /&gt;&lt;BR /&gt;Is there a workaround that I can do while in minimum startup so that I can move my audit journal to my system disk? So that once I startup normally, it will be able to create a new audit journal file and will be able to boot successfully.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jun 2006 02:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/modifying-security-audit-journal-location/m-p/4988064#M77307</guid>
      <dc:creator>roose</dc:creator>
      <dc:date>2006-06-29T02:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying security audit journal location</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/modifying-security-audit-journal-location/m-p/4988065#M77308</link>
      <description>You may need to to&lt;BR /&gt;$set audit/server=initiate    &lt;BR /&gt;after &lt;BR /&gt;$set audit/server=start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note that SYS$MANAGER:VMS$AUDIT_SERVER.DAT contains the settings for the audit server so if you deleted file parhaps the AUDIT SERVER would default to having the audit log on the system disk.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jun 2006 03:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/modifying-security-audit-journal-location/m-p/4988065#M77308</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-06-29T03:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying security audit journal location</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/modifying-security-audit-journal-location/m-p/4988066#M77309</link>
      <description>Ian, will it still be okay to do the set audit/server=init when my set audit/server=start failed? &lt;BR /&gt;&lt;BR /&gt;I am now away from the server, so I will only be able to try this tomorrow. If this does not work, I'll also try to delete the .DAT file you mentioned.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 29 Jun 2006 03:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/modifying-security-audit-journal-location/m-p/4988066#M77309</guid>
      <dc:creator>roose</dc:creator>
      <dc:date>2006-06-29T03:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying security audit journal location</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/modifying-security-audit-journal-location/m-p/4988067#M77310</link>
      <description>I'm sure it's documented somewhere, but you can also do a more memorable &lt;BR /&gt;&lt;BR /&gt;$ @SYS$SYSTEM:STARTUP AUDIT_SERVER&lt;BR /&gt;&lt;BR /&gt;Which executes the two commands mentioned (with a wait in between).&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;John.</description>
      <pubDate>Thu, 29 Jun 2006 04:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/modifying-security-audit-journal-location/m-p/4988067#M77310</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2006-06-29T04:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying security audit journal location</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/modifying-security-audit-journal-location/m-p/4988068#M77311</link>
      <description>To have a clear starting point, may be you should:&lt;BR /&gt;- stop AUDIT_SERVER (SET AUDIT/SEVRER=EXIT)&lt;BR /&gt;- delete the VMS$AUDIT_SERVER.DAT&lt;BR /&gt;- restart AUDIT_SERVER (@STARUP AUDIT_SERVER)&lt;BR /&gt;- check it via SHOW AUDIT/ALL&lt;BR /&gt;- then redirect the journal via the command you mentioned&lt;BR /&gt;&lt;BR /&gt;Note: the VMS$AUDIT_SERVER.DAT may be relocated with logical VMS$AUDIT_SERVER.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 29 Jun 2006 04:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/modifying-security-audit-journal-location/m-p/4988068#M77311</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-06-29T04:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying security audit journal location</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/modifying-security-audit-journal-location/m-p/4988069#M77312</link>
      <description>Roose,&lt;BR /&gt;&lt;BR /&gt;while the advices given on DELETing VMS$AUDIT_SERVER (or its default in SYS$MANAGER), it might be wiser to just RENAME it. That also removes it logically, but it will still be available for later reference.&lt;BR /&gt;&lt;BR /&gt;Just my EUR 0.02&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Thu, 29 Jun 2006 10:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/modifying-security-audit-journal-location/m-p/4988069#M77312</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-06-29T10:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying security audit journal location</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/modifying-security-audit-journal-location/m-p/4988070#M77313</link>
      <description>Hi all, thanks for your help. What I did was renamed the .DAT file, restart the system on minimum startup first, started audit server and then move the journal file's destination. Worked like a charm! :)&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Jun 2006 01:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/modifying-security-audit-journal-location/m-p/4988070#M77313</guid>
      <dc:creator>roose</dc:creator>
      <dc:date>2006-06-30T01:32:38Z</dc:date>
    </item>
  </channel>
</rss>

