- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rc3 related problem
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
05-26-2004 09:41 PM
05-26-2004 09:41 PM
rc3 related problem
Rgds/Seshan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 12:00 AM
05-27-2004 12:00 AM
Re: rc3 related problem
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 12:44 AM
05-27-2004 12:44 AM
Re: rc3 related problem
but the beauty is this problem has happened beofre.. ANy idea how to check the memory utilisation currently on the system? I did get a c script, but what is the c compiler
command in HP UX? cc does not seem to work...
Rgds/Seshan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 12:54 AM
05-27-2004 12:54 AM
Re: rc3 related problem
Check for /etc/inittab file. By default what is the run level.
Check for existance of /sbin/init.d/* files.
Check for /etc/rc.config file, /etc/rc.config.d/netconf file(Here IP Addr. Netmask ... are defined.
Check for /sbin/rc?.d/* files. Here you will find that files are linked to /sbin/init.d/ files. You will find S and K in the prefix which means Start and Kill script.
Rgds
Tapas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 01:05 AM
05-27-2004 01:05 AM
Re: rc3 related problem
Someone or some job somewhere HAS to be doing it. If you have multiple people with the root password, change it NOW and only give it to the people that really need it.
You could also try going through your cron jobs and see if there are any strange jobs there.
I would also be VERY tempted to turn on auditing (the system has to be trusted) and monitor the /sbin/init.d/rc?.d directories to see who/what is changing them if this happens again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 03:28 PM
05-27-2004 03:28 PM
Re: rc3 related problem
RGds/Seshan