- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /etc/inittab file having duplicate entries -one sc...
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
06-03-2003 08:48 AM
06-03-2003 08:48 AM
/etc/inittab file having duplicate entries -one script does n't fire
mFlm:2345:wait:sh /etc/mflmrcscript > /dev/null 2>&1
mFlm:2345:wait:sh /opt/lib/cobol/aslmf/appinit.sh > /dev/null 2>&1
The second script does n't fire at all when system boots.Does anyone have any idea why this is happening? Is the duplicate id field "mFlm" the cause of this? Please help on this? Ths system i am using is 11.00 system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 08:50 AM
06-03-2003 08:50 AM
Re: /etc/inittab file having duplicate entries -one script does n't fire
The entry fields are:
id A one- to four-character value used to uniquely
identify an entry. Duplicate entries cause an error
message to be issued, but are otherwise ignored. The
use of a four-character value to identify an entry is
strongly recommended (see WARNINGS below).
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 08:53 AM
06-03-2003 08:53 AM
Re: /etc/inittab file having duplicate entries -one script does n't fire
and have the following format:
id:rstate:action:process
Sorry.
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 12:52 PM
06-03-2003 12:52 PM
Re: /etc/inittab file having duplicate entries -one script does n't fire
mFlm:2345:wait:sh /opt/lib/cobol/aslmf/appinit.sh > /dev/null 2>&1 so as to not duplicate but it still does n't fire when system boots.It fires when the above line only exists in /etc/inittab instead of
mFlm:2345:wait:sh /etc/mflmrcscript > /dev/null 2>&1
mFlm:2345:wait:sh /opt/lib/cobol/aslmf/appinit.sh > /dev/null 2>&1
Are there any logs I can look into for init process errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 01:07 PM
06-03-2003 01:07 PM
Re: /etc/inittab file having duplicate entries -one script does n't fire
Change the second one to "xFlm" and I'll bet your problems go away. Make sure that you do an init q after the change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 06:03 AM
06-04-2003 06:03 AM