<?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: Problem with some commands in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546369#M839965</link>
    <description>bummer, doesn't look like there are any "more" patches available on 10.20...so much for that idea.&lt;BR /&gt;&lt;BR /&gt;Have you tried to copy more from the CD once again? copy it to an alternate location and set the permissions to 555 then test. Also be sure to xfer it in bin mode.&lt;BR /&gt;&lt;BR /&gt;and what is the output of:&lt;BR /&gt;&lt;BR /&gt;file /usr/bin/more&lt;BR /&gt;what /usr/bin/more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-denver</description>
    <pubDate>Fri, 20 May 2005 21:48:12 GMT</pubDate>
    <dc:creator>Denver Osborn</dc:creator>
    <dc:date>2005-05-20T21:48:12Z</dc:date>
    <item>
      <title>Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546260#M839856</link>
      <description>I'm having problems executing the man and more commands (at least).  After issuing the command an Execute permission denied messege appers and the command quits.&lt;BR /&gt;&lt;BR /&gt;Anyone knows what's going on?  I'm trying the commands as root.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2005 11:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546260#M839856</guid>
      <dc:creator>Victor_138</dc:creator>
      <dc:date>2005-05-17T11:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546261#M839857</link>
      <description>Hi,&lt;BR /&gt;You are having trouble with "more", try pg...&lt;BR /&gt;type which more&lt;BR /&gt;Should be something like:&lt;BR /&gt;# which more&lt;BR /&gt;/usr/bin/more&lt;BR /&gt;ant # ll /usr/bin/more&lt;BR /&gt;-r-xr-xr-x   2 bin        bin          73728 Jul 16  2002 /usr/bin/more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;Victor</description>
      <pubDate>Tue, 17 May 2005 11:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546261#M839857</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2005-05-17T11:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546262#M839858</link>
      <description>Check the permissions on the more command - should be executable.&lt;BR /&gt;&lt;BR /&gt;Also what user are you as? Again, more should be executable for all users.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2005 11:21:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546262#M839858</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-05-17T11:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546263#M839859</link>
      <description>Two other suggestions:&lt;BR /&gt; &lt;BR /&gt;# type more&lt;BR /&gt; &lt;BR /&gt;(this shows where the "more" command is located and configured or aliased) If it does not report: "more is /usr/bin/more" then you're not running the 'normal' more command.&lt;BR /&gt; &lt;BR /&gt;ll -d / /usr /usr/bin&lt;BR /&gt; &lt;BR /&gt;This verifies that someone (root) has not changed critical system directories. / should be 755 and /usr and /usr/bin should be 555. Hopefully, someone has not been reading the Unix Security for Dummys book and trying to 'improve' the system.</description>
      <pubDate>Tue, 17 May 2005 12:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546263#M839859</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-05-17T12:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546264#M839860</link>
      <description>I'm logged in as root.&lt;BR /&gt;&lt;BR /&gt;The ll /usr/bin/more returns this:&lt;BR /&gt;-r-xr-xr-x 2 bin bin&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2005 12:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546264#M839860</guid>
      <dc:creator>Victor_138</dc:creator>
      <dc:date>2005-05-17T12:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546265#M839861</link>
      <description>Try the ll -d command above. It will list 3 directories like this:&lt;BR /&gt; &lt;BR /&gt;l -d / /usr /usr/bin&lt;BR /&gt;drwxr-xr-x  25 root       root          8192 May 13 14:53 //&lt;BR /&gt;dr-xr-xr-x  24 bin        bin           8192 Feb 28 08:09 /usr/&lt;BR /&gt;dr-xr-xr-x   5 bin        bin          16384 Mar 30 09:55 /usr/bin/&lt;BR /&gt; &lt;BR /&gt;Your copy of more is probably OK but until you use the "type" command to determine exactly what happens when you type the command, that file may be irrelevant.</description>
      <pubDate>Tue, 17 May 2005 12:17:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546265#M839861</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-05-17T12:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546266#M839862</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;may be the file is defective or compromized ? Or some setup of your shell environment may be missset&lt;BR /&gt;&lt;BR /&gt;Check&lt;BR /&gt;&lt;BR /&gt;ls -ld /usr/bin&lt;BR /&gt;&lt;BR /&gt;Open an ftp client to your station and browse /usr/bin for a list of files.&lt;BR /&gt;&lt;BR /&gt;Change the shell to a "csh" and check if this changes the error.&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Tue, 17 May 2005 12:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546266#M839862</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2005-05-17T12:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546267#M839863</link>
      <description>ll -d / /usr /usr/bin results:&lt;BR /&gt;&lt;BR /&gt;drwxr-xr-x 29 root root 5120 May 17 07:45 /&lt;BR /&gt;dr-xr-xr-x 25 bin bin 1024 Apr 29 09:47 /usr&lt;BR /&gt;dr-xr-xr-x 6 bin bin 9216 Apr 1 19:09 /usr/bin&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2005 12:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546267#M839863</guid>
      <dc:creator>Victor_138</dc:creator>
      <dc:date>2005-05-17T12:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546268#M839864</link>
      <description>Volker, how can I change shells?</description>
      <pubDate>Tue, 17 May 2005 12:40:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546268#M839864</guid>
      <dc:creator>Victor_138</dc:creator>
      <dc:date>2005-05-17T12:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546269#M839865</link>
      <description>Hi&lt;BR /&gt;Since you are root I wonder we are not dealing with an nfs mountpoint...&lt;BR /&gt;type bdf and show us the output&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Tue, 17 May 2005 12:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546269#M839865</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2005-05-17T12:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546270#M839866</link>
      <description>BDF results:&lt;BR /&gt;&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/root           147456   21989  117673   16% /&lt;BR /&gt;/dev/vg00/lvol1      83733   31469   43890   42% /stand&lt;BR /&gt;/dev/vg00/lvol9     524288  515899    8102   98% /var&lt;BR /&gt;/dev/vg00/lvol8     565248  408143  147307   73% /usr&lt;BR /&gt;/dev/vg02/lvol4    8192000 3230686 4651470   41% /u08&lt;BR /&gt;/dev/vg02/lvol3    8192000 7924257  251074   97% /u07&lt;BR /&gt;/dev/vg01/lvol4    6144000 4099709 1916528   68% /u06&lt;BR /&gt;/dev/vg01/lvol3    2048000   73294 1851293    4% /u05&lt;BR /&gt;/dev/vg02/lvol2    2048000  104022 1822483    5% /u04&lt;BR /&gt;/dev/vg02/lvol1    2048000  187017 1744677   10% /u03&lt;BR /&gt;/dev/vg01/lvol2    3072000   54145 2829242    2% /u02&lt;BR /&gt;/dev/vg01/lvol1    3072000  636152 2283610   22% /u01&lt;BR /&gt;/dev/vg00/lvol7      65536    1424   60158    2% /tmp&lt;BR /&gt;/dev/vg00/lvol6     618496  162932  427129   28% /opt&lt;BR /&gt;/dev/vg00/lvol5      24576    1109   22008    5% /home</description>
      <pubDate>Tue, 17 May 2005 12:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546270#M839866</guid>
      <dc:creator>Victor_138</dc:creator>
      <dc:date>2005-05-17T12:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546271#M839867</link>
      <description>OK no nfs&lt;BR /&gt;But / should /dev/vg00/lvol3 and not /dev/root..&lt;BR /&gt;You had some trouble at your last reboot&lt;BR /&gt;&lt;BR /&gt;But I have to leave, having some proxy trouble to solve sorry...&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Tue, 17 May 2005 12:57:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546271#M839867</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2005-05-17T12:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546272#M839868</link>
      <description>What do you mean by "You had some trouble at your last reboot"?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2005 13:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546272#M839868</guid>
      <dc:creator>Victor_138</dc:creator>
      <dc:date>2005-05-17T13:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546273#M839869</link>
      <description>hi,&lt;BR /&gt;i doubt if your shell has been corrupted.&lt;BR /&gt;do cksum on e.g. /usr/bin/bash if using bash.&lt;BR /&gt;try executing the command usinf different shell.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 17 May 2005 15:10:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546273#M839869</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-05-17T15:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546274#M839870</link>
      <description>/dev/root indicates that during the last reboot, there were some serious problems with the boot disk and the emergency devicefile /dev/root was used to get the system up and running. You can fix the /dev/root connection by:&lt;BR /&gt; &lt;BR /&gt;rm /etc/mnttab&lt;BR /&gt;mount -a&lt;BR /&gt;bdf&lt;BR /&gt; &lt;BR /&gt;However, you need to look at the boot information on your disk:&lt;BR /&gt; &lt;BR /&gt;lvlnboot -v&lt;BR /&gt;vgdisplay vg00&lt;BR /&gt; &lt;BR /&gt;This will tell you if there are problems. The fixes will depend on what errors you see.</description>
      <pubDate>Wed, 18 May 2005 09:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546274#M839870</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-05-18T09:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546275#M839871</link>
      <description>Thanks Bill for explaining to our friend...&lt;BR /&gt;&lt;BR /&gt;I noticed also /var is VERY full, and many processes open files /var or /tmp so I would suggest some cleaning up!&lt;BR /&gt;This might help (a little) or help eliminating reasons of issues...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor&lt;BR /&gt;&lt;BR /&gt;P.S&lt;BR /&gt;Anyone else get the following?&lt;BR /&gt;&lt;BR /&gt;system unavailable&lt;BR /&gt;The system is currently unavailable. Please try again later.&lt;BR /&gt;&lt;BR /&gt;wpa-pl-wpaframework-10000</description>
      <pubDate>Wed, 18 May 2005 10:00:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546275#M839871</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2005-05-18T10:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546276#M839872</link>
      <description>do cksum on e.g. /usr/bin/bash if using bash.&lt;BR /&gt;&lt;BR /&gt;kcspecdp # cksum /usr/bin/sh&lt;BR /&gt;1175894443 495616 /usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;try executing the command using different shell.&lt;BR /&gt;&lt;BR /&gt;kcspecdp # /usr/bin/ksh&lt;BR /&gt;kcspecdp # echo $SHELL&lt;BR /&gt;/sbin/sh&lt;BR /&gt;kcspecdp # &lt;BR /&gt;&lt;BR /&gt;The shell doesn't seems to change.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2005 11:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546276#M839872</guid>
      <dc:creator>Victor_138</dc:creator>
      <dc:date>2005-05-18T11:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546277#M839873</link>
      <description>ant:/export/f $ echo $SHELL&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;ant:/export/f $ sh&lt;BR /&gt;ant:/export/f $ echo $SHELL&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;ant:/export/f $ &lt;BR /&gt;&lt;BR /&gt;It doesnt show because the variable SHELL was set at login time...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 18 May 2005 11:28:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546277#M839873</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2005-05-18T11:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546278#M839874</link>
      <description>kcspecdp # lvlnboot -v&lt;BR /&gt;lvlnboot: Couldn't query physical volume "/dev/dsk/c0t8d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to &lt;BR /&gt;this volume group&lt;BR /&gt;&lt;BR /&gt;kcspecdp # vgdisplay vg00&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t8d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to &lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write     &lt;BR /&gt;VG Status                   available                 &lt;BR /&gt;Max LV                      255    &lt;BR /&gt;Cur LV                      9      &lt;BR /&gt;Open LV                     9      &lt;BR /&gt;Max PV                      16     &lt;BR /&gt;Cur PV                      2      &lt;BR /&gt;Act PV                      1      &lt;BR /&gt;Max PE per PV               2200         &lt;BR /&gt;VGDA                        2   &lt;BR /&gt;PE Size (Mbytes)            4               &lt;BR /&gt;Total PE                    1023    &lt;BR /&gt;Alloc PE                    752     &lt;BR /&gt;Free PE                     542     &lt;BR /&gt;Total PVG                   0        &lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2005 11:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546278#M839874</guid>
      <dc:creator>Victor_138</dc:creator>
      <dc:date>2005-05-18T11:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with some commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546279#M839875</link>
      <description>OK&lt;BR /&gt;Do a vgdisplay vg00&lt;BR /&gt;then a vgdisplay -v vg00&lt;BR /&gt;then vgdisplay -v vg00|grep dsk&lt;BR /&gt;&lt;BR /&gt;Is there anywhere the word stale?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 18 May 2005 11:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-some-commands/m-p/3546279#M839875</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2005-05-18T11:46:12Z</dc:date>
    </item>
  </channel>
</rss>

