<?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: wired problem with lssf command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668084#M381561</link>
    <description>so u need to check &lt;BR /&gt;ls -lrt /sbin/mksf&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
    <pubDate>Fri, 30 Jul 2010 05:18:39 GMT</pubDate>
    <dc:creator>Kapil Jha</dc:creator>
    <dc:date>2010-07-30T05:18:39Z</dc:date>
    <item>
      <title>wired problem with lssf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668080#M381557</link>
      <description>Hi People,&lt;BR /&gt;When I run command lssf at a HPUX 11.23 box, it got permission denied error:&lt;BR /&gt;&lt;BR /&gt;# file /usr/sbin/lssf&lt;BR /&gt;/usr/sbin/lssf: PA-RISC1.1 shared executable -not stripped&lt;BR /&gt;# ll /usr/sbin/lssf&lt;BR /&gt;lrwxr-xr-x   1 root       bin             10 Jun 12  2008 /usr/sbin/lssf -&amp;gt; /sbin/mksf&lt;BR /&gt;# /usr/sbin/lssf&lt;BR /&gt;/bin/sh: /usr/sbin/lssf: Execute permission denied.&lt;BR /&gt;# /usr/sbin/lssf -c&lt;BR /&gt;/bin/sh: /usr/sbin/lssf: Execute permission denied.&lt;BR /&gt;# /usr/sbin/lssf /dev/dsk/c2t0d0&lt;BR /&gt;/bin/sh: /usr/sbin/lssf: Execute permission denied.&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;Can anybody give me some idea? thanks.&lt;BR /&gt;&lt;BR /&gt;Regrads &lt;BR /&gt;Leo</description>
      <pubDate>Fri, 30 Jul 2010 02:14:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668080#M381557</guid>
      <dc:creator>bo.yang3</dc:creator>
      <dc:date>2010-07-30T02:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: wired problem with lssf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668081#M381558</link>
      <description>lssf is, according to your 'll' output, a link to /sbin/mksf.&lt;BR /&gt;&lt;BR /&gt;What are the permissions on '/sbin/mksf'?&lt;BR /&gt;&lt;BR /&gt;# ll /sbin/mksf&lt;BR /&gt;&lt;BR /&gt;If the permissions are incorrect that could be your problem.</description>
      <pubDate>Fri, 30 Jul 2010 02:45:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668081#M381558</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-07-30T02:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: wired problem with lssf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668082#M381559</link>
      <description>Hi,&lt;BR /&gt;Thanks for you reply.&lt;BR /&gt;I checked some, and compared the result with anoter normal 11.23 server, they are same.&lt;BR /&gt;&lt;BR /&gt;# ll /sbin/mkfs&lt;BR /&gt;lrwxr-xr-x   1 bin        bin             16 Jun 12  2008 /sbin/mkfs -&amp;gt; /sbin/fs_wrapper&lt;BR /&gt;# ll /sbin/fs_wrapper&lt;BR /&gt;-r-xr-xr-x   1 bin        bin         364544 May  4  2005 /sbin/fs_wrapper</description>
      <pubDate>Fri, 30 Jul 2010 03:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668082#M381559</guid>
      <dc:creator>yangbo_2</dc:creator>
      <dc:date>2010-07-30T03:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: wired problem with lssf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668083#M381560</link>
      <description>l /sbin/mkfs&lt;BR /&gt;lrwxr-xr-x 1 bin bin 16 Jun 12 2008 /sbin/mkfs -&amp;gt; /sbin/fs_wrapper&lt;BR /&gt;# ll /sbin/fs_wrapper&lt;BR /&gt;-r-xr-xr-x 1 bin bin 364544 May 4 2005 /sbin/fs_wrapper&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;there is difference mksf and mkfs&lt;BR /&gt;&lt;BR /&gt;mkfs should be linked as /sbin/fs_wrapper&lt;BR /&gt;&lt;BR /&gt;and ur problem is mksf&lt;BR /&gt;which should have correct permission.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Fri, 30 Jul 2010 05:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668083#M381560</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-07-30T05:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: wired problem with lssf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668084#M381561</link>
      <description>so u need to check &lt;BR /&gt;ls -lrt /sbin/mksf&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Fri, 30 Jul 2010 05:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668084#M381561</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-07-30T05:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: wired problem with lssf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668085#M381562</link>
      <description>&amp;gt;# ll /usr/sbin/lssf&lt;BR /&gt;&amp;gt;lrwxr-xr-x 1 root bin 10 Jun 12 2008 /usr/sbin/lssf -&amp;gt; /sbin/mksf&lt;BR /&gt;&lt;BR /&gt;To get the properties of the target of a symlink you can do:&lt;BR /&gt;# ll -L /usr/sbin/lssf</description>
      <pubDate>Fri, 30 Jul 2010 07:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668085#M381562</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-07-30T07:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: wired problem with lssf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668086#M381563</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;sorry for my carelessness!&lt;BR /&gt;&lt;BR /&gt;please find output as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ll -L /usr/sbin/lssf&lt;BR /&gt;-r-xr-xr-x   4 bin        bin         442368 Apr 17  2008 /usr/sbin/lssf&lt;BR /&gt;# ll /usr/sbin/lssf&lt;BR /&gt;lrwxr-xr-x   1 root       bin             10 Jun 12  2008 /usr/sbin/lssf -&amp;gt; /sbin/mksf&lt;BR /&gt;# ll /sbin/mksf&lt;BR /&gt;-r-xr-xr-x   4 bin        bin         442368 Apr 17  2008 /sbin/mksf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but I checked with other normal server, I found they are same.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Leo</description>
      <pubDate>Mon, 02 Aug 2010 01:28:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668086#M381563</guid>
      <dc:creator>bo.yang3</dc:creator>
      <dc:date>2010-08-02T01:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: wired problem with lssf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668087#M381564</link>
      <description>&amp;gt;I checked with other normal server, I found they are same.&lt;BR /&gt;&lt;BR /&gt;You might also want to use cksum(1) on the two servers to see if the bits are the same.</description>
      <pubDate>Mon, 02 Aug 2010 03:19:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668087#M381564</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-08-02T03:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: wired problem with lssf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668088#M381565</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;I used command cksum as you suggested and I found the output is not same as other same servers, so I copy the file /sbin/mksf from normal server to this server, then the problem fiexd!!! &lt;BR /&gt;&lt;BR /&gt;really thanks for you guys helps!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regrads&lt;BR /&gt;Leo</description>
      <pubDate>Mon, 02 Aug 2010 04:40:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668088#M381565</guid>
      <dc:creator>bo.yang3</dc:creator>
      <dc:date>2010-08-02T04:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: wired problem with lssf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668089#M381566</link>
      <description>&amp;gt;really thanks for you guys helps!&lt;BR /&gt;&lt;BR /&gt;If you are happy with the answers you were given, please read the following about how to assign points:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Mon, 02 Aug 2010 10:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wired-problem-with-lssf-command/m-p/4668089#M381566</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-08-02T10:53:14Z</dc:date>
    </item>
  </channel>
</rss>

