- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- i have the folloing messege on my console repeatin...
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
08-09-2001 06:51 AM
08-09-2001 06:51 AM
i have the folloing messege on my console repeating instantly
an attempt to switch to the backup file failed.
Must specify a backup file now !
and i cant log as su
$ su
Password:
Last successful login for root: Thu Aug 9 17:37:02 EET-2EETDST 2001
Last unsuccessful login for root: Tue Aug 7 19:30:37 EET-2EETDST 2001
Memory fault(coredump)
$
plz help
10x in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 07:07 AM
08-09-2001 07:07 AM
Re: i have the folloing messege on my console repeating instantly
If not, you can boot as single user mode, then make changes or what you want to do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 07:13 AM
08-09-2001 07:13 AM
Re: i have the folloing messege on my console repeating instantly
an attempt to switch to the backup file failed.
Must specify a backup file now !
is the cause that su gives me segfault
i dont know how to fix that audit file
audsys gives me this
# audsys
auditing system is currently on
current file: /.secure/etc/audfile2
next file: none
statistics- afs Kb used Kb avail % fs Kb used Kb avail %
current file: 1000 2290 -128 147456 58847 60
next file: none
#
avail % -128 ?
how can i fix this ?
10x in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 07:23 AM
08-09-2001 07:23 AM
Re: i have the folloing messege on my console repeating instantly
Use audsys -c /.secure/etc/audfile3
Then check your audit file settings with audsys command. you may want to increase it with command #audsys -s
Thanks
Prashant Deshpande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 06:06 AM
08-13-2001 06:06 AM
Re: i have the folloing messege on my console repeating instantly
# audsys -f (stops auditing and frees up your processors)
# gzip
# audsys -n -c
after this, check out the system for any problems which may be causing auditing to go nuts. Where I work, we create a separate file system (/audit) to dump audit files and have it about 1GB; just something to think about.
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 06:23 AM
08-13-2001 06:23 AM
Re: i have the folloing messege on my console repeating instantly
you can change to another file
#audsys -x file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 06:50 AM
08-13-2001 06:50 AM
Re: i have the folloing messege on my console repeating instantly
1. you must either specify the directory path in conjunction with the file name, or be in the directory when you run the audsys commands, or else audsys will assume you mean to create the file in your pwd.
2. you might want to specify a larger size for you audit file size; 2000Kb is rather small. You can change the size of the audit file on the fly by only specifying the -c (current file size) or -z (next file size) with audsys.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 09:30 AM
08-13-2001 09:30 AM
Re: i have the folloing messege on my console repeating instantly
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 03:07 AM
08-14-2001 03:07 AM
Re: i have the folloing messege on my console repeating instantly
#audsys -s cafs
Specify cafs, the current audit file switch size in KB.
#audsys -x file
Specify the next audit file, any existing next file is replaced with the file specified. The specified file must be empty or nonexistant. Unless it is the current or next file already in use by the auditing system.
#audsys -z xafs
Specify xafs, the next audit file switch size in KB.
Magdi