Solaris: clnt_create fails on solaris x86


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris: clnt_create fails on solaris x86
# 1  
Old 05-09-2011
Hi,
I am facing an issue with Solaris x86 machine

Machine Details:

uname -a
SunOS sol10-64 5.10 Generic_137138-09 i86pc i386 i86pc
..............................

Description:

I am trying to register a programm with proramm ID 300760 with version number 1, and tryint to create a handle, the moment I do clnt_create the the registered program id 300760 will exit and its entry wont be there when we see it using rpcinfo, but If I try it plenty of times each time svc_register find different address and for a particular address only clnt_creates get success. In case of solaris spark machine in the first call it self it get succeed.

Because of this my application some times getting failed in solaris X86 and some times taking lot of time to work as it is searching for valid address (I dont know what is this address) every time.

Please assist me what is wrong with solaris X86, as it is only behaving wrongly in this scenario.

In the out put files you can see rpcinfo output

bash-3.00# rpcinfo
program version netid address service owner
300760 1 tcp 0.0.0.0.151.148 - superuser
Errr: RPC: Program not registered
300760 1 tcp 0.0.0.0.152.148 - superuser
Errr: RPC: Program not registered
300760 1 tcp 0.0.0.0.153.148 - superuser
Errr: RPC: Program not registered
300760 1 tcp 0.0.0.0.154.148 - superuser
Errr: RPC: Program not registered
300760 1 tcp 0.0.0.0.155.148 - superuser

So here the address values are changing every time I call svc_register 0.0.0.0.151.148, 0.0.0.0.152.148,....... 0.0.0.0.155.148 ........ and finally it fails some times with pipe errr, and some times it succeeds.



Please Let me know if you need any information.


Thanks
Divakar

Last edited by vbe; 05-09-2011 at 05:20 AM.. Reason: Merge 2 threads
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Emergency UNIX and Linux Support

Memset fails on Solaris

Hi, memset call is failing on solaris for me. I wrote below code and that also fails. Any hints? void *memset(void *dst, int c, size_t n) { if (n) { char *d = dst; do { *d++ = c; } while (--n); } return dst; } (2 Replies)
Discussion started by: skyineyes
2 Replies

2. UNIX for Dummies Questions & Answers

Running Solaris Sparc Apps on X86 Solaris

I know that Sun make s a version of Solaris for Sparc platforms and also an x86 (Intel/AMD) release of Solaris. Can an application that runs on Solaris/Sparc also run on a PC running the x86 release of Solaris? Would a different release be required or any re-compling of the application? jim (1 Reply)
Discussion started by: stocksj
1 Replies

3. Solaris

Solaris x86 on D<LL (OK I said it)

OK, I have a DELL Poweredge 2850 fresh out of the box sitting here. I'm thinking of putting Solaris 9 x86 on it. Has anyone ever attempted this before, do you think it will work? I dont want to get into something that is just going to be a enormus waste of time, so I am wondering if anyone... (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

4. Solaris

Solaris 10 X86

Ok here goes, this MCSE is now fed up with MS, they are telling me that my Legal XP has a s/num they didnt issue. After countless emails I am P with them and am loooking for a new OS. Tried Linux, got it working but seems too flaky for me. Have installed Solaris 10 X86 (on a temp pc AMD Athlon... (1 Reply)
Discussion started by: mickie
1 Replies

5. UNIX for Dummies Questions & Answers

Is the solaris v9.For.x86 64 bit

Dear everyone: Could you tell me where is the 64 bit's solaris v9.0. :p (2 Replies)
Discussion started by: arwang
2 Replies

6. Solaris

solaris on x86

hi, need help! i've installed solaris 9 on my x86 box...problems with kdmconfig. here what i have: 1- Dell 17" Flat monitor ( 31kHz-80kHz horizontal and 56 Hz-76Hz Vertical) 2- Matrox Millenium G550 card what choices do i have to made? best regards thank you in advance (1 Reply)
Discussion started by: hmaiida
1 Replies

7. Solaris

xdmcp on Solaris 10 x86

I recently downloaded and installed Solaris 10 on an Intel PC. I want to connect to it via XDMCP from another client. I found you can enable xdmcp as follows: Launch -> Applications -> Utilities -> Administration -> Login Screen Setup Then selected the XDMCP tab and click the box that... (1 Reply)
Discussion started by: lyonsd
1 Replies

8. Solaris

How to install Solaris 9 on X86

HI All, I have three solaris disks: disk 1 & 2 and "image" disk. However, no instructions for installation on x86 came with them. (I downloaded from SUN.) I've searched far and wide on the net trying to find instructions for installing Solaris on my PII 500 mhz intel machine, but have... (7 Replies)
Discussion started by: JaredsNew
7 Replies

9. UNIX for Dummies Questions & Answers

Solaris 8 x86

Hi There, I search a lot across the board but didn't find answer... first of all... I installed the Companion CD. So Kde is supposed to work... I ran the script to have it in my login screen, and it's there... but when I enter it, it only kicks me to the login screen once... (1 Reply)
Discussion started by: Erythro73
1 Replies

10. UNIX for Dummies Questions & Answers

Save Solaris x86

Anyone who uses, has used, or would like to use Solaris on Intel-compatible hardware should rush right over to this site: http://www.save-solaris-x86.org/ If you want it, make sure you speak up! (3 Replies)
Discussion started by: LivinFree
3 Replies
Login or Register to Ask a Question