HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- wrong return value.
Operating System - HP-UX
1833523
Members
2718
Online
110061
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-01-2009 02:43 AM
02-01-2009 02:43 AM
wrong return value.
hi,
I am using M3UA_oamcmd API for creating network.
//Sample.c
int subCnxId;
M3uaCmdParms data;
M3uaOamAddress address;
/* Fill the configuration structure */
address[0] = 0 ;
data.network.ni = 2 ;
data.network.variant = 1 ;
subCnxId = 1;
if (M3UA_oamcmd (cnxId,
subCnxId,
0,
0,
nwk,
address,
M3UA_create,
&data
) == -1 )
{
printf("ss7errno %d %s\n",
ss7errno,
ss7errno_print(ss7errno));
exit(-1);
}
but when I am running it is giving ss7error:22
means
[EAPIBUSY] A manual or automatic switchover is in progress. Retry the call later.
Could you tell me why it is happening.
Or I have to set some value before creating connection.
TIA
-Amit
I am using M3UA_oamcmd API for creating network.
//Sample.c
int subCnxId;
M3uaCmdParms data;
M3uaOamAddress address;
/* Fill the configuration structure */
address[0] = 0 ;
data.network.ni = 2 ;
data.network.variant = 1 ;
subCnxId = 1;
if (M3UA_oamcmd (cnxId,
subCnxId,
0,
0,
nwk,
address,
M3UA_create,
&data
) == -1 )
{
printf("ss7errno %d %s\n",
ss7errno,
ss7errno_print(ss7errno));
exit(-1);
}
but when I am running it is giving ss7error:22
means
[EAPIBUSY] A manual or automatic switchover is in progress. Retry the call later.
Could you tell me why it is happening.
Or I have to set some value before creating connection.
TIA
-Amit
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2009 05:36 AM
02-01-2009 05:36 AM
Re: wrong return value.
hmm,
I don't see nwk declared ( and M3uaOamObject ?)
Is that a simple int (passed by value)
Or a structure (passed by address)
fwiw,
Hein
I don't see nwk declared ( and M3uaOamObject ?)
Is that a simple int (passed by value)
Or a structure (passed by address)
fwiw,
Hein
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2009 07:34 AM
02-01-2009 07:34 AM
Re: wrong return value.
Hi,
here command is "M3UA_create" and Object could be { nwk, sg, sgp, ipsp, ss7dpc, local_as,remote_as, lpc } so I just set the value of
M3uaOamObject object;
object = nwk;
In my case I directly pass.
Now let me know about your opinion about that error ?
Thanks in advance.
-Amit
here command is "M3UA_create" and Object could be { nwk, sg, sgp, ipsp, ss7dpc, local_as,remote_as, lpc } so I just set the value of
M3uaOamObject object;
object = nwk;
In my case I directly pass.
Now let me know about your opinion about that error ?
Thanks in advance.
-Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2009 08:09 AM
02-01-2009 08:09 AM
Re: wrong return value.
My opinion about that error is that the call is made at a wrong time, or with the wrong parameters.
This is based on nothing more, and nothing less, than your prior link question.
How 'new' is this code? Has it ever worked?
Has something similar ever worked for you?
What part is new / different?
What elements that you pass can you investigate for correctness, perhpas through an inquiry call?
Good luck!
Hein/
This is based on nothing more, and nothing less, than your prior link question.
How 'new' is this code? Has it ever worked?
Has something similar ever worked for you?
What part is new / different?
What elements that you pass can you investigate for correctness, perhpas through an inquiry call?
Good luck!
Hein/
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP