cancel
Showing results for 
Search instead for 
Did you mean: 

Netback 7.5 -> 7.6 Solaris 10 x86 client upgrade failure

Chris_CC
Level 3

Hi.

I'm having an issue upgrading one (of 64) Solaris 10 x86 non-global zones.

The client installation fails with the error:

ERROR:   The pbx_exchange daemon is not currently running.  It must

         be started before NetBackup installation can be continued.

         Aborting ...
 
Manually running the start script indicates PBX is starting:
/opt/VRTSpbx/bin/vxpbx_exchanged start

Started Symantec Private Branch Exchange
 
I've done some searching and read a couple of other similar threads. There are no other PBX processes running and nothing currently listening on port 1556. The PBX logs shows the following errors:
 
2,50936,103,103,1,1394719308518,6001,1,0:,108:ACE_Service_Config directive: "static PBX_Manager ' -debuglevel 10 -authuser root -outside 1556 -insecure '",0:,0,(0|)

2,50936,103,103,2,1394719308520,6001,1,0:,44:PBX_Manager::open, searching all interfaces.,0:,0,(0|)

2,50936,103,103,3,1394719308520,6001,1,0:,44:PBX_Manager::open, internal endpoint failed.,0:,2,(0|)

2,50936,103,103,4,1394719308521,6001,1,0:,0:,0:,2,(1|)
 
Which seems to indicate some sort of a network issue, but I'm not sure what.
 
I've attached the truss output from pbx_exchange. The last few lines show:
open("/etc/vx/VxICS/VxPBX.cfg", O_RDONLY)       = 3

fstat(3, 0xFFFFFD7FFFDFE2B0)                    = 0

fstat(3, 0xFFFFFD7FFFDFE200)                    = 0

ioctl(3, TCGETA, 0xFFFFFD7FFFDFE270)            Err#25 ENOTTY

read(3, " [ V x P B X ]  \n " I n".., 512)      = 114

read(3, 0x004911E4, 512)                        = 0

lseek(3, 0, SEEK_CUR)                           = 114

close(3)                                        = 0

sigaction(SIGPIPE, 0xFFFFFD7FFFDFF910, 0xFFFFFD7FFFDFFA00) = 0

fork1()                                         = 8388

lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]

mmap(0x00000000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, 4294967295, 0) = 0xFFFFFD7FFDDE0000

lseek(1, 0, SEEK_CUR)                           = 181285

lseek(2, 0, SEEK_CUR)                           = 181319

lseek(2, 0, SEEK_CUR)                           = 181353

lseek(1, 0, SEEK_CUR)                           = 181387

lseek(2, 0, SEEK_CUR)                           = 181421

lseek(2, 0, SEEK_CUR)                           = 181455
I'm not sure if the Err#25 EONTTY is a problem.

		
     ENOTTY          The fildes argument is not associated with a
                     STREAMS  device  that  accepts control func-
                     tions.

Any ideas?

 

Thanks,

Chris.

1 ACCEPTED SOLUTION

Accepted Solutions

Will_Restore
Level 6
PBX_Manager::open, internal endpoint failed.,0:,2,(0|)

 

this technote for HP environment, couldn't hurt to check the details

http://www.symantec.com/business/support/index?page=content&id=TECH170314

 

 

View solution in original post

2 REPLIES 2

Will_Restore
Level 6
PBX_Manager::open, internal endpoint failed.,0:,2,(0|)

 

this technote for HP environment, couldn't hurt to check the details

http://www.symantec.com/business/support/index?page=content&id=TECH170314

 

 

Chris_CC
Level 3

How did I not notice this before???:

lo0: flags=2001000848<LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1

        inet 10.121.1.4 netmask ff000000
I will try sorting that out.
 
Thanks.
 
C.