- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- important
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
09-05-2005 06:42 PM
09-05-2005 06:42 PM
1. mount /data
2. fsck -F jfs -o full,nolog /data
3. check the lost+found directory for orphans
4. close all the open files and directories
5. umount /data
6. shutdown -r now
please arrange the steps in order they should be they are not in systematic order.
(In 5 steps)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 06:55 PM
09-05-2005 06:55 PM
Solution2. fsck -F jfs -o full,nolog /data
3. check the lost+found directory for orphans
4. close all the open files and directories
5. umount /data
6. shutdown -r now
1. close all the open files and directories
2. umount /data
3. fsck -F jfs -o full,nolog /data
4. check the lost+found directory for orphans
5. mount /data (why need to mount, if you want to shutdown)
6. shutdown -r now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 07:01 PM
09-05-2005 07:01 PM
Re: important
3
4
5
2
6
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 07:05 PM
09-05-2005 07:05 PM
Re: important
1
2
3
4
6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 08:02 AM
09-08-2005 08:02 AM
Re: important
5 umount /data
2 fsck -F jfs -o full,nolog /data
1 mount /data #(you can't check lost_found until it is mounted)
3 check the lost+found directory for orphans
(no need to shutdown)
bv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 08:11 AM
09-08-2005 08:11 AM
Re: important
5
2
1
3
No need to reboot