<?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: /etc/fstab in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665781#M49500</link>
    <description>oh, sorry being too quick&lt;BR /&gt;&lt;BR /&gt;if you can't boot into lvmmaintenance/single user&lt;BR /&gt;&lt;BR /&gt;hpux -is -lm&lt;BR /&gt;&lt;BR /&gt;and uncomment your modifs then you'll need to activate all the vgs via&lt;BR /&gt;&lt;BR /&gt;vgchange -a y vg00&lt;BR /&gt;mount /dev/vg00/lvol1  /stand &lt;BR /&gt;mount /dev/vg00/lvol9  /var    &lt;BR /&gt;mount /dev/vg00/lvol7  /usr    &lt;BR /&gt;mount /dev/vg00/lvol4  /tmp    &lt;BR /&gt;mount /dev/vg00/lvol6  /opt    &lt;BR /&gt;mount /dev/vg00/lvol5  /home   &lt;BR /&gt;&lt;BR /&gt;vgchange -a y vg01&lt;BR /&gt;vgdisplay -v vg01 | grep Name&lt;BR /&gt;mount ..&lt;BR /&gt;mount ..&lt;BR /&gt;mount ..&lt;BR /&gt;(you can get hte vgnames from strings /etc/lvmtab)&lt;BR /&gt;&lt;BR /&gt;and mount the lv's /filsystems individually.&lt;BR /&gt;&lt;BR /&gt;mount -p will return a format compatable with the /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
    <pubDate>Fri, 15 Feb 2002 16:53:31 GMT</pubDate>
    <dc:creator>Bill McNAMARA_1</dc:creator>
    <dc:date>2002-02-15T16:53:31Z</dc:date>
    <item>
      <title>/etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665777#M49496</link>
      <description>Hi &lt;BR /&gt;I acceidently commented out some of the file system in /etc/fstab.Now i could not boot the system.As well as i could boot in to single user mode using CD.What should i do?I need to &lt;BR /&gt;Change the entries in /etc/fstab and boot the system.Please help.</description>
      <pubDate>Fri, 15 Feb 2002 16:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665777#M49496</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2002-02-15T16:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665778#M49497</link>
      <description>mount your filesystems one by one&lt;BR /&gt;&lt;BR /&gt;mount -p &amp;gt; /etc/fstab&lt;BR /&gt;&lt;BR /&gt;mount -p &amp;gt; /fstab.backup&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 15 Feb 2002 16:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665778#M49497</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-02-15T16:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665779#M49498</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you can boot into single user mode using the system itself, you can edit the /etc/fstab file and uncomment the entries and then reboot. If you have booted using the Cd, you'll have to mount the lvol3 to a temporary directory and then edit etc/fstab in that directory, unmount the lvol3, and reboot.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 16:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665779#M49498</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-15T16:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665780#M49499</link>
      <description>No.I can not get in to single user mode.Even when booting from CD</description>
      <pubDate>Fri, 15 Feb 2002 16:51:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665780#M49499</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2002-02-15T16:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665781#M49500</link>
      <description>oh, sorry being too quick&lt;BR /&gt;&lt;BR /&gt;if you can't boot into lvmmaintenance/single user&lt;BR /&gt;&lt;BR /&gt;hpux -is -lm&lt;BR /&gt;&lt;BR /&gt;and uncomment your modifs then you'll need to activate all the vgs via&lt;BR /&gt;&lt;BR /&gt;vgchange -a y vg00&lt;BR /&gt;mount /dev/vg00/lvol1  /stand &lt;BR /&gt;mount /dev/vg00/lvol9  /var    &lt;BR /&gt;mount /dev/vg00/lvol7  /usr    &lt;BR /&gt;mount /dev/vg00/lvol4  /tmp    &lt;BR /&gt;mount /dev/vg00/lvol6  /opt    &lt;BR /&gt;mount /dev/vg00/lvol5  /home   &lt;BR /&gt;&lt;BR /&gt;vgchange -a y vg01&lt;BR /&gt;vgdisplay -v vg01 | grep Name&lt;BR /&gt;mount ..&lt;BR /&gt;mount ..&lt;BR /&gt;mount ..&lt;BR /&gt;(you can get hte vgnames from strings /etc/lvmtab)&lt;BR /&gt;&lt;BR /&gt;and mount the lv's /filsystems individually.&lt;BR /&gt;&lt;BR /&gt;mount -p will return a format compatable with the /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 15 Feb 2002 16:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665781#M49500</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-02-15T16:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665782#M49501</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Boot in single user mode from the boot disk (why CD ?). At the ISL prompt:&lt;BR /&gt;&lt;BR /&gt;ISL &amp;gt; hpux -is&lt;BR /&gt;&lt;BR /&gt;OR, if you want LVM maintenance mode,&lt;BR /&gt;&lt;BR /&gt;ISL&amp;gt; hpux -lq&lt;BR /&gt;&lt;BR /&gt;Once booted from the bood disk, you will be able access /etc/fstab. Edit it and make the changes. If you kept a copy of the file, you can make use of that.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 15 Feb 2002 16:54:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665782#M49501</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-02-15T16:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665783#M49502</link>
      <description>If it's an A,L or N you can take a disk from a working system, boot from it,&lt;BR /&gt;vgimport your failed disk,&lt;BR /&gt;mount the lvols,&lt;BR /&gt;repair the fstab, vgexport, replace the hardware, reboot.&lt;BR /&gt;&lt;BR /&gt;Other than that, you should be able to mount your / from the rescue memory based system.&lt;BR /&gt;&lt;BR /&gt;The device file will be strang, but you've got some limited commands in /sbin/&lt;BR /&gt;&lt;BR /&gt;after mounting it, you can repair the fstab.&lt;BR /&gt;&lt;BR /&gt;Strange that &lt;BR /&gt;hpux -is -lm &lt;BR /&gt;doesn't work....&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 16:57:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665783#M49502</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-02-15T16:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665784#M49503</link>
      <description>Ooops ..sorry !&lt;BR /&gt;&lt;BR /&gt;for lvm maintenance use 'hpux -lm'&lt;BR /&gt;&lt;BR /&gt;'hpux -lq' for no quarum check&lt;BR /&gt;&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 15 Feb 2002 16:57:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665784#M49503</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-02-15T16:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665785#M49504</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this procedure on booting into recovery mode,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=429a49f018e7cb972b/screen=ckiDisplayDocument?docId=200000047869323" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=429a49f018e7cb972b/screen=ckiDisplayDocument?docId=200000047869323&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 17:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665785#M49504</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-15T17:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665786#M49505</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;yopu can try the lvm maintainance mode suggested by bill and shiju first. If that doesn't help then try the link posted by me. &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 17:08:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665786#M49505</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-15T17:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665787#M49506</link>
      <description>Guys,&lt;BR /&gt;I could not boot from disk even to single user mode.If I boot from cdrom like&lt;BR /&gt;boot P3&lt;BR /&gt;Interact with IPL&amp;gt;Y&lt;BR /&gt;IPL&amp;gt;hpux -lm&lt;BR /&gt;&lt;BR /&gt;Is this right?or please tell me the further steps.I lost myself in the tension.&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 15 Feb 2002 17:24:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665787#M49506</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2002-02-15T17:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665788#M49507</link>
      <description>Hi Subhashni,&lt;BR /&gt;&lt;BR /&gt;try this,&lt;BR /&gt;&lt;BR /&gt;boot the system, interrupt the boot process. &lt;BR /&gt;&lt;BR /&gt;type "bo pri"&lt;BR /&gt;&lt;BR /&gt;Select y to interact with ipl. at the ipl prompt type&lt;BR /&gt;&lt;BR /&gt;ipl&amp;gt; hpux -lm (;0)/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;this will boot the system into lvm maintainance mode. Edit /etc/fstab. save the file and reboot. don't do a shutdown over here.&lt;BR /&gt;&lt;BR /&gt;If this does not work. Boot the system using the core os cd, at the install menu, choose to interact with the recovery cell and then follow the pocedure outline in the link i had posted earlier. If you are unable to open the link, i can post it as a text attachement. Let me know if you want us to post it as a text attachement and if you are unable to open the link.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 17:33:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665788#M49507</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-15T17:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665789#M49508</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;boot from the disk itself. You don't need to use the Recovery CD now. Boot from the root disk - interact with ISL - hpux -lm.&lt;BR /&gt;&lt;BR /&gt;As a next step, you can try booting from the OLD kernel, if you suspect that as a problem. /stand/vmunix.prev&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 15 Feb 2002 17:34:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665789#M49508</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-02-15T17:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665790#M49509</link>
      <description>Yes.sanjay.You are right.I could not open the link.CAn pls send the text.Thanks for the help.</description>
      <pubDate>Fri, 15 Feb 2002 17:38:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665790#M49509</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2002-02-15T17:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665791#M49510</link>
      <description>Hi Subhashni, &lt;BR /&gt;&lt;BR /&gt;Here is the doc in text format&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 17:39:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665791#M49510</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-15T17:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665792#M49511</link>
      <description>Hi sanjay&lt;BR /&gt;I could not open the text message also.Can you please cut and paste in reply itself.That will &lt;BR /&gt;be very helpful for me.&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 15 Feb 2002 19:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665792#M49511</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2002-02-15T19:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665793#M49512</link>
      <description>Hi Subhashni,&lt;BR /&gt;&lt;BR /&gt;Here is the doc, I've edited it to make it a little smaller&lt;BR /&gt;&lt;BR /&gt;//Quote//&lt;BR /&gt;How do I boot my system from Support Media on 11.00 ? &lt;BR /&gt;                           DocId: OZBEKBRC00000582&lt;BR /&gt;Updated: 1/28/00 11:06:37 AM&lt;BR /&gt;&lt;BR /&gt;PROBLEM : My system won't boot due to problems with the LIF area, a missing kernel, or other missing files on my system.&lt;BR /&gt;&lt;BR /&gt;RESOLUTION&lt;BR /&gt;&lt;BR /&gt;FOR HPUX 11.XX  ---------&lt;BR /&gt;&lt;BR /&gt;Activate an LVM Root Volume Group from the Install/Support Media on a 11.00 system with 24MB of memory or more&lt;BR /&gt;&lt;BR /&gt;This document details how to access your LVM Root Volume Group from the Install/Support Media at 11.00.&lt;BR /&gt;&lt;BR /&gt;NOTE&lt;BR /&gt;1. Boot from the Install/Support Media.&lt;BR /&gt;                                 Boot from the path of the CD media and do NOT interact with ISL.&lt;BR /&gt;You will get a menu with the following options:&lt;BR /&gt;&lt;BR /&gt;                                     Install HP-UX&lt;BR /&gt;Run a recovery shell&lt;BR /&gt;Advanced Options&lt;BR /&gt;&lt;BR /&gt;2. Select "Run a Recovery Shell" from the menu.&lt;BR /&gt;&lt;BR /&gt;3. Enter x from the SUPPORT MEDIA MAIN MENU, to exit to the shell.&lt;BR /&gt;&lt;BR /&gt;4. Type chroot_lvmdisk. Something similar to the following will be displayed:&lt;BR /&gt;&lt;BR /&gt;Enter the hardware path associated with the '/'(ROOT) file system  (example: 7.6.9.37 )&lt;BR /&gt;&lt;BR /&gt;5. Type  to accept the example (default) as your root file system hardware path; otherwise, enter the hardware path for the root file system hardware you wish to specify in its place.&lt;BR /&gt;&lt;BR /&gt;6. If you type , the following will be displayed: &lt;BR /&gt;&lt;BR /&gt;Is 7.6.9.37 the hardware path of the root/boot disk?[y|n|q]-&lt;BR /&gt;&lt;BR /&gt;7. Enter y, and something similar to the following will be displayed:&lt;BR /&gt;                                    If your disk IS an LVM disk, you will see the following:&lt;BR /&gt;&lt;BR /&gt;/sbin/fs/hfs/fsck -c 0 -y /dev/rdsk/c2t1d0s2lvm&lt;BR /&gt;&lt;BR /&gt;** /dev/rdsk/c2t1d0s2lvm&lt;BR /&gt;** Last Mounted as /&lt;BR /&gt;** Phase 1 - Check Blocks and Sizes&lt;BR /&gt;** Phase 2 - Check Pathnames&lt;BR /&gt;** Phase 3 - Check Connectivity&lt;BR /&gt;** Phase 4 - Check Reference Counts&lt;BR /&gt;** Phase 5 - Check Cyl groups&lt;BR /&gt;6256 files, 0 icont, 1494 used, 1563824 free (928 frags, 195362 blocks)&lt;BR /&gt;&lt;BR /&gt;/sbin/fs/hfs/mount /dev/dsk/c2t1d0s2lvm /ROOT&lt;BR /&gt;/sbin/fs/hfs/mount /dev/dsk/c2t1d0s1lvm /ROOT/stand&lt;BR /&gt;&lt;BR /&gt;loading /usr/sbin/chroot&lt;BR /&gt;x ./usr/sbin/chroot 123456 bytes 96 blocks&lt;BR /&gt;&lt;BR /&gt;Enter 'cd /ROOT; chroot /ROOT /sbin/sh' at the shell prompt to chroot to the customer's /(root) disk.&lt;BR /&gt;&lt;BR /&gt;(NOTE:  If this command fails with a "bad superblock.."  message, your boot disk may not be an LVM disk.&lt;BR /&gt;                                    If so, try:    fsck /dev/rdsk/c2t1d0  (use your special file!)&lt;BR /&gt;                                    If you see fsck messages akin to those above, you are making progress and your disk is NOT an LVM disk.)&lt;BR /&gt;&lt;BR /&gt;8. Enter    cd ROOT; chroot /ROOT /sbin/sh     at the shell prompt.&lt;BR /&gt;&lt;BR /&gt;9. Enter vgchange -a y /dev/vg00.&lt;BR /&gt;&lt;BR /&gt;This will "activate" vg00, so that you can get to your swap area, /usr, etc.&lt;BR /&gt;&lt;BR /&gt;Mount /usr.&lt;BR /&gt;&lt;BR /&gt;10. Enter vgdisplay -v at the prompt.&lt;BR /&gt;&lt;BR /&gt;The logical volumes within the disk corresponding to the various components (/stand, swap, /, /home, /opt, /tmp, /usr, /var) are listed.&lt;BR /&gt;&lt;BR /&gt;You must know which lvol is for swap (usually lvol2), which lvol is for /usr (usually lvol6), etc.&lt;BR /&gt;&lt;BR /&gt;11. Enter the swapon command; for example, swapon /dev/vg00/lvol2.&lt;BR /&gt;&lt;BR /&gt;Usually, install makes lvol2 your swap area with a default value of 48mb, but you must know which lvol is actually your swap area.&lt;BR /&gt;&lt;BR /&gt;Executing this command will yield the error no room in system tables to add paging to lvol2, but this just means that it couldn't configure all the swap in lvol2; however, enough swap is configured to prevent possible memory faults caused by lack of swap.&lt;BR /&gt;&lt;BR /&gt;12. Enter fsck /dev/vg00/rlvol6; that is, use the lvol number where /usr resides.  (You may have to   umount /dev/vg00/lvol6)&lt;BR /&gt;&lt;BR /&gt;13. Enter the mount command; e.g., mount /dev/vg00/lvol6 /usr.&lt;BR /&gt;&lt;BR /&gt;14. Repeat steps 12 and 13 for /var and /tmp.&lt;BR /&gt;&lt;BR /&gt;You can now repair any file damage that has occurred.&lt;BR /&gt;&lt;BR /&gt;//Endquote//&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 19:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665793#M49512</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-15T19:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665794#M49513</link>
      <description>Thanks.It will work i hope.But Iwas asked to run fsck on device which carries root file system.If i do ,It says that run with -b option.To run -b &lt;BR /&gt;option I need alternate superblock.What should i do?Thanks.</description>
      <pubDate>Fri, 15 Feb 2002 21:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665794#M49513</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2002-02-15T21:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665795#M49514</link>
      <description>Hi Subhashni,&lt;BR /&gt;&lt;BR /&gt;your root should be vxfs, so instead of using &lt;BR /&gt;&lt;BR /&gt;/sbin/fs/hfs/fsck -c 0 -y /dev/rdsk/c2t1d0s2lvm &lt;BR /&gt;&lt;BR /&gt;Use,&lt;BR /&gt;/sbin/fs/vxfs/fsck -c 0 -y /dev/rdsk/c2t1d0s2lvm&lt;BR /&gt;&lt;BR /&gt;while mounting the root, use the vxfs mount to mount /&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 21:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665795#M49514</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-15T21:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665796#M49515</link>
      <description>Hi&lt;BR /&gt;I have attached the messages below&lt;BR /&gt;&lt;BR /&gt;#/sbin/fs/vxfs/fsck /dev/rdsk/c0t5d0&lt;BR /&gt;invalid super-block&lt;BR /&gt;vxfs fsck: cannot initialize aggregate&lt;BR /&gt;file system check failure, aborting ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# fsck -y /dev/rdsk/c0t5d0&lt;BR /&gt;** /dev/rdsk/c0t5d0&lt;BR /&gt;BAD SUPER BLOCK: MAGIC NUMBER WRONG&lt;BR /&gt;USE -b OPTION TO FSCK TO SPECIFY LOCATION OF AN ALTERNATE&lt;BR /&gt;SUPER-BLOCK TO SUPPLY NEEDED INFORMATION; SEE fsck(1M).&lt;BR /&gt;&lt;BR /&gt;If time permits please reply me.I appreciate you like anything.&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 15 Feb 2002 21:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-fstab/m-p/2665796#M49515</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2002-02-15T21:55:09Z</dc:date>
    </item>
  </channel>
</rss>

