- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem in mounting
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 05:54 AM
02-14-2008 05:54 AM
I have forgot the root password. So to recover that i just rebooted the system in single user mode. in this mode only / and /stand file systems mounted. But now the problem is when i tried to mount the /usr it is throwing the error
file system is currepted needs checking.
Now what i have to do to resolve this issue.
Any one please guide me.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 06:05 AM
02-14-2008 06:05 AM
Re: problem in mounting
fsck -y /dev/vg00/rlvol7
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 06:08 AM
02-14-2008 06:08 AM
Re: problem in mounting
fsck -F vxfs /dev/vg00/rusr
If that doesn't succeed, run with -o full
fsck -F vxfs -o full /dev/vg00/rusr
Then mount.
Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 06:49 AM
02-14-2008 06:49 AM
Re: problem in mounting
but still i am getting one more problem. When i tried to execute the following command
/usr/lbin/modprpw -k root
to unlock the account. its showing the error
/usr/lib/dld/sl:] can't find the shared path in libxti.2
/usr/lib/dld.sl:] No such file or directory
I hope u will give me the right solution.
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 07:03 AM
02-14-2008 07:03 AM
SolutionYou could keep this simple by either just using the passwd command to change root's password or edit /tcb/files/auth/r/root and remove the encryptend password. The password will then be null and you can change it again at any run level.
To keep from having command issues mount all vg00 filesystems, /usr, /var, /opt as well. run fsck on each as you did before as they are dirty due to your forced crash.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 07:30 AM
02-14-2008 07:30 AM
Re: problem in mounting
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 07:37 AM
02-14-2008 07:37 AM
Re: problem in mounting
thanks alot sir its working now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 08:32 PM
07-30-2008 08:32 PM