- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Boot log file.
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
Discussions
Discussions
Discussions
Forums
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
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-25-2005 06:14 AM
тАО08-25-2005 06:14 AM
Boot log file.
This log can be directed to any directory you choose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2005 06:19 AM
тАО08-25-2005 06:19 AM
Re: Boot log file.
I believe that '/etc/rc.log' is what you seek.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2005 06:21 AM
тАО08-25-2005 06:21 AM
Re: Boot log file.
Not exact sure what you ask for. The default startup log is /etc/rc.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2005 06:26 AM
тАО08-25-2005 06:26 AM
Re: Boot log file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2005 06:29 AM
тАО08-25-2005 06:29 AM
Re: Boot log file.
Moved to VMS forum
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2005 06:48 AM
тАО08-25-2005 06:48 AM
Re: Boot log file.
_veli
STARTUP_P2 Controls the setting of verification during the
execution of the system-independent startup
procedure, STARTUP.COM, when STARTUP_P2 has one
of the values described in the lists below.
STARTUP_P2 can be one of the values shown in the
following list:
o F[ALSE], N[O], 0, " "-Verification is not
enabled; in other words, NOVERIFY is performed.
o T[RUE], Y[ES], 1-Verification is enabled; in
other words, a SET VERIFY is performed.
Alternatively, STARTUP_P2 can be a string
containing one or more of the letters shown in
the following list:
o C-Display various checkpointing messages during
startup.
o D-Log (or Dump) the output from the startup to
a file called SYS$SPECIFIC:[SYSEXE]STARTUP.LOG.
o P-DCL verification is enabled for each
component file, but not for the startup driver.
If both P and V are used, P is ignored.
o V-Full DCL verification is enabled; same as
TRUE.
Refer to the SYSMAN command STARTUP SET OPTIONS
for more information about STARTUP_P2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2005 06:53 AM
тАО08-25-2005 06:53 AM
Re: Boot log file.
Check this documentation:
http://h71000.www7.hp.com/DOC/732FINAL/6048/6048pro_006.html#index_x_2334
For STARTUP_P2 or SYSMAN command for generating log files.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2005 07:25 AM
тАО08-25-2005 07:25 AM
Re: Boot log file.
Go into SYSMAN, and look at the HELP text for the STARTUP series of commands.
I believe that you are looking for
$ MCR SYSMAN STARTUP SET OPTIONS/OUTPUT=FILE
But the full possibilities are documented in the help text. This does set one of the STARTUP series of parameters, but the command driven way to do it in SYSMAN is preferable to using SYSGEN to manually flip the parameter).
I hope that the above is helpful.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2005 07:39 PM
тАО08-25-2005 07:39 PM
Re: Boot log file.
welcome to VMS forum!
Previous posts help you. Also you can type
$ MC SYSMAN STARTUP SHOW OPTION
to see bootstrap options.
Help is your friend
$ MC SYSMAN HELP STARTUP SET OPTION
Antonio Vigliotti