Operating System - Tru64 Unix
1753325 Members
5820 Online
108792 Solutions
New Discussion юеВ

Re: create socket file

 
Kapil Jha
Honored Contributor

create socket file

Hello Gurus
I have a problem /dev/log and /dev/binlogdmb file are absent and because of these some daemons are not working.
Can any one tell me how to create these two socket files.
I am using Tru64 5.1A
Thanks
I am in this small bowl, I wane see the real world......
4 REPLIES 4
Rob Leadbeater
Honored Contributor

Re: create socket file

Hi,

You could try running a verify and fix on /dev using dsfgmr

# dsfmgr -V -F -v

Look at the man page for dsfmgr for more information...

Hope this helps,

Regards,

Rob
Ivan Ferreira
Honored Contributor

Re: create socket file

The /dev/binlogdmb is created when you start the binlog service:

/sbin/init.d/binlog start

The /dev/log is created when you start the syslog service:

/sbin/init.d/syslog start

You don't need to create them manually.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Kapil Jha
Honored Contributor

Re: create socket file

Thanks for the help
Ivan you are right these sockets are created when syslog starts I check in my linux machine it was same as you said.
Well HP engineer has asked it is root domain curruption so I'll be doing verify and fixfdmn as suggested.
Thanks a lot
I am in this small bowl, I wane see the real world......
Kapil Jha
Honored Contributor

Re: create socket file

Thanks a lot!!!!
I am in this small bowl, I wane see the real world......