- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Help URGENT...system crash question
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
12-06-2004 12:46 PM
12-06-2004 12:46 PM
system d210 (ancient, i know!) hp ux11.00 op sys .
system has crashed, and is attempting to reboot, but getting held up on auto starting of ipfilter. messages appeared on the console as tasks were starting up:
sbin/rc2.d.s700.acct /var/adm/syslog/ipfsys.log execute permission denied. Now just sitting doing nothing on the starting ipfilter message.
Is there any way to interrupt the startup and remove the reference to ipfilter and get rest of system started up??
I need help really quick if possible
thnks,
Maria
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 01:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 01:08 PM
12-06-2004 01:08 PM
Re: Help URGENT...system crash question
see a menu displayed. Enter
BO PRI (Boot Primary)
Interact with ISL/IPL? Y
hpux -is
This will bring up up in single user mode as root. If you are going to do any editing you need to mount /usr and /var.
/sbin/mount /usr
/sbin/mount /var
You should now have vi and can edit the offending file (or simply edit /etc/rc.d/acct and set the startup variable to 0).
When done umount /var, umount /usr, sync; sync; and reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 01:15 PM
12-06-2004 01:15 PM
Re: Help URGENT...system crash question
That should give you login prompt, so you can login, fix the problem and reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 03:09 PM
12-06-2004 03:09 PM
Re: Help URGENT...system crash question
Maria