1819871 Members
2609 Online
109607 Solutions
New Discussion юеВ

Cant Start OTS

 
SOLVED
Go to solution
Saurabh Kapoor_2
Frequent Advisor

Cant Start OTS

Hi,
When I try to start OTS with otsstart command I get the message:
Starting OTS Log Daemon...
The OTS Log Daemon reported an error:
nettl will be unavailable for OTS.

Can someone help how to go round this
Thanks

Cant start OTS
12 REPLIES 12
S.K. Chan
Honored Contributor

Re: Cant Start OTS

You probably do not have X25 installed. Check your kernel for "strsx25" driver and if it's not there, OTS will give you this error. What you need to do is un-install OTS, configure X25 and then re-install OTS.
Saurabh Kapoor_2
Frequent Advisor

Re: Cant Start OTS

Hi Chan,
There is no X25 installed and we are not running on X25.
Thanks
Cant start OTS
Saurabh Kapoor_2
Frequent Advisor

Re: Cant Start OTS

Hi ,
As I understand the OTS uses the NSAP address...
SO when I try to add the nsap using otsaddnsap i get the following message.

otsaddnsap: Unable to add NSap. System maximums may be reached,
or 540072872203015002112183 may not be formatted correctly
(must be an even number 2<=N<=40 of hexadecimal digits)

Thanx
Cant start OTS
Saurabh Kapoor_2
Frequent Advisor

Re: Cant Start OTS

Hi when I do a osistart then below is the output:
Does that give any hint....
Please help

/opt/ots/bin> osistart
Checking if OTS is running... not running.

Making sure links are running...
get_ots_link_info: OTS subnets not configured.
Couldn't start all links, starting OTS anyway!
Done.

Loading OTSSTART. Please wait....

Validating OTS configuration files... Done

Translating OTS configuration files... Done

Starting OTS... Done

Starting OTS Log Daemon...
The OTS Log Daemon reported an error:
nettl will be unavailable for OTS.

Startup log:



OTS: NOT RUNNING
Cant start OTS
S.K. Chan
Honored Contributor

Re: Cant Start OTS

Can you post this output ..
# grep ots /stand/build/conf.c
Saurabh Kapoor_2
Frequent Advisor

Re: Cant Start OTS

Hi Chan,
Here is the output you asked for.
Thanks for trying to help.



/opt/ots/bin> grep ots /stand/build/conf.c
extern tlcots_install();
extern tlcotsod_install();
extern otsam_link();
otsam_link,
tlcots_install,
tlcotsod_install,
otsam\ntlcots\ntlcotsod\n "otsam",
"tlcots",
"tlcotsod",


Cant start OTS
S.K. Chan
Honored Contributor

Re: Cant Start OTS

So config is ok .. you were right earlier, you don't x25 because it's optional. I can only think of 2 possibilities here ..
1) driver not in kernel
2) patches corrupted
For 1 =>
Check /stand/system and see if these drivers are in it .. "rtslan" and "rfc1006"
For 2 =>
Run this ..
# swlist -l fileset -a state
to check if all the pathces are configured.
Let us know ..
Saurabh Kapoor_2
Frequent Advisor

Re: Cant Start OTS

Hi Chan,
Here are answers to steps you asked me to do:
Q.1 Check /stand/system and see if these drivers are in it .. "rtslan" and "rfc1006"

Ans 1. Yes rfc1006 is there in /stand/system but rtslan is not instead strlan is there. Did you mean strlan.

Q.2.) patches corrupted
Ans 2.
An output of swlist -l fileset -a state
is attatched.
Cant start OTS
Saurabh Kapoor_2
Frequent Advisor

Re: Cant Start OTS

Hi Chan,
I am thinking should I just go ahead and install OTS again. Can I just install OTS on top of an already installed OTS or should I first remove the present installation with swremove.
Cant start OTS
S.K. Chan
Honored Contributor
Solution

Re: Cant Start OTS

OTS-LITE9000.OTS-KRN
OTS-LITE9000.OTS-MAN
It looks like the above 2 filesets are installed but not configured. Run swconfig on those filesets.
# swconfig OTS-LITE9000.OTS-KRN
# swconfig OTS-LITE9000.OTS-MAN
and check the state again after that. Usually s reboot will force swconfig to run if running it interactive doesn't seem to work.
Saurabh Kapoor_2
Frequent Advisor

Re: Cant Start OTS

Hi Chan,
Thanks a lot for all the help. I ran swconfig and then ran otsstart and now everything is working fine...
Thanx
Saurabh
Cant start OTS
S.K. Chan
Honored Contributor

Re: Cant Start OTS

Thank you for the update !!