- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Wierd messages at boot
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-09-2009 04:25 AM
06-09-2009 04:25 AM
Wierd messages at boot
I have these somewhat wierd messages that doesn't really make any sense to me in my operator.log from the boot sequence.
%%%%%%%%%%% OPCOM 5-JUN-2009 18:19:34.09 %%%%%%%%%%
Message from user SYSTEM on NODE1
RP: lp
%%%%%%%%%%% OPCOM 5-JUN-2009 18:19:34.09 %%%%%%%%%%
Message from user SYSTEM on NODE1
SD: TCPIP$LPD_SPOOL
%%%%%%%%%%% OPCOM 5-JUN-2009 18:19:34.09 %%%%%%%%%%
Message from user SYSTEM on NODE1
BP: TCPIP$LPD_QUEUE
%%%%%%%%%%% OPCOM 5-JUN-2009 18:19:34.09 %%%%%%%%%%
Message from user SYSTEM on NODE1
PA: FALSE
%%%%%%%%%%% OPCOM 5-JUN-2009 18:19:34.09 %%%%%%%%%%
Message from user SYSTEM on NODE1
ND: FALSE
%%%%%%%%%%% OPCOM 5-JUN-2009 18:19:34.09 %%%%%%%%%%
Message from user SYSTEM on NODE1
CR: FALSE
%%%%%%%%%%% OPCOM 5-JUN-2009 18:19:34.09 %%%%%%%%%%
Message from user SYSTEM on NODE1
SN: FALSE
Does this tell anyone anything?
Best regards
Fredrik Eriksson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2009 05:50 AM
06-09-2009 05:50 AM
Re: Wierd messages at boot
they look like entries from your ucx/tcpip$printcap.dat displayed during lpd startup.
fwiw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2009 05:57 AM
06-09-2009 05:57 AM
Re: Wierd messages at boot
RP=remote printer
SD=spool directory
BP=banner program
PA=passall flag
ND=nodelete flag
CR=carriage return flag
SN=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2009 05:59 AM
06-09-2009 05:59 AM
Re: Wierd messages at boot
Best regards
Fredrik Eriksson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2009 07:03 AM
06-09-2009 07:03 AM
Re: Wierd messages at boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2009 12:02 AM
06-10-2009 12:02 AM
Re: Wierd messages at boot
Any (undocumented) LPD logicals active ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2009 12:18 AM
06-10-2009 12:18 AM
Re: Wierd messages at boot
Activated by TCPIP$LPD_RECV_DEBUG ?
Tried with value 1 but no success.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2009 12:44 AM
06-10-2009 12:44 AM
Re: Wierd messages at boot
"TCPIP$LPD_ROOT" = "DSA0:[SYS1.TCPIP$LPD.]"
This must be something that is set somewhere else :/
Thank you for all the replies so far :)
Best regards
Fredrik Eriksson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2009 01:52 AM
06-10-2009 01:52 AM
Re: Wierd messages at boot
It could be given local to the process.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2009 01:53 AM
06-10-2009 01:53 AM
Re: Wierd messages at boot
if there is nothing directly in systartup_vms.com do you call any other site-specific routines during startup that are doing things with print queue setup ?
fwiw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2009 01:58 AM
06-10-2009 01:58 AM
Re: Wierd messages at boot
def/sys/exec tcpip$lpd_symb_debug 15
Restart tcpip and you get the messages.
May be the logical is removed after the usage ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2009 02:10 AM
06-10-2009 02:10 AM
Re: Wierd messages at boot
TCPIP$LPD_DEBUG
LPD_DEBUG
Replaced by TCPIP$LPD_SYMB_DEBUG.
It was from 5.3 upwards.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2009 02:41 AM
06-10-2009 02:41 AM
Re: Wierd messages at boot
Then i'll try to figure out what file is setting that logical since apperantly it will be set somewhere.
NODE1>sea dsa0:[*...]*.com "lpd_symb","lpd_debug"
%SEARCH-I-NOMATCHES, no strings matched
Seems somewhat elusive thou.
Best regards
Fredrik Eriksson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2009 03:22 AM
06-10-2009 03:22 AM
Re: Wierd messages at boot
Boots can be modified and can use ANY file for containing the command. Try *.*/excl=(*.exe,*.olb).
And of course one can do @ of something on another disk (we do).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2009 04:54 AM
06-10-2009 04:54 AM
Re: Wierd messages at boot
Hakan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2009 05:48 AM
06-10-2009 05:48 AM
Re: Wierd messages at boot
Anyway, cannot find a tcpip$lpd.conf and searching throu all the files with excl=(*.exe,*.olb) did not yield any results.
I'm very certain that there are no boot files on other disks.
Can this be some default setting or something you can disable in the printcap file?
Best regards
Fredrik Eriksson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2009 06:01 AM
06-10-2009 06:01 AM
Re: Wierd messages at boot
What happens if you start LPD manually after boot ? Add an EXIT at the top of the LPD-startupfile.
Hmmmm..... does LPD work as expected ?
Hakan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2009 06:10 AM
06-10-2009 06:10 AM
Re: Wierd messages at boot
I would try a real reboot, but sadly this is not possible since the developers needs them online.
LPD is working as expected yes.
Best regards
Fredrik Eriksson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2009 09:04 AM
06-10-2009 09:04 AM
Re: Wierd messages at boot
Is there a queue called TCPIP$LPD_QUEUE ?
It's the queue where incoming LPD-jobs are placed by the LPDservice and processed before printcap is red for a target-queue.
In later versions the incomming queue is a generic queue called TCPIP$LPD_IN
Hakan
Du kan ringa mig for en muntlig diskussion om du vill..... 0501 - 353 26
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2009 10:16 AM
06-10-2009 10:16 AM
Re: Wierd messages at boot
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2009 11:12 AM
06-10-2009 11:12 AM
Re: Wierd messages at boot
Is the logical TCPIP$LPD_ROOT pointing to the same location on all nodes ?
Hakan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2009 12:36 AM
06-17-2009 12:36 AM
Re: Wierd messages at boot
The cluster shares a disk, but the configuration is done seperatly.
The content of the printcap.dat files are identical thou and the configuration output taken from the TCPIP$LPD_IN_NODE1__1.LOG is as follows:
%%%%%%%%%%%% 5-JUN-2009 18:18:33.97 %%%%%%%%%%%%
%TCPIP-I-LPD_LOGSUC, using log file TCPIP$LPD_ROOT:[000000]TCPIP$LPD_IN_BASNG1_1
.LOG
%%%%%%%%%%%% 5-JUN-2009 18:18:34.02 %%%%%%%%%%%%
%TCPIP-I-LPD_SYMBRUN, symbiont is running the queue TCPIP$LPD_IN_BASNG1_1
TCPIP LPD configuration data:
LPD Spooler Directory : TCPIP$LPD_ROOT:[000000]
Retry-Interval : 0 00:05:00.00
Retry-Maximum : 0 01:00:00.00
Idle-Timeout : 0 00:05:00.00
Inbound-Queues-Per-Node : 1
Utility-Queues-Per-Node : 0
Receiver-Debug : 0
Symbiont-Debug : 0
Utilities-Debug : 0
Loop-Max : 0
Droptime : 0
Probetime : 0
PS-Extensions : LPS
Stream-Passall : FALSE
VMS-Flagpages : FALSE
Persistent-Server : FALSE
Keepalive : FALSE
Synchronize-All-Jobs : TRUE
Setup-NoLF : FALSE
1st-VFC-Prefix-Special : FALSE
PCB for printer
PA: FALSE
ND: FALSE
CR: FALSE
SN: FALSE
Obviously, the last part shows the same kind of messages displayed in my operator.log, but I can't seem to find any way of changing these configuration settings or even just look at them.
This is the content of my printcap file:
TCPIP$LPD_QUEUE:\
:lp=TCPIP$LPD_QUEUE:\
:sd=TCPIP$LPD_SPOOL:
This is not a prioritized thing since it doesn't seem to break anything. It just annoys me that there is messages that doesn't make any sense :P
Best regards
Fredrik Eriksson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2009 05:51 AM
06-17-2009 05:51 AM
Re: Wierd messages at boot
Could you supply a
$ SHOW LOGICAL TCPIP$LPD_ROOT
from all clustermembers and a
$ SHOW QUEUE *LPD*/FULL
Hakan
Kan jag kontakta dig per telefon ??