- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Sys V Init
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-13-2000 12:28 AM
06-13-2000 12:28 AM
Sys V Init
I'm the sys admin of the HP9000 and I need to find a run-level editor or Sys V Init.
When the machine boots up, it auto-logs in to the CDE desktop, and i'd like it to login at the command line. In RedHat you just change runlevel it boots with, or use SysVInit. How do you do this in HPUX?
- Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2000 12:38 AM
06-13-2000 12:38 AM
Re: Sys V Init
That assumes your in run level 3 of course. There is also a link in rc5.d.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2000 01:26 AM
06-13-2000 01:26 AM
Re: Sys V Init
If when the machine boots you get the X logon screen, how, when you logon, do you get the HP to run .profile and not the .dtprofile. If you edit the .dtprofile it says you can ask it to run .profile instead, but it doesn't work....
Is there such a thing as an X sys V editor for UNIX?
- Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2000 01:51 AM
06-13-2000 01:51 AM
Re: Sys V Init
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2000 01:57 AM
06-13-2000 01:57 AM
Re: Sys V Init
From the CDE login, you can click on "Options" and select "Command Line Login" to access the CLI interface.
If you wish to change the run-level, you should modify /etc/inittab and change the initdefault. The new runlevel will be activated at the next reboot.
Regards.
Steven Sim.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2000 03:21 AM
06-13-2000 03:21 AM
Re: Sys V Init
Procedure 1 :
As a part of the HPUX bootup the init process reads the entry stated below in the inittab file.
init:3:initdefault:
3(Three) indicates the run level to which
should bootup.
CDE is started in level 3.
Incase you donot want CDE, change the 3 to 2.
Procudure 2:
/sbin/rc3.d/S990dtlogin.rc
This is the script for starting DCE.
rename the script to anything other than a capital S at the start
example: mv S990dtlogin.rc s990dtlogin.rc
You can follow either of this
regards
venu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2000 04:15 AM
06-13-2000 04:15 AM
Re: Sys V Init
seting
DTSOURCEPROFILE=true
in your .dtprofile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2000 04:18 AM
06-13-2000 04:18 AM
Re: Sys V Init
seting
DTSOURCEPROFILE=true
in your .dtprofile