<?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: TSM issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605554#M376247</link>
    <description>I have the config SHEDLOGNAME in lowercase:&lt;BR /&gt;&lt;BR /&gt;errorlogretention 7&lt;BR /&gt; schedlogretention 7&lt;BR /&gt; schedlogname  /opt/tivoli/tsm/client/ba/bin/dsmsched.log&lt;BR /&gt; errorlogname /opt/tivoli/tsm/client/ba/bin/dsmerror.log&lt;BR /&gt;</description>
    <pubDate>Thu, 25 Mar 2010 14:33:44 GMT</pubDate>
    <dc:creator>likid0</dc:creator>
    <dc:date>2010-03-25T14:33:44Z</dc:date>
    <item>
      <title>TSM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605547#M376240</link>
      <description>I have configured tsm client(Version 5.5) on my 11.23 machine and configured the dsm.sys. but it's not logging to dsmsched.log. I have specified the log details in dsm.sys file&lt;BR /&gt;&lt;BR /&gt;Here is my dsm.sys file,&lt;BR /&gt;SErvername  server_a&lt;BR /&gt;   COMMMethod         TCPip&lt;BR /&gt;   TCPPort            1500&lt;BR /&gt;   TCPServeraddress   192.131.87.80&lt;BR /&gt;&lt;BR /&gt;   Nodename           hubqux01&lt;BR /&gt;   PasswordAccess     generate&lt;BR /&gt;   Password           perot&lt;BR /&gt;   SCHEDLOGNAME    /opt/tivoli/tsm/client/ba/bin/dsmsched.log&lt;BR /&gt;   ERRORLOGNAME    /opt/tivoli/tsm/client/ba/bin/dsmerror.log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks in advise.&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 23 Mar 2010 11:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605547#M376240</guid>
      <dc:creator>Anil</dc:creator>
      <dc:date>2010-03-23T11:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: TSM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605548#M376241</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Tivoli Storage Manager is kinda funky and should be supported by IBM.&lt;BR /&gt;&lt;BR /&gt;Word of advice, I've corrected many TSM problems that were permissions or ownership caused.  For example, TSM has its own login and get denied access when it tries to execute a script owned, for example, by the DBA.  Group permissions now have to be modified to include the TSM account in with the DBA account to get TSM execute access.&lt;BR /&gt;&lt;BR /&gt;Since TSM is a job scheduler, you can verify much by first executing via cron, the UNIX job scheduler.  If it works in cron then you know it will work in TSM, but if it doesn't, then its a ownership or permission issue.&lt;BR /&gt;&lt;BR /&gt;As for your current problem, it could also very well be an ownership / permission problem.</description>
      <pubDate>Tue, 23 Mar 2010 12:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605548#M376241</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-03-23T12:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: TSM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605549#M376242</link>
      <description>Hi Anil,&lt;BR /&gt;&lt;BR /&gt;I too of the same opinion, its an ownership issue. I think you may need to create ACL and assign the dba user permission to write it to the log folder. &lt;BR /&gt;&lt;BR /&gt;Sundar</description>
      <pubDate>Wed, 24 Mar 2010 05:14:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605549#M376242</guid>
      <dc:creator>Sundar G</dc:creator>
      <dc:date>2010-03-24T05:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: TSM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605550#M376243</link>
      <description>Test backups are running fine. Only issue is it's not logging into dsmsched.log and dsmerror.log. Here is directory permission,&lt;BR /&gt;&lt;BR /&gt;# ls -ld /opt/tivoli/tsm/client/ba/bin&lt;BR /&gt;drwxrw-rw-   4 root       bin           8192 Mar 23 03:14 /opt/tivoli/tsm/client/ba/bin&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2010 07:34:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605550#M376243</guid>
      <dc:creator>Anil</dc:creator>
      <dc:date>2010-03-24T07:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: TSM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605551#M376244</link>
      <description>root bin &lt;BR /&gt;&lt;BR /&gt;Owner of log = root.&lt;BR /&gt;&lt;BR /&gt;Group of log = bin.&lt;BR /&gt;&lt;BR /&gt;This is not standard config for any TSM log that I know of.&lt;BR /&gt;&lt;BR /&gt;What is the name of the TSM account? / Group?&lt;BR /&gt;&lt;BR /&gt;What did IBM say?</description>
      <pubDate>Wed, 24 Mar 2010 13:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605551#M376244</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-03-24T13:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: TSM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605552#M376245</link>
      <description>Anil,&lt;BR /&gt;&lt;BR /&gt;Change the ownership of the folder to &lt;BR /&gt;oracle:dba (ORACLE_HOME user) and check&lt;BR /&gt;&lt;BR /&gt;Sundar&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2010 15:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605552#M376245</guid>
      <dc:creator>Sundar G</dc:creator>
      <dc:date>2010-03-24T15:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: TSM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605553#M376246</link>
      <description>I have modified the permission to root:sys, still no luck.&lt;BR /&gt;&lt;BR /&gt;Sundar, Im running the normal backup using root. I don't understand why do we need to modify permission to oracle:dba.</description>
      <pubDate>Thu, 25 Mar 2010 14:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605553#M376246</guid>
      <dc:creator>Anil</dc:creator>
      <dc:date>2010-03-25T14:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: TSM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605554#M376247</link>
      <description>I have the config SHEDLOGNAME in lowercase:&lt;BR /&gt;&lt;BR /&gt;errorlogretention 7&lt;BR /&gt; schedlogretention 7&lt;BR /&gt; schedlogname  /opt/tivoli/tsm/client/ba/bin/dsmsched.log&lt;BR /&gt; errorlogname /opt/tivoli/tsm/client/ba/bin/dsmerror.log&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Mar 2010 14:33:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605554#M376247</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2010-03-25T14:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: TSM issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605555#M376248</link>
      <description>I have modified the permission to root:sys, still no luck&lt;BR /&gt;&lt;BR /&gt;Geez, Don't  you get it? This is basic Unix 101.&lt;BR /&gt;&lt;BR /&gt;root:sys is NOT permissions, its ownership.&lt;BR /&gt;&lt;BR /&gt;You keep getting told but you don't get it.  Change the ownership.</description>
      <pubDate>Thu, 25 Mar 2010 14:41:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tsm-issue/m-p/4605555#M376248</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-03-25T14:41:18Z</dc:date>
    </item>
  </channel>
</rss>

